blob: 7d39cb44b6371e4049d2673e0b9bfbb6b9459a4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
about:
home: http://www.gemini.edu/sciops/data-and-results/processing-software
license: Fee-free redistribution only (& 3rd-party non-commercial licenses)
license_file: COPYRIGHT
summary: Gemini IRAF package
build:
binary_relocation: False
number: '0'
# These must be copied from astroconda-iraf-helpers, as conda unhelpfully
# disallows the post-install step from depending on other packages:
always_include_files:
- bin/ac_config_iraf_pkg
- bin/ac_update_extern_pkg
package:
name: iraf.gemini
version: "1.15"
source:
fn: gemini_v115_src.tar.gz
url: http://astroconda-source:4440/gemini_v115_src.tar.gz
# url: file:///rtfperm/ac_sources/gemini_v115_src.tar.gz
#patches:
#- ac.iraf.gemini.patch
requirements:
build:
- astroconda-iraf-helpers
- iraf !=2.16.1,>=2.16.UR # (build shouldn't depend on PyRAF or X11IRAF)
- iraf.tables
- iraf.stsdas
- iraf.fitsutil
run:
- iraf !=2.16.1,>=2.16.UR # (must ensure correct run-time "iraf" version)
- iraf.tables
- iraf.stsdas
- iraf.fitsutil
|