[88328] trunk/dports/science

ram at macports.org ram at macports.org
Wed Dec 28 08:25:00 PST 2011


Revision: 88328
          http://trac.macports.org/changeset/88328
Author:   ram at macports.org
Date:     2011-12-28 08:25:00 -0800 (Wed, 28 Dec 2011)
Log Message:
-----------
science/lalinference: new port

Added Paths:
-----------
    trunk/dports/science/lalinference/
    trunk/dports/science/lalinference/Portfile

Added: trunk/dports/science/lalinference/Portfile
===================================================================
--- trunk/dports/science/lalinference/Portfile	                        (rev 0)
+++ trunk/dports/science/lalinference/Portfile	2011-12-28 16:25:00 UTC (rev 88328)
@@ -0,0 +1,49 @@
+# $Id$
+
+PortSystem    1.0
+
+name          lalinference
+version       0.1.0
+categories    science
+platforms     darwin
+maintainers   ram
+license       GPL
+
+description   LSC Algorithm Library - Inference
+long_description \
+  LIGO Scientific Collaboration Algorithm Library - Inference containing \
+  routines for Bayesian inference data analysis.
+
+homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/lalsuite.html
+master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/lalsuite
+
+checksums     md5 b7ff5e14fbb6858c688303805525d03b \
+              sha1 e16f70f830c722e2ac7a94189288868188c2dcdb \
+              rmd160 1861fd0bcb445e8b90d2ebc51b45c612f323a02d
+
+depends_build bin:pkg-config:pkgconfig \
+              port:python27
+
+depends_lib   port:gsl \
+              port:metaio \
+              port:libxml2 \
+              port:lal \
+              port:lalframe \
+              port:lalmetaio \
+              port:lalxml \
+              port:lalsimulation \
+              port:lalinspiral \
+              port:lalpulsar
+
+configure.python ${prefix}/bin/python2.7
+configure.args --mandir=${prefix}/share/man \
+               --enable-lalxml \
+               --disable-gcc-flags
+
+build.args    V=1
+
+use_parallel_build yes
+
+livecheck.type   regex
+livecheck.url    ${master_sites}
+livecheck.regex  {lalinference-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111228/8dbd1fac/attachment.html>


More information about the macports-changes mailing list