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 /pywcs | |
parent | 28e63eaa07a389bcae50e851b219512860a166fe (diff) | |
download | cbc-recipes-6fd1cc9c3129cd5c2da620626e2b2574654b83b6.tar.gz |
Add fftw, pyfftw, pywcs, reftools, stistools
Diffstat (limited to 'pywcs')
-rw-r--r-- | pywcs/pywcs.ini | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/pywcs/pywcs.ini b/pywcs/pywcs.ini new file mode 100644 index 0000000..6f43add --- /dev/null +++ b/pywcs/pywcs.ini @@ -0,0 +1,45 @@ +[package] +name: pywcs +version: 1.12 + +[about] +home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python +license: BSD +summary: ${package:name} + +[source] +fn: ${package:name}-${package:version}.tar.gz +url: https://pypi.python.org/packages/source/p/${package:name}/${fn} +md5: 5ed527a601ca1eba62c6be64b3dab620 + +[build] +number: 0 + +[requirements] +build: + d2to1 + stsci.distutils + stsci.tools + numpy + setuptools + python +run: + d2to1 + stsci.distutils + stsci.tools + numpy + python + +[cbc_build] +linux: + echo This d2to1 hack is deadly. + pip install --no-deps --upgrade --force d2to1 || exit 1 + python setup.py install || exit 1 + +windows: + echo This d2to1 hack is deadly. + pip install --no-deps --upgrade --force d2to1 + if errorlevel 1 exit 1 + + python setup.py install || exit 1 + if errorlevel 1 exit 1 |