aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-25 16:48:54 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-25 16:48:54 -0400
commit40781a00f77a768afd8e880e61e3b5656c187327 (patch)
treef6995cf4f8964490f1e8e6c6bb4d3b2cc5d349a3
parent12085018614efe83b198b5019d6762834e16b30c (diff)
downloadcbc-recipes-40781a00f77a768afd8e880e61e3b5656c187327.tar.gz
Initial commit
-rw-r--r--sextractor/sextractor-generic.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/sextractor/sextractor-generic.ini b/sextractor/sextractor-generic.ini
new file mode 100644
index 0000000..b85bf8f
--- /dev/null
+++ b/sextractor/sextractor-generic.ini
@@ -0,0 +1,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
+
+