[108459] trunk/dports/science

ram at macports.org ram at macports.org
Tue Jul 23 09:13:09 PDT 2013


Revision: 108459
          https://trac.macports.org/changeset/108459
Author:   ram at macports.org
Date:     2013-07-23 09:13:09 -0700 (Tue, 23 Jul 2013)
Log Message:
-----------
science/laldetchar: new port

Added Paths:
-----------
    trunk/dports/science/laldetchar/
    trunk/dports/science/laldetchar/Portfile

Added: trunk/dports/science/laldetchar/Portfile
===================================================================
--- trunk/dports/science/laldetchar/Portfile	                        (rev 0)
+++ trunk/dports/science/laldetchar/Portfile	2013-07-23 16:13:09 UTC (rev 108459)
@@ -0,0 +1,64 @@
+# $Id$
+
+PortSystem    1.0
+PortGroup     active_variants 1.1
+
+name          laldetchar
+version       0.0.3
+categories    science
+platforms     darwin
+maintainers   ram
+license       GPL
+
+description   LSC Algorithm Library - DetChar
+long_description \
+  LIGO Scientific Collaboration Algorithm Library - DetChar, containing \
+  routines for detectory characterisation.
+
+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 bd2cc944b280bac3bc7ad5b60dc6859d587219de \
+              sha256 10a6aaa2c6dcc72e7796eee6ab7c82cdcf90d7f6ddf80e74982b5a04253ee829
+
+depends_build port:pkgconfig
+
+depends_lib   port:python27 \
+              port:lal \
+              port:lalframe \
+              port:lalmetaio \
+              port:lalburst \
+              port:gsl \
+              port:libframe \
+              port:metaio
+
+configure.python ${prefix}/bin/python2.7
+configure.args --mandir=${prefix}/share/man \
+               --disable-silent-rules \
+               --disable-gcc-flags \
+               --disable-debug
+
+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}"
+
+variant swig_python description {Build python SWIG bindings} {
+  require_active_variants lal swig_python
+  require_active_variants lalframe swig_python
+  require_active_variants lalmetaio swig_python
+  require_active_variants lalburst swig_python
+  depends_build-append  port:swig-python
+  depends_lib-append    port:py27-numpy
+  configure.args-append --enable-swig-python
+}
+
+default_variants +swig_python
+
+livecheck.type   regex
+livecheck.url    ${master_sites}
+livecheck.regex  {laldetchar-(\d+(?:\.\d+)*).tar.gz}


Property changes on: trunk/dports/science/laldetchar/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/20130723/cd47fea3/attachment.html>


More information about the macports-changes mailing list