summaryrefslogtreecommitdiff
path: root/pyfftw
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-23 17:00:53 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2016-03-23 17:00:53 -0400
commite4caf4a2acbb18875b1064246554e4105449b5a3 (patch)
treeb57ece5acd84c9a8c9235818b975a439c8ae3df9 /pyfftw
downloadastroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz
Initial commit
Diffstat (limited to 'pyfftw')
-rw-r--r--pyfftw/bld.bat3
-rw-r--r--pyfftw/build.sh4
-rw-r--r--pyfftw/meta.yaml31
3 files changed, 38 insertions, 0 deletions
diff --git a/pyfftw/bld.bat b/pyfftw/bld.bat
new file mode 100644
index 0000000..b290566
--- /dev/null
+++ b/pyfftw/bld.bat
@@ -0,0 +1,3 @@
+
+python setup.py install
+if errorlevel 1 exit 1 \ No newline at end of file
diff --git a/pyfftw/build.sh b/pyfftw/build.sh
new file mode 100644
index 0000000..d89cf74
--- /dev/null
+++ b/pyfftw/build.sh
@@ -0,0 +1,4 @@
+
+export CFLAGS="`pkg-config --cflags fftw3`"
+export LDFLAGS="`pkg-config --libs fftw3`"
+python setup.py install || exit 1 \ No newline at end of file
diff --git a/pyfftw/meta.yaml b/pyfftw/meta.yaml
new file mode 100644
index 0000000..31b5686
--- /dev/null
+++ b/pyfftw/meta.yaml
@@ -0,0 +1,31 @@
+about:
+ home: http://hgomersall.github.com/pyFFTW
+ license: GPL
+ summary: pyfftw
+build:
+ number: '0'
+package:
+ name: pyfftw
+ version: 0.9.2
+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