aboutsummaryrefslogtreecommitdiff
path: root/astroconda-iraf-helpers
diff options
context:
space:
mode:
authorJames E.H. Turner <jturner@gemini.edu>2016-10-12 15:52:03 -0400
committerJames E.H. Turner <jturner@gemini.edu>2016-10-12 15:52:03 -0400
commit3b006f1563a48fc879d21237aac8a52b177bfccf (patch)
tree9e95096e42c07f72c5dde7418d5e538e914eb134 /astroconda-iraf-helpers
parent26e9edead94cfb61b791bc7717b4c7c4957cc879 (diff)
downloadastroconda-iraf-3b006f1563a48fc879d21237aac8a52b177bfccf.tar.gz
Moved astroconda-build-utils to astroconda github org and renamed to astroconda-iraf-helpers.
Diffstat (limited to 'astroconda-iraf-helpers')
-rw-r--r--astroconda-iraf-helpers/bld.bat3
-rw-r--r--astroconda-iraf-helpers/build.sh4
-rw-r--r--astroconda-iraf-helpers/meta.yaml18
3 files changed, 25 insertions, 0 deletions
diff --git a/astroconda-iraf-helpers/bld.bat b/astroconda-iraf-helpers/bld.bat
new file mode 100644
index 0000000..fa5316a
--- /dev/null
+++ b/astroconda-iraf-helpers/bld.bat
@@ -0,0 +1,3 @@
+
+echo Not supported on Windows
+exit 1 \ No newline at end of file
diff --git a/astroconda-iraf-helpers/build.sh b/astroconda-iraf-helpers/build.sh
new file mode 100644
index 0000000..7abeef0
--- /dev/null
+++ b/astroconda-iraf-helpers/build.sh
@@ -0,0 +1,4 @@
+# Copy scripts to the installation:
+dest="$PREFIX/bin"
+mkdir -p "$dest" && cp -p scripts/* "$dest/"
+
diff --git a/astroconda-iraf-helpers/meta.yaml b/astroconda-iraf-helpers/meta.yaml
new file mode 100644
index 0000000..e5a4a2b
--- /dev/null
+++ b/astroconda-iraf-helpers/meta.yaml
@@ -0,0 +1,18 @@
+about:
+ home: https://github.com/jehturner/astroconda-iraf-helpers
+ license: BSD
+ summary: Utilities to help build and install AstroConda packages
+build:
+ binary_relocation: True
+ #detect_binary_files_with_prefix: False [osx]
+ number: '0'
+package:
+ name: astroconda-iraf-helpers
+ version: "0.1"
+source:
+ 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
+ - pyraf
+