aboutsummaryrefslogtreecommitdiff
path: root/pyfftw
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2015-12-11 00:31:18 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2015-12-11 00:31:18 -0500
commit4f688a09b085a0e9283c853a98eefdd53d4ba967 (patch)
tree4cd052af42bddfdb2688391f3ca666d8980ba01b /pyfftw
parent633dde17b85e7ccd27e86f67d603ba432e2f6735 (diff)
parent8ac24819221e7142a65e95b5e36a91535194e01d (diff)
downloadcbc-recipes-4f688a09b085a0e9283c853a98eefdd53d4ba967.tar.gz
Merge branch 'master' of bitbucket.org:jhunkeler/cbc-recipes
Diffstat (limited to 'pyfftw')
-rw-r--r--pyfftw/pyfftw.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/pyfftw/pyfftw.ini b/pyfftw/pyfftw.ini
index 3139f13..ed620bd 100644
--- a/pyfftw/pyfftw.ini
+++ b/pyfftw/pyfftw.ini
@@ -20,8 +20,9 @@ build :
numpy >=1.9
fftw
cython
- setuptools
- python
+ pkg-config [osx]
+ setuptools
+ python
run :
numpy >=1.9
fftw
@@ -31,7 +32,7 @@ run :
linux :
export CFLAGS="`pkg-config --cflags fftw3`"
export LDFLAGS="`pkg-config --libs fftw3`"
- python setup.py install || exit 1
+ python setup.py install || exit 1
windows :
# You're on your own with the libraries, it seems.
python setup.py install