[94271] trunk/dports/science

ram at macports.org ram at macports.org
Wed Jun 13 10:15:31 PDT 2012


Revision: 94271
          https://trac.macports.org/changeset/94271
Author:   ram at macports.org
Date:     2012-06-13 10:15:30 -0700 (Wed, 13 Jun 2012)
Log Message:
-----------
science/gstlal-ugly: new port

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

Added: trunk/dports/science/gstlal-ugly/Portfile
===================================================================
--- trunk/dports/science/gstlal-ugly/Portfile	                        (rev 0)
+++ trunk/dports/science/gstlal-ugly/Portfile	2012-06-13 17:15:30 UTC (rev 94271)
@@ -0,0 +1,67 @@
+# $Id$
+
+PortSystem    1.0
+
+name          gstlal-ugly
+version       0.2.1
+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, FFTW, 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 27f62dbca41ea772aa882fc60dea96a25d203db7 \
+              sha256 df7480194177cc8c73a139b97b2e6cec6812407c52554f77c4cf2c60bea9a839
+
+depends_build port:pkgconfig
+
+depends_lib   port:gstlal \
+              port:python27 \
+              port:pylal \
+              port:fftw-3 \
+              port:fftw-3-single \
+              port:gsl \
+              port:gstreamer \
+              port:gst-plugins-base \
+              port:gst-plugins-good \
+              port:py27-gst-python \
+              port:py27-gobject \
+              port:py27-numpy \
+              port:orc \
+              port:lal \
+              port:lalframe \
+              port:lalmetaio \
+              port:lalsimulation \
+              port:lalburst \
+              port:lalinspiral \
+              port:nds2-client \
+              port:cairo
+
+set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
+configure.pkg_config_path ${python_prefix}/lib/pkgconfig
+configure.python ${prefix}/bin/python2.7
+
+configure.args --without-framecpp \
+               --without-gds
+
+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-ugly-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120613/abf0f039/attachment-0001.html>


More information about the macports-changes mailing list