From ade6381e8a5605797e94513ee7e27b3eff187988 Mon Sep 17 00:00:00 2001 From: Christophe Pradal Date: Tue, 4 Jun 2024 22:14:03 +0200 Subject: [PATCH] Update build.sh --- conda/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/build.sh b/conda/build.sh index 7f46608..c7daa4b 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -23,7 +23,7 @@ ${PYTHON} -m numpy.f2py -c --fcompiler=gnu95 --build-dir $BUILD_PREFIX pyratp. mod_MicrometeoF2PY.f90 \ mod_Shortwave_BalanceF2PY.f90\ mod_Energy_BalanceF2PY.f90 \ - mod_PhotosynthesisF2PY.f90 mod_MinerPhenoF2PY.f90 prog_RATP.f90 --backend meson + mod_PhotosynthesisF2PY.f90 mod_MinerPhenoF2PY.f90 prog_RATP.f90