[89025] trunk/dports/science

ram at macports.org ram at macports.org
Tue Jan 17 23:44:33 PST 2012


Revision: 89025
          http://trac.macports.org/changeset/89025
Author:   ram at macports.org
Date:     2012-01-17 23:44:31 -0800 (Tue, 17 Jan 2012)
Log Message:
-----------
science/pylal: new port

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

Added: trunk/dports/science/pylal/Portfile
===================================================================
--- trunk/dports/science/pylal/Portfile	                        (rev 0)
+++ trunk/dports/science/pylal/Portfile	2012-01-18 07:44:31 UTC (rev 89025)
@@ -0,0 +1,57 @@
+# $Id$
+
+PortSystem         1.0
+PortGroup          python27 1.0
+
+name               pylal
+version            0.1.3
+categories         science
+platforms          darwin
+maintainers        ram
+license            GPL
+
+description        Python LSC Algorithm Library
+long_description \
+  The PyLAL package is best described as the Python LIGO Algorithm \
+  Library. It was originally a Python wrapping of parts of the LAL \
+  library, and although it continues to provide that function it has \
+  acquired a large collection of independent code of its own so that \
+  it is no longer exclusively a Python interface to LAL. In this \
+  package you will find convenience code to assist with manipulating \
+  XML documents using the glue.ligolw I/O library, you will find a \
+  wrapping to libframe to enable GWF frame-file reading, you will \
+  find binning and smoothing code, and you will find (partial) \
+  wrappings of LALs burstsearch, date, inject, tools, and window \
+  packages. Additionally, you will find most, if not all, of the \
+  inspiral pipeline's follow-up and summary tools, and several \
+  burst-related trigger post-production tools.
+
+homepage           https://www.lsc-group.phys.uwm.edu/daswg/projects/pylal.html
+master_sites       http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/
+
+checksums          md5 03f9a19667120ea3b4aca8326091f3ab \
+                   sha1 45a2ffa6349857042f067b10c6eb39eff43e028e \
+                   rmd160 9ce54f2af75337dea921bb9d81eb9c0af65ddc8a
+
+depends_build      port:pkgconfig
+
+depends_lib-append port:py27-numpy \
+                   port:py27-scipy \
+                   port:py27-matplotlib \
+                   port:glue \
+                   port:lal \
+                   port:lalframe \
+                   port:lalmetaio \
+                   port:lalsimulation \
+                   port:lalburst \
+                   port:lalinspiral
+
+#python.link_binaries no
+
+#post-destroot {
+#  foreach x [glob -type {x} ${destroot}${python.prefix}/bin/*] { system "ln $x ${destroot}${prefix}/bin" }
+#}
+
+livecheck.type     regex
+livecheck.url      ${master_sites}
+livecheck.regex    {pylal-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120117/37f61b9f/attachment.html>


More information about the macports-changes mailing list