summaryrefslogtreecommitdiff
path: root/sextractor/meta.yaml
blob: c7a42282c620dbce2a3d5f5ddcbd2745b789f1ec (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
{% set name = 'sextractor' %}
{% set version = '2.19.5' %}

about:
    home: http://www.astromatic.net/download/{{ name }}
    license: GPL
    summary: |
        SExtractor is a program that builds a catalogue of objects from an astronomical image

build:
    number: '1' [linux]
    number: '0' [osx]

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

requirements:
    build:
    - autoconf
    - automake
    - fftw
    - gcc
    - libtool
    - m4
    - mkl-devel
    - pkgconfig

    run:
    - atlas-generic [linux]
    - fftw

source:
    fn: {{ name }}-{{ version }}.tar.gz
    url: https://github.com/astromatic/sextractor/archive/{{ version }}.tar.gz
    md5: 8b5d957c80d93396503a8bf6698f000a

test:
  commands:
    - sex --help