diff options
Diffstat (limited to 'jwst_lib/build.sh')
-rw-r--r-- | jwst_lib/build.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/jwst_lib/build.sh b/jwst_lib/build.sh deleted file mode 100644 index 1b0b189..0000000 --- a/jwst_lib/build.sh +++ /dev/null @@ -1,12 +0,0 @@ - -pip install --no-deps --force --upgrade d2to1 -for d in jwst_lib/* -do - case "$d" in - # Append deprecated packages here to disable them - */modeling) continue ;; - */wcs) continue ;; - *) echo "Processing package: $d" ;; - esac - ( cd $d && python setup.py install || exit 1 ) -done |