# $Id: Portfile 151366 2016-08-13 15:36:28Z ram@macports.org $ PortSystem 1.0 PortGroup python 1.0 name pylal version 0.10.0 categories science platforms darwin maintainers ram arronax license GPL-2+ description Python LSC Algorithm Library long_description \ The PyLAL package is best described as the Python LIGO Algorithm \ Library. It was originally a Python wrapping of parts of the LAL \ library, and although it continues to provide that function it has \ acquired a large collection of independent code of its own so that \ it is no longer exclusively a Python interface to LAL. In this \ package you will find convenience code to assist with manipulating \ XML documents using the glue.ligolw I/O library, you will find a \ wrapping to libframe to enable GWF frame-file reading, you will \ find binning and smoothing code, and you will find (partial) \ wrappings of LALs burstsearch, date, inject, tools, and window \ packages. Additionally, you will find most, if not all, of the \ inspiral pipeline's follow-up and summary tools, and several \ burst-related trigger post-production tools. homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/pylal.html master_sites http://software.ligo.org/lscsoft/source/ checksums rmd160 d4d973f33c2026bec77a32efa546a8783f14aaf9 \ sha256 4c957fe4a81302c3bc024792e4b04a92e099526314b5c7415300cebb6674d791 python.default_version 27 depends_build port:pkgconfig depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-matplotlib \ port:glue \ port:py${python.version}-lal \ port:py${python.version}-lalframe \ port:py${python.version}-lalmetaio \ port:py${python.version}-lalsimulation \ port:py${python.version}-lalburst \ port:py${python.version}-lalinspiral # Choose a compiler that supports OpenMP. compiler.whitelist macports-clang-3.8 macports-clang-3.7 macports-clang-3.9 compiler.fallback macports-clang-3.8 # py-scipy is not universal universal_variant no livecheck.type regex livecheck.url ${master_sites} livecheck.regex {pylal-(\d+(?:\.\d+)*).tar.gz}