# $Id: Portfile 105689 2013-05-02 02:45:04Z ram@macports.org $

PortSystem    1.0
PortGroup     active_variants 1.1

name          lalstochastic
version       1.1.8
revision      1
categories    science
platforms     darwin
maintainers   ram
license       GPL

description   LSC Algorithm Library - Stochastic
long_description \
  LIGO Scientific Collaboration Algorithm Library  - Stochastic, \
  containing routines for stochastic gravitational wave background \
  data analysis.

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 0d2e35809218d6da5a043fed95db46957c466c14 \
              sha256 a4e0595ca067a3a24c018c3b53ae3f2989d2dde0afa1bde40c7d1680317aba3b

depends_build port:pkgconfig

depends_lib   port:python27 \
              port:lal \
              port:lalmetaio \
              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

variant swig_python description {Build python SWIG bindings} {
  require_active_variants lal swig_python
  require_active_variants lalmetaio 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  {lalstochastic-(\d+(?:\.\d+)*).tar.gz}
