[101017] trunk/dports/science

ram at macports.org ram at macports.org
Wed Jan 2 23:28:56 PST 2013


Revision: 101017
          https://trac.macports.org/changeset/101017
Author:   ram at macports.org
Date:     2013-01-02 23:28:55 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
science/gstlal-inspiral: new port

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

Added: trunk/dports/science/gstlal-inspiral/Portfile
===================================================================
--- trunk/dports/science/gstlal-inspiral/Portfile	                        (rev 0)
+++ trunk/dports/science/gstlal-inspiral/Portfile	2013-01-03 07:28:55 UTC (rev 101017)
@@ -0,0 +1,63 @@
+# $Id$
+
+PortSystem    1.0
+
+name          gstlal-inspiral
+version       0.1.0
+categories    science
+platforms     darwin
+maintainers   ram
+license       GPL
+
+description   Experimental GSTLAL elements
+long_description \
+  This package provides a variety of experimental GStreamer elements \
+  for 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, and, of course, GStreamer
+
+homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
+master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/
+
+checksums     rmd160 d82ecabcedbef6b08eeddc61eaa6f6577bb7523b \
+              sha256 89d4071b8cc91de3d9a435d879756b82d7e18cc688580f6d1c43b5ab057abf64
+
+depends_build port:pkgconfig
+
+depends_lib   port:gstlal \
+              port:gstlal-ugly \
+              port:python27 \
+              port:glue \
+              port:pylal \
+              port:gstreamer \
+              port:gst-plugins-base \
+              port:gst-plugins-good \
+              port:py27-gst-python \
+              port:py27-gobject \
+              port:py27-numpy \
+              port:lal \
+              port:lalframe \
+              port:lalmetaio \
+              port:lalsimulation \
+              port:lalinspiral \
+              port:gsl
+
+# 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
+
+# fails with "error: cannot compile this complex compound assignment yet"
+# submitted as radr://11224126
+if {${configure.compiler} == "clang"} {
+  configure.compiler llvm-gcc-4.2
+}
+
+livecheck.type   regex
+livecheck.url    ${master_sites}
+livecheck.regex  {gstlal-inspiral-(\d+(?:\.\d+)*).tar.gz}


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


More information about the macports-changes mailing list