summaryrefslogtreecommitdiff
path: root/sextractor/meta.yaml
blob: 058f31e1cc68bacb520c894e0d973b0023db90e7 (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
{% 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:
    - atlas-generic [linux]
    - autoconf [osx]
    - m4 [osx]
    - fftw
    - pkgconfig
    run:
    - atlas-generic [linux]
    - fftw

source:
    fn: {{name}}-{{version}}.tar.gz
    url: http://www.astromatic.net/download/sextractor/{{name}}-{{version}}.tar.gz