From 189987d64713de08d1e7a13e04d6c5dc67d8daa2 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 23 Mar 2016 17:00:53 -0400 Subject: Initial commit --- iraf/meta.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 iraf/meta.yaml (limited to 'iraf/meta.yaml') diff --git a/iraf/meta.yaml b/iraf/meta.yaml new file mode 100644 index 0000000..39c05dc --- /dev/null +++ b/iraf/meta.yaml @@ -0,0 +1,16 @@ +about: + home: http://iraf.noao.edu + license: MIT + summary: NOAO Image Reduction and Analysis Facility +build: + binary_relocation: False [osx] + detect_binary_files_with_prefix: False [osx] + number: '0' +package: + name: iraf + version: 2.16.1 +source: + fn: iraf.tar.gz + url: + - http://ssb.stsci.edu/stripped/linux/iraf.tar.gz [linux] + - http://ssb.stsci.edu/stripped/osx/iraf.tar.gz [osx] -- cgit From 734f3d5e30f2a1baba9441ac33ef498cf385db7f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 24 May 2016 09:35:44 -0400 Subject: Refactor recipe to support source build (in progress) --- iraf/meta.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'iraf/meta.yaml') diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 39c05dc..495b647 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -3,14 +3,11 @@ about: license: MIT summary: NOAO Image Reduction and Analysis Facility build: - binary_relocation: False [osx] - detect_binary_files_with_prefix: False [osx] + #binary_relocation: False [osx] + #detect_binary_files_with_prefix: False [osx] number: '0' package: name: iraf version: 2.16.1 source: - fn: iraf.tar.gz - url: - - http://ssb.stsci.edu/stripped/linux/iraf.tar.gz [linux] - - http://ssb.stsci.edu/stripped/osx/iraf.tar.gz [osx] + git_url: /eng/ssb/jhunk/git-repos/iraf.git -- cgit From 2a3119dc73fce3ed647f227bc95fdad9c61bccfe Mon Sep 17 00:00:00 2001 From: RTF User Date: Tue, 7 Jun 2016 20:58:35 -0400 Subject: Work with my IRAF SVN branch for now. Correct version number and license info. Don't patch IRAF binary paths. Unset conda ARCH variable for the IRAF build (it didn't seem to break mine but I believe IRAF uses it differently & Joe has been having some arch-related issues). --- iraf/meta.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'iraf/meta.yaml') diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 495b647..1719e86 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -1,13 +1,15 @@ about: home: http://iraf.noao.edu - license: MIT + license: MIT (and third-party licenses) summary: NOAO Image Reduction and Analysis Facility build: - #binary_relocation: False [osx] + binary_relocation: False #detect_binary_files_with_prefix: False [osx] number: '0' package: name: iraf - version: 2.16.1 + version: 2.16_UR source: - git_url: /eng/ssb/jhunk/git-repos/iraf.git + # svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/branches/jhunk-patches + # svn_rev: 4156 + svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/branches/conda_patches -- cgit From 4ee8301df6891df89ede6aa3012f9a984ab5623c Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Thu, 29 Sep 2016 12:24:49 -0300 Subject: Change IRAF version spec to make conda use our updated IRAF build without being tied to a single version number and to allow for adding a running number more naturally. --- iraf/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iraf/meta.yaml') diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 1719e86..2bd7031 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -8,7 +8,7 @@ build: number: '0' package: name: iraf - version: 2.16_UR + version: 2.16.UR source: # svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/branches/jhunk-patches # svn_rev: 4156 -- cgit