summaryrefslogtreecommitdiff
path: root/hstaxe/meta.yaml
blob: 1cd8357fdc59165fec25ad296f855cfacb9c75c1 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{% set name = 'hstaxe' %}
{% set version = '1.0.0' %}
{% set number = '2' %}

about:
    home: https://github.com/spacetelescope/{{ name }}
    license: BSD
    summary: |
        Spectral extraction tools for Hubble Space Telescope Grisms
        Based on the original aXe package.

build:
    number: {{ number }}

package:
    name: {{ name }}
    version: {{ version }}

requirements:
    build:
    - setuptools
    - setuptools_scm
    - autoconf
    - automake
    - libtool
    - pkg-config
    - make
    - numpy {{ numpy }}
    - cfitsio
    - gsl
    - wcstools
    - python {{ python }}
    run:
    - numpy
    - astropy
    - cfitsio
    - gsl
    - stwcs
    - stsci.imagestats
    - drizzlepac
    - drizzle
    - wcstools
    - python

source:
    git_tag: {{ version }}
    git_url: https://github.com/spacetelescope/{{ name }}.git

test:
    imports:
    - hstaxe