aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2018-02-08 09:55:51 -0500
committerJames Turner <jturner@gemini.edu>2018-02-08 09:55:51 -0500
commit915f13561e48f25348ad6ee27ef388a19b3a30ca (patch)
tree7a0df4336da130eb80e12a2640947be218c8cab2
parentbaf535457e380ff613fadb0941e986041efc0e33 (diff)
downloadastroconda-iraf-915f13561e48f25348ad6ee27ef388a19b3a30ca.tar.gz
Update astroconda-iraf-helpers version (for change to avoid setting RPATH).
-rw-r--r--astroconda-iraf-helpers/meta.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/astroconda-iraf-helpers/meta.yaml b/astroconda-iraf-helpers/meta.yaml
index 36c65ac..d001b13 100644
--- a/astroconda-iraf-helpers/meta.yaml
+++ b/astroconda-iraf-helpers/meta.yaml
@@ -3,19 +3,17 @@ about:
license: BSD
summary: Utilities to help build and install AstroConda IRAF packages
build:
- binary_relocation: True
- #detect_binary_files_with_prefix: False [osx]
number: '0'
package:
name: astroconda-iraf-helpers
- version: "0.1.3"
+ version: "0.1.4"
source:
git_url: https://github.com/astroconda/astroconda-iraf-helpers.git
+ git_tag: v0.1.4
requirements:
run:
- iraf !=2.16.1,>=2.16.UR # conda considers 2.16.1 > 2.16.UR/UR_2.16
- # PyRAF is needed by scripts/make_iraf_help, but that is now deprecated in
- # favour of $iraf/make_help, so python & pyraf been removed here, to avoid
- # pulling in masses of unnecessary build deps for every IRAF package.
+ # Dependencies on python & pyraf for building help have been removed here,
+ # avoiding pulling in a lot of unnecessary packages for every IRAF package.