aboutsummaryrefslogtreecommitdiff
path: root/sextractor
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-25 10:20:21 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-25 10:20:21 -0400
commitf42be659677675e1d0de32f0b4b121fcf184baca (patch)
treee4f0d0496e9cd4ae0d019c594c9d6fa17fdd5dec /sextractor
parent7e99bb54098d675212296604a84a03a4c18af9ab (diff)
downloadcbc-recipes-f42be659677675e1d0de32f0b4b121fcf184baca.tar.gz
Initial commit
Diffstat (limited to 'sextractor')
-rw-r--r--sextractor/sextractor.ini39
1 files changed, 39 insertions, 0 deletions
diff --git a/sextractor/sextractor.ini b/sextractor/sextractor.ini
new file mode 100644
index 0000000..30918e3
--- /dev/null
+++ b/sextractor/sextractor.ini
@@ -0,0 +1,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
+
+