Skip to content

Commit

Permalink
BUG: Bad path to gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed Jul 31, 2024
1 parent bf3a691 commit 4157c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/mac-intel-basic
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ISSM_CONFIG='\
--enable-debugging \
--with-numthreads=4 \
--with-matlab-dir=${MATLAB_PATH} \
--with-fortran-lib="-L/usr/local/Cellar/gcc/14.1.0_2/lib/gcc/current -lgfortran" \
--with-fortran-lib="-L/usr/local/Cellar/gcc/13.2.0/lib/gcc/current -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
--with-blas-lapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
Expand Down

0 comments on commit 4157c9d

Please sign in to comment.