[129418] trunk/dports/science

ram at macports.org ram at macports.org
Fri Dec 12 22:08:27 PST 2014


Revision: 129418
          https://trac.macports.org/changeset/129418
Author:   ram at macports.org
Date:     2014-12-12 22:08:27 -0800 (Fri, 12 Dec 2014)
Log Message:
-----------
science/gstlal-burst: new pipeline

Added Paths:
-----------
    trunk/dports/science/gstlal-burst/
    trunk/dports/science/gstlal-burst/Portfile

Added: trunk/dports/science/gstlal-burst/Portfile
===================================================================
--- trunk/dports/science/gstlal-burst/Portfile	                        (rev 0)
+++ trunk/dports/science/gstlal-burst/Portfile	2014-12-13 06:08:27 UTC (rev 129418)
@@ -0,0 +1,64 @@
+# $Id$
+
+PortSystem    1.0
+
+name          gstlal-burst
+version       0.0.2
+categories    science
+platforms     darwin
+maintainers   ram
+license       GPL-2+
+
+description   Experimental GSTLAL elements for Burst Pipelines
+long_description \
+  This package provides a variety of experimental GStreamer elements \
+  for burst gravitational-wave data analysis and some libraries to \
+  help write such elements. The code here sits on top of several \
+  other libraries, notably the LIGO Algorithm Library, the GNU \
+  Scientific Library.
+
+homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
+master_sites  http://software.ligo.org/lscsoft/source/
+
+checksums     rmd160 79c443ebad2774ec6db36afa7105db629c4bdc76 \
+              sha256 7a632640b8ac59f5497561f95bbe5ddd394b1d84feaee966c1366231c62e98c4
+
+depends_build port:pkgconfig
+
+depends_lib   port:gstlal \
+              port:gstlal-ugly \
+              port:python27 \
+              port:glue \
+              port:pylal \
+              port:fftw-3 \
+              port:fftw-3-single \
+              port:gstreamer010 \
+              port:gstreamer010-gst-plugins-base \
+              port:gstreamer010-gst-plugins-good \
+              port:py27-gst-python \
+              port:py27-gobject \
+              port:py27-numpy \
+              port:py27-scipy \
+              port:lal \
+              port:lalmetaio \
+              port:lalburst
+
+# pylal is not universal
+universal_variant no
+
+set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
+configure.pkg_config_path ${python_prefix}/lib/pkgconfig
+configure.python ${prefix}/bin/python2.7
+
+use_parallel_build yes
+
+set pythondir "${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages"
+destroot.args-append \
+              pythondir="${pythondir}" \
+              pyexecdir="${pythondir}" \
+              pkgpythondir="${pythondir}/${name}" \
+              pkgpyexecdir="${pythondir}/${name}"
+
+livecheck.type   regex
+livecheck.url    ${master_sites}
+livecheck.regex  {gstlal-burst-(\d+(?:\.\d+)*).tar.gz}


Property changes on: trunk/dports/science/gstlal-burst/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141212/d8972782/attachment.html>


More information about the macports-changes mailing list