From fa4a699667f38bf1c691e029bc2f8c6332aabad7 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 12 Oct 2016 22:05:21 -0400 Subject: Fix sextractor options (#71) --- sextractor/build.sh | 2 +- 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 -- cgit