diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-12 15:52:03 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-12 15:52:03 -0400 |
commit | 3b006f1563a48fc879d21237aac8a52b177bfccf (patch) | |
tree | 9e95096e42c07f72c5dde7418d5e538e914eb134 | |
parent | 26e9edead94cfb61b791bc7717b4c7c4957cc879 (diff) | |
download | astroconda-iraf-3b006f1563a48fc879d21237aac8a52b177bfccf.tar.gz |
Moved astroconda-build-utils to astroconda github org and renamed to astroconda-iraf-helpers.
-rw-r--r-- | astroconda-iraf-helpers/bld.bat (renamed from astroconda-build-utils/bld.bat) | 0 | ||||
-rw-r--r-- | astroconda-iraf-helpers/build.sh (renamed from astroconda-build-utils/build.sh) | 0 | ||||
-rw-r--r-- | astroconda-iraf-helpers/meta.yaml (renamed from astroconda-build-utils/meta.yaml) | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astroconda-build-utils/bld.bat b/astroconda-iraf-helpers/bld.bat index fa5316a..fa5316a 100644 --- a/astroconda-build-utils/bld.bat +++ b/astroconda-iraf-helpers/bld.bat diff --git a/astroconda-build-utils/build.sh b/astroconda-iraf-helpers/build.sh index 7abeef0..7abeef0 100644 --- a/astroconda-build-utils/build.sh +++ b/astroconda-iraf-helpers/build.sh diff --git a/astroconda-build-utils/meta.yaml b/astroconda-iraf-helpers/meta.yaml index cff4145..e5a4a2b 100644 --- a/astroconda-build-utils/meta.yaml +++ b/astroconda-iraf-helpers/meta.yaml @@ -1,5 +1,5 @@ about: - home: https://github.com/jehturner/astroconda-build-utils + home: https://github.com/jehturner/astroconda-iraf-helpers license: BSD summary: Utilities to help build and install AstroConda packages build: @@ -7,10 +7,10 @@ build: #detect_binary_files_with_prefix: False [osx] number: '0' package: - name: astroconda-build-utils + name: astroconda-iraf-helpers version: "0.1" source: - git_url: https://github.com/jehturner/astroconda-build-utils.git + git_url: https://github.com/astroconda/astroconda-iraf-helpers.git requirements: run: - iraf !=2.16.1,>=2.16.UR # conda oddly considers 2.16.1 > 2.16.UR/UR_2.16 |