diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-30 19:07:50 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-30 19:07:50 -0400 |
commit | c0897cbbfdf083fda8fe006bcf3d9596f4d7903a (patch) | |
tree | 06261022b9b0b849cf0f837a81f238b6174601a9 /opuscoords/build.sh | |
parent | 9377b7a9d941050e9843fbd02e087e2b45f28ad6 (diff) | |
download | astroconda-contrib-c0897cbbfdf083fda8fe006bcf3d9596f4d7903a.tar.gz |
Add missing opuscoords recipe
Diffstat (limited to 'opuscoords/build.sh')
-rw-r--r-- | opuscoords/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opuscoords/build.sh b/opuscoords/build.sh new file mode 100644 index 0000000..535529d --- /dev/null +++ b/opuscoords/build.sh @@ -0,0 +1,2 @@ + +python setup.py install || exit 1 |