# $Id: Portfile 61040 2009-11-30 18:51:03Z ram@macports.org $

PortSystem    1.0

name          lalstochastic
version       1.0
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/lal.html
master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/

checksums     md5 314e0700c1975bc237732f6c4135ed49 \
              sha1 3b8de83581e81df75def4e193148cbb089fbd48c \
              rmd160 0a99e706ce86a1e1d73345c90b7159f00dc6e6bc

depends_build bin:pkg-config:pkgconfig

depends_lib   port:lal

configure.args --disable-gcc-flags

use_parallel_build yes

livecheck.type   regex
livecheck.url    ${master_sites}
livecheck.regex  {lalstochastic-(\d+(?:\.\d+)*).tar.gz}
