From e4caf4a2acbb18875b1064246554e4105449b5a3 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 23 Mar 2016 17:00:53 -0400 Subject: Initial commit --- jwst_pipeline/build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 jwst_pipeline/build.sh (limited to 'jwst_pipeline/build.sh') diff --git a/jwst_pipeline/build.sh b/jwst_pipeline/build.sh new file mode 100644 index 0000000..e5a14bf --- /dev/null +++ b/jwst_pipeline/build.sh @@ -0,0 +1,9 @@ + +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 -- cgit