diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-29 20:44:29 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 |
commit | 34308129ce3330bf18b65464026e854bc9499956 (patch) | |
tree | 75a6fb6428504ef7f31b1d4e82c7209a1aba2018 /pandeia-engine/build.sh | |
parent | 4fe08aedce73669d3225c8bbe8dbecc108d91133 (diff) | |
download | astroconda-contrib-34308129ce3330bf18b65464026e854bc9499956.tar.gz |
Remove unused packages
Diffstat (limited to 'pandeia-engine/build.sh')
-rw-r--r-- | pandeia-engine/build.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pandeia-engine/build.sh b/pandeia-engine/build.sh deleted file mode 100644 index 4aadc69..0000000 --- a/pandeia-engine/build.sh +++ /dev/null @@ -1,11 +0,0 @@ - -pip install --no-deps --upgrade --force d2to1 || exit 1 - -( cd engine && \ -(python setup.py install || exit 1 ) ) && \ -( cd ui && \ -(python setup.py install || exit 1 ) ) - -DOCDIR="$PREFIX/share/doc/pandeia-engine" -mkdir -p $DOCDIR -cp -a doc/{api_overview,user,install} $DOCDIR
\ No newline at end of file |