# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortGroup compiler_blacklist_versions 1.0
name ldas-tools-utilities
maintainers {ligo.org:ed.maros @emaros}
description Utilities built upon various ldas-tools components.
long_description ${description}
homepage https://wiki.ligo.org/DASWG/LDASTools
master_sites http://software.ligo.org/lscsoft/source/
checksums rmd160 e81be56d8d8e079ded4547f0dbe6bafe1cecac93 \
sha256 cd19fcb17927173133d81777aa598c928f2854c998e82653fbc4922e72df771d
depends_build port:pkgconfig
depends_lib port:ldas-tools-frameAPI \
port:ldas-tools-diskcacheAPI
configure.args --disable-warnings-as-errors \
--with-optimization=high \
if {${configure.cxx_stdlib} eq "libstdc++" } {
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
livecheck.url ${master_sites}
livecheck.regex {ldas-tools-utilities-(\d+(?:\.\d+)*).tar.gz}