diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-12 22:05:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 22:05:21 -0400 |
commit | fa4a699667f38bf1c691e029bc2f8c6332aabad7 (patch) | |
tree | 21a63be82d6a25a462da91127842cb0f4405a51e /sextractor/build.sh | |
parent | debb3ac4236c615adb2abd63c6dc8af21f3e2c88 (diff) | |
download | astroconda-contrib-fa4a699667f38bf1c691e029bc2f8c6332aabad7.tar.gz |
Fix sextractor options (#71)
Diffstat (limited to 'sextractor/build.sh')
-rw-r--r-- | sextractor/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sextractor/build.sh b/sextractor/build.sh index d11c1d0..ca9fa3c 100644 --- a/sextractor/build.sh +++ b/sextractor/build.sh @@ -2,7 +2,7 @@ export ATLAS="$PREFIX" OPTIONS= case $(uname) in Linux) - OPTIONS="--with-atlas=$PREFIX" + OPTIONS="--with-atlas-libdir=$ATLAS/lib --with-atlas-incdir=$ATLAS/include" ;; Darwin) |