diff options
author | P. L. Lim <lim@stsci.edu> | 2017-01-11 12:36:07 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-11 12:36:07 -0500 |
commit | c1bf9df971ca94fb3bab882f033b00722c09957a (patch) | |
tree | 94dfe6e340563813f9d8ed9935e8998a5dc4dc67 /synphot/build.sh | |
parent | 82d3b99d0cc6034344f199c3256dd711951b65c1 (diff) | |
download | astroconda-contrib-c1bf9df971ca94fb3bab882f033b00722c09957a.tar.gz |
[EXP] Add refactored synphot and stsynphot (#123)
* Added recipes for Astropy version of pysynphot split into 2 packages
* Bumped synphot to 0.1b3
Diffstat (limited to 'synphot/build.sh')
-rw-r--r-- | synphot/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synphot/build.sh b/synphot/build.sh new file mode 100644 index 0000000..5c61be1 --- /dev/null +++ b/synphot/build.sh @@ -0,0 +1 @@ +python setup.py install || exit 1 |