From 519adffa6731c4f630825450e91c2032ad3248a3 Mon Sep 17 00:00:00 2001 From: Alexander Soklev Date: Thu, 19 Dec 2024 15:35:22 +0200 Subject: [PATCH] tests --- recipes/rte-rrtmgp/bld.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/rte-rrtmgp/bld.bat b/recipes/rte-rrtmgp/bld.bat index c53e6458e69d5..1ed1ebb84341b 100644 --- a/recipes/rte-rrtmgp/bld.bat +++ b/recipes/rte-rrtmgp/bld.bat @@ -10,12 +10,14 @@ set ENABLE_TESTS=ON set RTE_KERNELS=default set FAILURE_THRESHOLD=7.e-4 -FCFLAGS="-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan -fbacktrace" +set FCFLAGS="-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan -fbacktrace" :: CMake configuration mkdir build cd build +"%FC%" --version + :: Note: %CMAKE_ARGS% is automatically provided by conda-forge. cmake %CMAKE_ARGS% ^ -DCMAKE_BUILD_TYPE=%BUILD_TYPE% ^