# $Id$ PortSystem 1.0 PortGroup active_variants 1.1 name lalsimulation version 1.0.0 revision 2 categories science platforms darwin maintainers ram license GPL description LSC Algorithm Library - Simulation long_description \ LIGO Scientific Collaboration Algorithm Library - Simulation containing \ routines for simulation gravitational-wave waveforms and noise sources. 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 ac2080241a6043004d57b07efabd51c407290193 \ sha256 f44040b3f14dad729f64fe637cf7364cae1b42586a81c32d1a1573ef05c931a7 # upstream fix for swig bindings patchfiles patch-swig-bindings-fix.diff patch.pre_args -p1 use_autoreconf yes depends_build-append port:pkgconfig \ depends_lib port:python27 \ port:lal \ port:gsl 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 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 {lalsimulation-(\d+(?:\.\d+)*).tar.gz}