aboutsummaryrefslogtreecommitdiff
path: root/sextractor/sextractor.ini
blob: 30918e347d6363328421bffbdeca22a2e10449c4 (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
[package]
name : sextractor
version : 2.19.5

[about]
home : http://www.astromatic.net/download/${package:name}
license : GPL
summary : ${package:name}

[source]
fn : ${package:name}-${package:version}.tar.gz
url : ${about:home}/${fn}

[build]
number : 0

[requirements]
build :
    #gcc >=4.6 [darwin]
    fftw
    pkgconfig
    
run :
    fftw
    #none

[cbc_build]
linux :
    ./configure --prefix=$$PREFIX \
    --with-fftw-libdir=$$PREFIX/lib \
    --with-fftw-incdir=$$PREFIX/include \
    --with-atlas-libdir='/usr/local/atlas/lib' \
    --with-atlas-incdir='/usr/local/atlas/include'
    make -j $${CPU_COUNT}
    make install
windows :
    echo Unsupported