[104891] trunk/dports/science/lalburst/Portfile

ram at macports.org ram at macports.org
Thu Apr 4 12:48:41 PDT 2013


Revision: 104891
          https://trac.macports.org/changeset/104891
Author:   ram at macports.org
Date:     2013-04-04 12:48:41 -0700 (Thu, 04 Apr 2013)
Log Message:
-----------
science/lalburst: update to 1.2.0

Modified Paths:
--------------
    trunk/dports/science/lalburst/Portfile

Modified: trunk/dports/science/lalburst/Portfile
===================================================================
--- trunk/dports/science/lalburst/Portfile	2013-04-04 19:48:34 UTC (rev 104890)
+++ trunk/dports/science/lalburst/Portfile	2013-04-04 19:48:41 UTC (rev 104891)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem    1.0
+PortGroup     active_variants 1.1
 
 name          lalburst
-version       1.1.6
+version       1.2.0
 categories    science
 platforms     darwin
 maintainers   ram
@@ -17,8 +18,8 @@
 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     rmd160 33d8aa6aa4326103913e6981fcf380aae9cdc9b9 \
-              sha256 656de2cfe70a26f6beb1203bf184cdfb64aa8f56bce8e5ced9dca475de31fe66
+checksums     rmd160 6d47b785927497e8f5b923366f0c372c908f4bbe \
+              sha256 1c24b79cbf2dcb25d01b7d21738eb39492d12d0d2b58e138cd474f8d6d115602
 
 depends_build port:pkgconfig
 
@@ -37,6 +38,17 @@
 
 use_parallel_build yes
 
+variant swig_python description {Build python SWIG bindings} {
+  require_active_variants lal swig_python
+  require_active_variants lalmetaio swig_python
+  require_active_variants lalsimulation swig_python
+  depends_build-append  port:swig-python \
+                        port:py27-numpy
+  configure.args-append --enable-swig-python
+}
+
+default_variants +swig_python
+
 livecheck.type   regex
 livecheck.url    ${master_sites}
 livecheck.regex  {lalburst-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130404/a382f937/attachment.html>


More information about the macports-changes mailing list