aboutsummaryrefslogtreecommitdiff
path: root/pyfftw/pyfftw.ini
blob: 0f0c4b53a01c5a2f7d482e55685202decffc7186 (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
[package]
name : pyfftw
version : 0.9.2

[about]
home : http://hgomersall.github.com/pyFFTW
license : GPL
summary : ${package:name}

[source]
# Name differs from the tarball... figures
fn : pyFFTW-${package:version}.tar.gz
url : https://pypi.python.org/packages/source/p/pyFFTW/${fn}

[build]
number : 0

[requirements]
build :
    numpy
    fftw
	setuptools
	python
run :
	numpy
    fftw
	python

[cbc_build]
linux :
	python setup.py install || exit 1
windows :
	python setup.py install
	if errorlevel 1 exit 1