From 6fd1cc9c3129cd5c2da620626e2b2574654b83b6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 5 Aug 2015 22:00:37 -0400 Subject: Add fftw, pyfftw, pywcs, reftools, stistools --- pyfftw/pyfftw.ini | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pyfftw/pyfftw.ini (limited to 'pyfftw/pyfftw.ini') 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 + -- cgit