From 12df992ee0829397f21bd4fe554e06fb7d92e2c5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 12 Feb 2021 01:25:07 -0500 Subject: hstcal: fix osx (#700) --- hstcal/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hstcal/build.sh') diff --git a/hstcal/build.sh b/hstcal/build.sh index 7b2b0b1..2c749bb 100644 --- a/hstcal/build.sh +++ b/hstcal/build.sh @@ -2,7 +2,7 @@ export FCFLAGS="$FCFLAGS -fPIC" if [[ `uname` == Darwin ]]; then - export FC=/sw/bin/gfortran + export FC=/usr/local/bin/gfortran if [[ `uname -m` == x86_64 ]]; then export CFLAGS="$CFLAGS -m64" export LDFLAGS="$LDFLAGS -m64" -- cgit