1 | # $Id: Portfile 126610 2014-10-12 20:22:46Z ram@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup compiler_blacklist_versions 1.0 |
---|
5 | |
---|
6 | name ldas-tools-filters |
---|
7 | version 2.5.0 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | maintainers ligo.org:ed.maros |
---|
11 | |
---|
12 | description Filters library used by ldas-tools |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | homepage https://wiki.ligo.org/DASWG/LDASTools |
---|
16 | master_sites http://software.ligo.org/lscsoft/source/ |
---|
17 | |
---|
18 | checksums rmd160 831db77d6bca6d9dff48b1ff21ba4aeed4337e83 \ |
---|
19 | sha256 33956f3cc7468a5a31fb56ccdfdec25ed2166d589b0bb8bb4d5ee0bd36eb2cc6 |
---|
20 | |
---|
21 | conflicts port:ldas-tools |
---|
22 | depends_lib port:ldas-tools-al |
---|
23 | |
---|
24 | configure.args --disable-silent-rules \ |
---|
25 | --with-optimization=high \ |
---|
26 | --disable-tcl \ |
---|
27 | --without-doxygen \ |
---|
28 | --without-dot \ |
---|
29 | --disable-latex |
---|
30 | |
---|
31 | if {${os.major} < 13} { |
---|
32 | configure.args-append --disable-cxx11 |
---|
33 | } |
---|
34 | |
---|
35 | # requires clang from Xcode5 or higher to build |
---|
36 | compiler.blacklist-append {clang < 500.2.75} llvm-gcc-4.2 gcc-4.2 |
---|
37 | |
---|
38 | use_parallel_build yes |
---|
39 | |
---|
40 | #variant docs description {build documentation} { |
---|
41 | # configure.args-delete --disable-latex \ |
---|
42 | # --disable-dot \ |
---|
43 | # --disable-ldas-documentation \ |
---|
44 | # configure.args-append --docdir=${prefix}/share/doc/ldas-tools |
---|
45 | #} |
---|
46 | |
---|
47 | livecheck.type regex |
---|
48 | livecheck.url ${master_sites} |
---|
49 | livecheck.regex {ldas-tools-filters-(\d+(?:\.\d+)*).tar.gz} |
---|