aboutsummaryrefslogtreecommitdiff
path: root/pyfftw
diff options
context:
space:
mode:
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