diff options
| author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:20 -0400 | 
| commit | f46565fe6f3eefd6a8eb1cec7179164f2800b042 (patch) | |
| tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /pyfftw/meta.yaml | |
| download | astroconda-dev-f46565fe6f3eefd6a8eb1cec7179164f2800b042.tar.gz | |
Initial commit
Diffstat (limited to 'pyfftw/meta.yaml')
| -rw-r--r-- | pyfftw/meta.yaml | 31 | 
1 files changed, 31 insertions, 0 deletions
| diff --git a/pyfftw/meta.yaml b/pyfftw/meta.yaml new file mode 100644 index 0000000..31b5686 --- /dev/null +++ b/pyfftw/meta.yaml @@ -0,0 +1,31 @@ +about: +    home: http://hgomersall.github.com/pyFFTW +    license: GPL +    summary: pyfftw +build: +    number: '0' +package: +    name: pyfftw +    version: 0.9.2 +requirements: +    build: +    - numpy >=1.9 +    - fftw +    - cython +    - pkg-config [osx] +    - setuptools +    - numpy x.x +    - python x.x +    run: +    - numpy >=1.9 +    - cython +    - fftw +    - numpy x.x +    - 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 +test: +    imports: +    - pyfftw | 
