diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-22 00:08:02 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-22 00:08:02 -0400 |
commit | be2ed0810a0d5180d9a7193dd36dc17122156d20 (patch) | |
tree | 0028a3bcd37f323ca3eedf6f05c3fa7bfdb8031b | |
parent | 9b7e90eb0234f74a986fdfa4299858b49898aee8 (diff) | |
download | cbc-recipes-be2ed0810a0d5180d9a7193dd36dc17122156d20.tar.gz |
Disable timeconversion module
-rw-r--r-- | jwst_tools/jwst_tools.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jwst_tools/jwst_tools.ini b/jwst_tools/jwst_tools.ini index fa0be42..c779997 100644 --- a/jwst_tools/jwst_tools.ini +++ b/jwst_tools/jwst_tools.ini @@ -43,6 +43,10 @@ commands : [cbc_build] linux : pip install --no-deps --force --upgrade d2to1 + + # just to get it to build... remove the offending module + rm -rf jwst_tools/timeconversion + for d in jwst_tools/* do ( cd $$d && python setup.py install || exit 1 ) |