blob: b85bf8fd3669a060a95f46eb2112c05430272e6e (
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
|
[package]
name : sextractor-generic
version : 2.19.5
[about]
# Manual assignment, because package:name differs
home : http://www.astromatic.net/download/sextractor
license : GPL
summary : ${package:name}
[source]
fn : sextractor-${package:version}.tar.gz
url : ${about:home}/${fn}
[build]
number : 0
[requirements]
build :
#gcc >=4.6 [darwin]
fftw
pkgconfig
atlas-generic
run :
fftw
atlas-generic
#none
[cbc_build]
linux :
./configure --prefix=$$PREFIX \
--with-fftw-libdir=$$PREFIX/lib \
--with-fftw-incdir=$$PREFIX/include \
--with-atlas-libdir=$$PREFIX/lib \
--with-atlas-incdir=$$PREFIX/include
make -j $${CPU_COUNT}
make install
windows :
echo Unsupported
|