[104888] trunk/dports/science/lalmetaio/Portfile
ram at macports.org
ram at macports.org
Thu Apr 4 12:48:22 PDT 2013
Revision: 104888
https://trac.macports.org/changeset/104888
Author: ram at macports.org
Date: 2013-04-04 12:48:22 -0700 (Thu, 04 Apr 2013)
Log Message:
-----------
science/lalmetaio: update to 1.1.0
Modified Paths:
--------------
trunk/dports/science/lalmetaio/Portfile
Modified: trunk/dports/science/lalmetaio/Portfile
===================================================================
--- trunk/dports/science/lalmetaio/Portfile 2013-04-04 19:48:15 UTC (rev 104887)
+++ trunk/dports/science/lalmetaio/Portfile 2013-04-04 19:48:22 UTC (rev 104888)
@@ -1,9 +1,10 @@
# $Id$
PortSystem 1.0
+PortGroup active_variants 1.1
name lalmetaio
-version 1.0.7
+version 1.1.0
categories science
platforms darwin
maintainers ram
@@ -17,13 +18,13 @@
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 75f1809c7e2f96ac530db852be316b58b0fc9fb3 \
- sha256 74e0e424030a967c298f40850292d566f447208e53b9b6d685ea7be99427c6db
+checksums rmd160 70cccb77ad424843a66b8876b663230339a6c04f \
+ sha256 6ddeb37150d916f0d9d9dc35dff29131e68b9df7c0e8b302b3ff05d873a58dc0
-depends_build port:pkgconfig \
- port:python27
+depends_build port:pkgconfig
-depends_lib port:lal \
+depends_lib port:python27 \
+ port:lal \
port:metaio
configure.python ${prefix}/bin/python2.7
@@ -34,6 +35,15 @@
use_parallel_build yes
+variant swig_python description {Build python SWIG bindings} {
+ require_active_variants lal 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 {lalmetaio-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130404/3bcfa8ca/attachment-0001.html>
More information about the macports-changes
mailing list