From ac1c515428e0a3301170095efa2bd4f6b3b622db Mon Sep 17 00:00:00 2001 From: Alexander Soklev Date: Thu, 19 Dec 2024 19:22:44 +0200 Subject: [PATCH] test --- recipes/rte-rrtmgp/bld.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/rte-rrtmgp/bld.bat b/recipes/rte-rrtmgp/bld.bat index 5067440632bc7..272e01fe0a52b 100644 --- a/recipes/rte-rrtmgp/bld.bat +++ b/recipes/rte-rrtmgp/bld.bat @@ -12,6 +12,9 @@ set FAILURE_THRESHOLD=7.e-4 set FCFLAGS="-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan -fbacktrace" +set "HOST=x86_64-w64-mingw32" +set "FC=%HOST%-gfortran.exe" + :: CMake configuration mkdir build cd build