summaryrefslogtreecommitdiff
path: root/sextractor
diff options
context:
space:
mode:
Diffstat (limited to 'sextractor')
-rw-r--r--sextractor/build.sh2
-rw-r--r--sextractor/meta.yaml3
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