From be39e8382ea1982d1a7391e447ac7e96efc06856 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 27 Nov 2018 16:16:52 -0500 Subject: 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 --- reproject/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproject/build.sh') diff --git a/reproject/build.sh b/reproject/build.sh index 5a5aeeb..2863cbb 100644 --- a/reproject/build.sh +++ b/reproject/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --offline --no-git --single-version-externally-managed --record record.txt -- cgit