summaryrefslogtreecommitdiff
path: root/jwst_pipeline/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-11-29 20:44:29 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-12-13 16:04:15 -0500
commit34308129ce3330bf18b65464026e854bc9499956 (patch)
tree75a6fb6428504ef7f31b1d4e82c7209a1aba2018 /jwst_pipeline/build.sh
parent4fe08aedce73669d3225c8bbe8dbecc108d91133 (diff)
downloadastroconda-contrib-34308129ce3330bf18b65464026e854bc9499956.tar.gz
Remove unused packages
Diffstat (limited to 'jwst_pipeline/build.sh')
-rw-r--r--jwst_pipeline/build.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/jwst_pipeline/build.sh b/jwst_pipeline/build.sh
deleted file mode 100644
index e5a14bf..0000000
--- a/jwst_pipeline/build.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-
-pip install --no-deps --force --upgrade d2to1
-
-rm -rf jwst_pipeline/timeconversion
-
-for d in jwst_pipeline/*
-do
-( cd $d && python setup.py install || exit 1 )
-done \ No newline at end of file