From 49846deceece57c7701293a18b12fece0cf1be94 Mon Sep 17 00:00:00 2001 From: adegomme Date: Mon, 24 Jan 2022 10:20:04 +0000 Subject: [PATCH] bigdft - fix fortran compiler for ntpoly --- tools/jenkins/gfortran-simgrid.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins/gfortran-simgrid.rc b/tools/jenkins/gfortran-simgrid.rc index 078f613966..0024cc6fea 100644 --- a/tools/jenkins/gfortran-simgrid.rc +++ b/tools/jenkins/gfortran-simgrid.rc @@ -27,5 +27,5 @@ module_autogenargs.update({ " --enable-simgrid-shared --with-mpi-libs='-lsimgrid' --with-mpi-include=-I"+getcwd()+"/install/include/smpi FC="+getcwd()+"/install/bin/smpif90 CC=gcc SIMGRID_FC="+getcwd()+"/install/bin/smpif90", }) module_cmakeargs.update({ -'ntpoly': "-DFORTRAN_ONLY=Yes -DCMAKE_Fortran_FLAGS_RELEASE='-O2 -fPIC -g -fopenmp' -DBUILD_SHARED_LIBS=Yes" +'ntpoly': "-DFORTRAN_ONLY=Yes -DCMAKE_Fortran_COMPILER="+getcwd()+"/install/bin/smpif90 -DCMAKE_Fortran_FLAGS_RELEASE='-O2 -fPIC -g -fopenmp' -DBUILD_SHARED_LIBS=Yes" }) -- 2.20.1