diff options
author | Matt Rendina <mrendina@stsci.edu> | 2020-03-05 15:27:44 -0500 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2020-03-05 15:27:44 -0500 |
commit | c34604b56ec09ced226cd31136ac2d9e146c5bd4 (patch) | |
tree | d511acdb602e6afb5925caad3faf3c2f92ad50fb | |
parent | 2eb5a585067a17e4acd2f9c6c87e2fea02600671 (diff) | |
download | astroconda-contrib-c34604b56ec09ced226cd31136ac2d9e146c5bd4.tar.gz |
Change GFORTRAN to FC in hstcal build.sh
-rw-r--r-- | hstcal/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hstcal/build.sh b/hstcal/build.sh index d9aa360..7b2b0b1 100644 --- a/hstcal/build.sh +++ b/hstcal/build.sh @@ -2,7 +2,7 @@ export FCFLAGS="$FCFLAGS -fPIC" if [[ `uname` == Darwin ]]; then - export GFORTRAN=/sw/bin/gfortran + export FC=/sw/bin/gfortran if [[ `uname -m` == x86_64 ]]; then export CFLAGS="$CFLAGS -m64" export LDFLAGS="$LDFLAGS -m64" |