# $Id$ PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 name ldas-tools-filters version 2.5.0 categories science platforms darwin maintainers ligo.org:ed.maros description Filters library used by ldas-tools long_description ${description} homepage https://wiki.ligo.org/DASWG/LDASTools master_sites http://software.ligo.org/lscsoft/source/ checksums rmd160 831db77d6bca6d9dff48b1ff21ba4aeed4337e83 \ sha256 33956f3cc7468a5a31fb56ccdfdec25ed2166d589b0bb8bb4d5ee0bd36eb2cc6 depends_lib port:ldas-tools-al configure.args --disable-silent-rules \ --with-optimization=high \ --disable-tcl \ --without-doxygen \ --without-dot \ --disable-latex if {${os.major} < 13} { configure.args-append --disable-cxx11 } # requires clang from Xcode5 or higher to build compiler.blacklist-append {clang < 500.2.75} llvm-gcc-4.2 gcc-4.2 use_parallel_build yes #variant docs description {build documentation} { # configure.args-delete --disable-latex \ # --disable-dot \ # --disable-ldas-documentation \ # configure.args-append --docdir=${prefix}/share/doc/ldas-tools #} livecheck.type regex livecheck.url ${master_sites} livecheck.regex {ldas-tools-filters-(\d+(?:\.\d+)*).tar.gz}