diff options
author | Joseph Long <jdl@fastmail.com> | 2016-10-31 14:28:54 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-31 14:28:54 -0400 |
commit | 7807b1121eac7be245b93645dae92e3ad76bcdb7 (patch) | |
tree | 33519effcd9b3b060e8c60820d21aad2b8d25ef6 /jwxml/bld.bat | |
parent | b5c8288be739e8f89dcd765f524fa6727769c6c0 (diff) | |
download | astroconda-contrib-7807b1121eac7be245b93645dae92e3ad76bcdb7.tar.gz |
WebbPSF and POPPY v0.5.1 (#83)
* WebbPSF and POPPY v0.5.1
* webbpsf, poppy, jwxml: clean up meta.yaml
* webbpsf: list missing dependencies
Diffstat (limited to 'jwxml/bld.bat')
-rw-r--r-- | jwxml/bld.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jwxml/bld.bat b/jwxml/bld.bat new file mode 100644 index 0000000..8d766c9 --- /dev/null +++ b/jwxml/bld.bat @@ -0,0 +1,3 @@ + +python setup.py install +if errorlevel 1 exit 1 |