aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2017-02-23 09:40:33 -0500
committerJames Turner <jturner@gemini.edu>2017-02-23 09:40:33 -0500
commit3e691e50f50cca830fd0243a807415d7f85fb8a8 (patch)
tree56f92297ffffc80f84b48f5ab0600dbd5ec4e7c3
parent2f0224f0855298cf74c45b1c3b1bbf108a2673e3 (diff)
downloadastroconda-iraf-3e691e50f50cca830fd0243a807415d7f85fb8a8.tar.gz
Check out disco_stu release tag directly from git, while not published, and install the LICENSE file, since conda only records where it is.
-rw-r--r--gemini.disco_stu/build.sh4
-rw-r--r--gemini.disco_stu/meta.yaml5
2 files changed, 6 insertions, 3 deletions
diff --git a/gemini.disco_stu/build.sh b/gemini.disco_stu/build.sh
index 46308bd..ee4a3eb 100644
--- a/gemini.disco_stu/build.sh
+++ b/gemini.disco_stu/build.sh
@@ -1,4 +1,6 @@
(cd doc/ && make html && make latexpdf) || exit 1
-python setup.py install
+python setup.py install || exit 1
+
+cp -p LICENSE ${PREFIX}/share/disco_stu/
diff --git a/gemini.disco_stu/meta.yaml b/gemini.disco_stu/meta.yaml
index 12377c1..e6f0f7b 100644
--- a/gemini.disco_stu/meta.yaml
+++ b/gemini.disco_stu/meta.yaml
@@ -10,9 +10,10 @@ package:
name: gemini.disco_stu
version: "1.3.4.dev"
source:
- fn: disco_stu-1.3.4.tar.gz
+ # fn: disco_stu-1.3.4.tar.gz
# url: http://www.gemini.edu/sciops/data/software/disco_stu-1.3.4.tar.gz
- url: http://astroconda-source:4440/disco_stu-1.3.4.tar.gz
+ git_url: git@gitlab.gemini.edu:DRSoftware/disco_stu.git
+ git_tag: v1.3.4
requirements:
build:
- python x.x # syntax needed to build for each python ver.