From 2eb5a585067a17e4acd2f9c6c87e2fea02600671 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 5 Mar 2020 15:20:21 -0500 Subject: Explicitly define gfortran location (#624) It's not on the PATH within the Jenkins job. --- hstcal/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hstcal/build.sh b/hstcal/build.sh index 37e7be2..d9aa360 100644 --- a/hstcal/build.sh +++ b/hstcal/build.sh @@ -2,7 +2,7 @@ export FCFLAGS="$FCFLAGS -fPIC" if [[ `uname` == Darwin ]]; then - #export GFORTRAN=$(which gfortran) + export GFORTRAN=/sw/bin/gfortran if [[ `uname -m` == x86_64 ]]; then export CFLAGS="$CFLAGS -m64" export LDFLAGS="$LDFLAGS -m64" -- cgit