[128966] trunk/dports/science/coinor-liblemon/Portfile
khindenburg at macports.org
khindenburg at macports.org
Mon Dec 1 06:43:08 PST 2014
Revision: 128966
https://trac.macports.org/changeset/128966
Author: khindenburg at macports.org
Date: 2014-12-01 06:43:08 -0800 (Mon, 01 Dec 2014)
Log Message:
-----------
coinor-liblemon: add comments why clang is blacklisted; use -append on configure.args; add livecheck
Modified Paths:
--------------
trunk/dports/science/coinor-liblemon/Portfile
Modified: trunk/dports/science/coinor-liblemon/Portfile
===================================================================
--- trunk/dports/science/coinor-liblemon/Portfile 2014-12-01 14:27:40 UTC (rev 128965)
+++ trunk/dports/science/coinor-liblemon/Portfile 2014-12-01 14:43:08 UTC (rev 128966)
@@ -10,7 +10,7 @@
platforms darwin
universal_variant no
-license Boost-1.0
+license Boost-1
maintainers fu-berlin.de:david.weese \
cs.elte.hu:alpar
@@ -27,7 +27,13 @@
checksums rmd160 25a19a53166531f5794b5f6aa85e78e491e9d9bc \
sha256 6c190dbb1e17bdb71597e79c409b2e798ffcbdb7d764ea45d6299339b12d3e05
+# The latest 1.3 release of LEMON won't compile with clang++ due to
+# some flaws in the sources.
+# seqan-apps port depends on this port and it depends on g++ as it
+# relies on OpenMP for multithreading.
compiler.blacklist *clang*
-configure.args -DLEMON_ENABLE_GLPK=NO \
- -DLEMON_ENABLE_COIN=NO \
- -DLEMON_ENABLE_ILOG=NO
+configure.args-append -DLEMON_ENABLE_GLPK=NO \
+ -DLEMON_ENABLE_COIN=NO \
+ -DLEMON_ENABLE_ILOG=NO
+
+livecheck.regex lemon-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141201/a76ed08b/attachment.html>
More information about the macports-changes
mailing list