summaryrefslogtreecommitdiff
path: root/pyfftw/meta.yaml
blob: ffea2cd99c7b94299e66f0df4a2752c9896f7cc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{% set name = 'pyfftw' %}
{% set version = '0.9.2' %}
{% set number = '0' %}

about:
    home: http://hgomersall.github.com/pyFFTW
    license: GPL
    summary: pyfftw
build:
    number: {{ number }}
package:
    name: {{ name }}
    version: {{ version }}
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