From 28c2e18e1bfbb891a822da179aeeebf67320c873 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Thu, 1 Oct 2015 14:10:38 -0400 Subject: Make sure fftw finds the conda installed versions --- pyfftw/pyfftw.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pyfftw') diff --git a/pyfftw/pyfftw.ini b/pyfftw/pyfftw.ini index 0f0c4b5..bf6afd4 100644 --- a/pyfftw/pyfftw.ini +++ b/pyfftw/pyfftw.ini @@ -13,12 +13,13 @@ fn : pyFFTW-${package:version}.tar.gz url : https://pypi.python.org/packages/source/p/pyFFTW/${fn} [build] -number : 0 +number : 1 [requirements] build : numpy fftw + cython setuptools python run : @@ -28,6 +29,8 @@ run : [cbc_build] linux : + export CFLAGS="`pkg-config --cflags fftw3`" + export LDFLAGS="`pkg-config --libs fftw3`" python setup.py install || exit 1 windows : python setup.py install -- cgit