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 /ccdproc | |
| 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 'ccdproc')
| -rw-r--r-- | ccdproc/meta.yaml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/ccdproc/meta.yaml b/ccdproc/meta.yaml index 676578e..02f8894 100644 --- a/ccdproc/meta.yaml +++ b/ccdproc/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'ccdproc' %}  {% set version = '1.3.0.post1' %}  {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %}  about:    home: http://ccdproc.readthedocs.io/ @@ -11,6 +11,8 @@ about:  build:    number: {{ number }} +  # Astroscrappy req. incompatible with py37 +  skip: True [py37]  package:    name: {{ name }} | 
