diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-31 17:11:59 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:25 -0400 |
commit | 5f453be58768269c3a18e4cf9f50f0e2a7a035d2 (patch) | |
tree | 9e6a6891fc0ac38476656f50a1b07dfe4bfd2af7 /relic/build.sh | |
parent | e45a76bac322aa2140a9b5b5db291b6517d03d28 (diff) | |
download | astroconda-dev-5f453be58768269c3a18e4cf9f50f0e2a7a035d2.tar.gz |
Refactor "recon" to "relic"
Diffstat (limited to 'relic/build.sh')
-rw-r--r-- | relic/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/relic/build.sh b/relic/build.sh new file mode 100644 index 0000000..5c61be1 --- /dev/null +++ b/relic/build.sh @@ -0,0 +1 @@ +python setup.py install || exit 1 |