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 | |
parent | debb3ac4236c615adb2abd63c6dc8af21f3e2c88 (diff) | |
download | astroconda-contrib-fa4a699667f38bf1c691e029bc2f8c6332aabad7.tar.gz |
Fix sextractor options (#71)
Diffstat (limited to 'sextractor')
-rw-r--r-- | sextractor/build.sh | 2 | ||||
-rw-r--r-- | sextractor/meta.yaml | 3 |
2 files changed, 3 insertions, 2 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) diff --git a/sextractor/meta.yaml b/sextractor/meta.yaml index c88a5e2..be6184a 100644 --- a/sextractor/meta.yaml +++ b/sextractor/meta.yaml @@ -3,7 +3,8 @@ about: license: GPL summary: sextractor build: - number: '0' + number: '1' [linux] + number: '0' [osx] package: name: sextractor version: 2.19.5 |