diff options
Diffstat (limited to 'dragons')
| -rw-r--r-- | dragons/build.sh | 2 | ||||
| -rw-r--r-- | dragons/meta.yaml | 20 | 
2 files changed, 12 insertions, 10 deletions
diff --git a/dragons/build.sh b/dragons/build.sh index 9ab2886..85135a3 100644 --- a/dragons/build.sh +++ b/dragons/build.sh @@ -19,5 +19,5 @@ docs="astrodata/doc/ad_CheatSheet astrodata/doc/ad_ProgManual \  # Install the LICENSE file(s) where recipients can read them:  mkdir -p ${PREFIX}/share/dragons/  cp -p LICENSE ${PREFIX}/share/dragons/ || exit 1 -cp -pR extern_licenses ${PREFIX}/share/dragons/ +#cp -pR extern_licenses ${PREFIX}/share/dragons/  # PUT THIS BACK! diff --git a/dragons/meta.yaml b/dragons/meta.yaml index c561bfc..23a8662 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -1,16 +1,17 @@ -about: -    home: http://www.gemini.edu/sciops/data-and-results/processing-software -    license: BSD -    summary: The main DRAGONS package for processing Gemini data  build:      binary_relocation: True      number: '0'  package:      name: dragons -    version: "2.1.0" +    version: "2.1.0rc1"  source:      git_url: https://github.com/GeminiDRSoftware/DRAGONS.git      # git_tag: v2.1.0  # TBC +    git_tag: d5d553e37d3b36ff +about: +    home: http://www.gemini.edu/sciops/data-and-results/processing-software +    license: BSD +    summary: The main DRAGONS package for processing Gemini data  requirements:      # Most of the dependencies besides python are not actually needed to      # "build" dragons, but including them here ensures that they get built @@ -18,7 +19,7 @@ requirements:      build:      - python      - setuptools -    - astropy >=1.2.1 +    - astropy >=2      - astroquery >=0.3.5      - cython >=0.24.1      - future >=0.16.0 @@ -33,14 +34,15 @@ requirements:      - sphinx >=1.2.2      - sphinx_rtd_theme >=0.3.0      - sqlalchemy >=1.0 -    - stsci.numdisplay >=1.6 +    - stsci.numdisplay >=1.6.2      - fitsverify >=4.17      - sextractor >=2.8.6      run:      - python -    - astropy >=1.2.1 +    - astropy >=2      - astroquery >=0.3.5      - future >=0.16.0 +    - gemini_calmgr >=0.9      - matplotlib >=1.4.2      - numpy >=1.9.1      - pyraf >=2.1.6 @@ -50,6 +52,6 @@ requirements:      - scipy >=0.15.1      - scikit-image >=0.10.1      - sqlalchemy >=1.0 -    - stsci.numdisplay >=1.6 +    - stsci.numdisplay >=1.6.2      - fitsverify >=4.17      - sextractor >=2.8.6  | 
