From 57b060589ecdeb4e4bcd82e0cc456d1484c908b4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 24 May 2016 09:36:16 -0400 Subject: Initial commit of x11iraf: iraf-x11 --- iraf-x11/meta.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 iraf-x11/meta.yaml (limited to 'iraf-x11/meta.yaml') diff --git a/iraf-x11/meta.yaml b/iraf-x11/meta.yaml new file mode 100644 index 0000000..024e5c5 --- /dev/null +++ b/iraf-x11/meta.yaml @@ -0,0 +1,18 @@ +about: + home: http://iraf.noao.edu + license: MIT + summary: X11 support for IRAF +build: + #binary_relocation: False [osx] + #detect_binary_files_with_prefix: False [osx] + number: '0' +package: + name: iraf-x11 + version: 2.0 +requirements: + build: + - iraf + run: + - iraf +source: + git_url: /eng/ssb/jhunk/git-repos/x11iraf.git -- cgit From 21c4ce119913c20c0b31b172b3780ff620baf259 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 18:05:01 -0300 Subject: Rework x11iraf build slightly, as for iraf, to use new unix/hlib/setup and log the main build output. --- iraf-x11/meta.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'iraf-x11/meta.yaml') diff --git a/iraf-x11/meta.yaml b/iraf-x11/meta.yaml index 024e5c5..4ccf72a 100644 --- a/iraf-x11/meta.yaml +++ b/iraf-x11/meta.yaml @@ -8,11 +8,12 @@ build: number: '0' package: name: iraf-x11 - version: 2.0 + version: "2.0" requirements: build: - - iraf + - iraf !=2.16.1,>=2.16.UR run: - - iraf + - iraf !=2.16.1,>=2.16.UR source: - git_url: /eng/ssb/jhunk/git-repos/x11iraf.git + svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/x11iraf/trunk/ + -- cgit