diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-11-27 16:16:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 16:16:52 -0500 |
commit | be39e8382ea1982d1a7391e447ac7e96efc06856 (patch) | |
tree | 4fd2271e0ed3c91cf6fae1d6bd52d718b892c510 /astroscrappy/build.sh | |
parent | 7071c8840ed60f21124e341af949431c3dd0d651 (diff) | |
download | astroconda-contrib-be39e8382ea1982d1a7391e447ac7e96efc06856.tar.gz |
Aggressive compatibility sweep (#429)
* The following packages have serious issues with 3.7...
* astroscrappy refuses to compile due to incompatible C code
* ccdproc refuses to compile due to astroscrappy's failure to build
Diffstat (limited to 'astroscrappy/build.sh')
-rw-r--r-- | astroscrappy/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroscrappy/build.sh b/astroscrappy/build.sh index 5a5aeeb..2863cbb 100644 --- a/astroscrappy/build.sh +++ b/astroscrappy/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --offline --no-git --single-version-externally-managed --record record.txt |