# $Id: Portfile 100318 2012-12-08 07:07:38Z ram@macports.org $ PortSystem 1.0 PortGroup active_variants 1.1 name lalinspiral version 1.4.0 revision 1 categories science platforms darwin maintainers ram license GPL description LSC Algorithm Library - Inspiral long_description \ LIGO Scientific Collaboration Algorithm Library - Inspiral, containing \ routines for compact binary gravitational wave 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 5f32d64323717464eed117ce8ecba2d031fec939 \ sha256 69f74349155737e0017b457fb38516a4f1d4ac99b970ec2ccb4a4b8370e4b8a7 depends_build port:pkgconfig \ port:python27 depends_lib port:lal \ port:lalframe \ port:lalmetaio \ port:lalsimulation \ port:gsl \ 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 lalframe 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 {lalinspiral-(\d+(?:\.\d+)*).tar.gz}