blob: 0a414170110ce1c26c92ff7f080e6553fe29fa69 (
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
|
about:
home: http://iraf.noao.edu/
license: IRAF MIT/X11 variant, CFITSIO government notice & GPL
summary: FITSUTIL package for IRAF
build:
binary_relocation: False
number: '0'
# 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.fitsutil
version: "2011_02_22"
source:
fn: fitsutil-src-2011-02-22.tar.gz
url: http://astroconda-source:4440/fitsutil-src-2011-02-22.tar.gz
patches:
- ac.iraf.fitsutil.patch
requirements:
build:
- astroconda-iraf-helpers
- iraf-core >=2.16.UR # (build shouldn't depend on PyRAF or X11IRAF)
run:
- iraf !=2.16.1,>=2.16.UR # (must ensure correct run-time "iraf" version)
|