summaryrefslogtreecommitdiff
path: root/pyfftw/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pyfftw/meta.yaml')
-rw-r--r--pyfftw/meta.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/pyfftw/meta.yaml b/pyfftw/meta.yaml
index 291e754..362af0b 100644
--- a/pyfftw/meta.yaml
+++ b/pyfftw/meta.yaml
@@ -1,6 +1,9 @@
{% set name = 'pyfftw' %}
{% set version = '0.9.2' %}
-{% set number = '2' %}
+{% if version[0] == 'v' %}
+{% set version = version[1:] %}
+{% endif %}
+{% set number = '3' %}
about:
home: http://hgomersall.github.com/pyFFTW
@@ -22,13 +25,13 @@ requirements:
- cython
- pkg-config [osx]
- setuptools
- - numpy
- - python x.x
+ - numpy {{ numpy }}
+ - python {{ python }}
run:
- cython
- fftw
- numpy
- - python x.x
+ - python
source:
fn: pyFFTW-{{ version }}.tar.gz