diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-21 12:19:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-21 12:19:43 -0400 |
commit | 7a2fc6ffc1b54a680c24454d83b5ad7adda9e541 (patch) | |
tree | 579248c74b006b9c7f79a15cf268ceb1c435bb44 /acstools/build.sh | |
parent | 52187969dabe174ae05fb840262a6500b4b4c7f3 (diff) | |
download | astroconda-contrib-7a2fc6ffc1b54a680c24454d83b5ad7adda9e541.tar.gz |
Update acstools to 2.0.2; revamp recipe
Diffstat (limited to 'acstools/build.sh')
-rw-r--r-- | acstools/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/acstools/build.sh b/acstools/build.sh index 5e8b365..783f064 100644 --- a/acstools/build.sh +++ b/acstools/build.sh @@ -1,4 +1,3 @@ - echo This d2to1 hack is deadly. pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1
\ No newline at end of file +python setup.py install || exit 1 |