diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-05 22:00:37 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-05 22:00:37 -0400 |
commit | 6fd1cc9c3129cd5c2da620626e2b2574654b83b6 (patch) | |
tree | 4481e9945809b06ec0c312e747ce38995c76ba11 /pyfftw | |
parent | 28e63eaa07a389bcae50e851b219512860a166fe (diff) | |
download | cbc-recipes-6fd1cc9c3129cd5c2da620626e2b2574654b83b6.tar.gz |
Add fftw, pyfftw, pywcs, reftools, stistools
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 + |