aboutsummaryrefslogtreecommitdiff
path: root/iraf.axe/meta.yaml
blob: a99a07c2aafef5e56b2eee86c2d9360aef6b0a96 (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
# This is not really an IRAF package per se, but is called "iraf.axe" because
# it's an add-on for STSDAS and the intention is to distribute a stand-alone
# version later as a separate package (presumably "axe").
about:
    home: http://axe-info.stsci.edu
    license: GPL
    summary: STScI/STECF aXe add-on for the STSDAS IRAF package
build:
    binary_relocation: True
    number: '2'
package:
    name: iraf.axe
    version: "2.5"
source:
    fn: aXeTZ-2.5.tar.gz
    url: http://astroconda-source:4440/aXeTZ-2.5.tar.gz
    patches:
    - ac.iraf.axe.patch  # patched to find include files for recent wcstools
requirements:
    build:
    # is pkgconfig also needed here, as per Joe's email?
    - cfitsio >=3.35
    - wcstools >=3.8.4
    - gsl >=1.14
    run:
    - iraf !=2.16.1,>=2.16.UR  # need dir struct associated with this IRAF ver
    - iraf.stsdas
    - cfitsio >=3.35
    - wcstools >=3.8.4
    - gsl >=1.14