blob: 09dad2fff7d3da6fde64b574e75b640d75f3bc01 (
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
|
about:
home: http://www.stsci.edu/institute/software_hardware/stsdas
license: US government notice (and third-party licenses)
summary: STECF package for IRAF
build:
binary_relocation: False
number: '2'
# These must be copied from astroconda-iraf-helpers, since 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.stecf
version: "3.17"
source:
fn: stsci_iraf-3.17-local.tar.gz # quirky requirement in addition to url
url: http://astroconda-source:4440/stsci_iraf-3.17-local.tar.gz
requirements:
build:
- astroconda-iraf-helpers
- iraf !=2.16.1,>=2.16.UR
- iraf.tables
- iraf.stsdas
run:
- iraf !=2.16.1,>=2.16.UR # (must ensure correct run-time "iraf" version)
- iraf.tables
- iraf.stsdas
|