diff options
Diffstat (limited to 'pyfftw')
-rw-r--r-- | pyfftw/pyfftw.ini | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/pyfftw/pyfftw.ini b/pyfftw/pyfftw.ini new file mode 100644 index 0000000..0f0c4b5 --- /dev/null +++ b/pyfftw/pyfftw.ini @@ -0,0 +1,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 + |