aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2019-08-08 23:00:27 -0400
committerJames Turner <jturner@gemini.edu>2019-08-08 23:00:27 -0400
commit55d13dabb666ed4fb1bf7385d04707ce818bc517 (patch)
treef1c68275bf8020daf3a43abfab527b8df8f2db71
parentc594b7842f8bc804daa3c264371bc06038c2a1e1 (diff)
downloadastroconda-iraf-55d13dabb666ed4fb1bf7385d04707ce818bc517.tar.gz
Update dragons recipe to build from (latest commit in) the new release branch, move the about section to keep new conda versions happy, update astropy dep to v2 & numdisplay to our bug-fixed version, add calmgr as a run-time dependency and temporarily comment out install of currently-missing licenses directory.
-rw-r--r--dragons/build.sh2
-rw-r--r--dragons/meta.yaml20
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