aboutsummaryrefslogtreecommitdiff
path: root/pyfftw/pyfftw.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-08-11 13:48:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-08-11 13:48:48 -0400
commite5bf0cbe7eb556d4aa217bf25dc12229d5a4719e (patch)
treeda23ceaeab125395faf2720a3b323070bd514ed6 /pyfftw/pyfftw.ini
parent6fd1cc9c3129cd5c2da620626e2b2574654b83b6 (diff)
downloadcbc-recipes-e5bf0cbe7eb556d4aa217bf25dc12229d5a4719e.tar.gz
Fix empty GIT_DESCRIBE_TAG default (0.0.0)
Diffstat (limited to 'pyfftw/pyfftw.ini')
-rw-r--r--pyfftw/pyfftw.ini17
1 files changed, 9 insertions, 8 deletions
diff --git a/pyfftw/pyfftw.ini b/pyfftw/pyfftw.ini
index 0f0c4b5..97ce1d9 100644
--- a/pyfftw/pyfftw.ini
+++ b/pyfftw/pyfftw.ini
@@ -17,19 +17,20 @@ number : 0
[requirements]
build :
- numpy
+ numpy >=1.9
fftw
- setuptools
- python
+ setuptools
+ python
run :
- numpy
+ numpy >=1.9
fftw
- python
+ python
[cbc_build]
linux :
- python setup.py install || exit 1
+ python setup.py install || exit 1
+
windows :
- python setup.py install
- if errorlevel 1 exit 1
+ python setup.py install
+ if errorlevel 1 exit 1