summaryrefslogtreecommitdiff
path: root/pyfftw
diff options
context:
space:
mode:
authorJustin Ely <ely@stsci.edu>2017-01-05 12:48:57 -0500
committerGitHub <noreply@github.com>2017-01-05 12:48:57 -0500
commit629f1d1d14cabed639dd2908195ef06ed02c34fa (patch)
tree82487c93fbafab6fc41716b8b727684f59b96da7 /pyfftw
parenta96a1285ba6cc7b077ba62e2a73d4592dd78003f (diff)
parentae39975e0ebd1c31d15c47f396a0ae4521715ab3 (diff)
downloadastroconda-contrib-629f1d1d14cabed639dd2908195ef06ed02c34fa.tar.gz
Merge pull request #119 from jhunkeler/overhaul
Overhaul package recipes
Diffstat (limited to 'pyfftw')
-rw-r--r--pyfftw/meta.yaml30
1 files changed, 20 insertions, 10 deletions
diff --git a/pyfftw/meta.yaml b/pyfftw/meta.yaml
index 2542067..291e754 100644
--- a/pyfftw/meta.yaml
+++ b/pyfftw/meta.yaml
@@ -1,29 +1,39 @@
+{% set name = 'pyfftw' %}
+{% set version = '0.9.2' %}
+{% set number = '2' %}
+
about:
home: http://hgomersall.github.com/pyFFTW
- license: GPL
- summary: pyfftw
+ license: BSD
+ summary: |
+ A pythonic wrapper around FFTW, the FFT library, presenting a unified
+ interface for all the supported transforms
+
build:
- number: '1'
+ number: {{ number }}
+
package:
- name: pyfftw
- version: 0.9.2
+ name: {{ name }}
+ version: {{ version }}
+
requirements:
build:
- fftw
- cython
- pkg-config [osx]
- setuptools
- - numpy x.x
+ - numpy
- python x.x
run:
- cython
- fftw
- - numpy x.x
+ - numpy
- python x.x
+
source:
- fn: pyFFTW-0.9.2.tar.gz
- url:
- - https://pypi.python.org/packages/source/p/pyFFTW/pyFFTW-0.9.2.tar.gz
+ fn: pyFFTW-{{ version }}.tar.gz
+ url: https://pypi.python.org/packages/source/p/pyFFTW/pyFFTW-{{ version }}.tar.gz
+
test:
imports:
- pyfftw