summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-04-14 17:20:53 -0400
committerMichael Orlitzky <mjo@gentoo.org>2020-04-14 17:21:10 -0400
commit4f4a0e1839754410641a5c2f277345f254c4d736 (patch)
tree28b05ada0fe829a01be82009b0c27b2fa445925a /dev-libs/ppl/metadata.xml
parentdev-ruby/nio4r: keyworded 2.4.0 for hppa, bug #689710 (diff)
downloadgentoo-4f4a0e1839754410641a5c2f277345f254c4d736.tar.gz
gentoo-4f4a0e1839754410641a5c2f277345f254c4d736.tar.bz2
gentoo-4f4a0e1839754410641a5c2f277345f254c4d736.zip
dev-libs/ppl: new revision to work around broken tests.
We have a reported test failure on PPC64 that kills the build. There are a few other problematic tests that have been reported upstream as well. Since PPL takes so long to build and test, this commit disables those tests to avoid wasting users' time. Bug: https://bugs.gentoo.org/717258 Upstream-bug: https://www.cs.unipr.it/mantis/view.php?id=2653 Upstream-bug: https://www.cs.unipr.it/mantis/view.php?id=2120 Upstream-bug: https://www.cs.unipr.it/mantis/view.php?id=1078 Upstream-bug: https://www.cs.unipr.it/mantis/view.php?id=2113 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-libs/ppl/metadata.xml')
-rw-r--r--dev-libs/ppl/metadata.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-libs/ppl/metadata.xml b/dev-libs/ppl/metadata.xml
index b231c6289d53..3520098af316 100644
--- a/dev-libs/ppl/metadata.xml
+++ b/dev-libs/ppl/metadata.xml
@@ -13,8 +13,14 @@
<name>Proxy Maintainers</name>
</maintainer>
<use>
+ <flag name="cdd">
+ Build the ppl_lcdd program for vertex/facet enumeration
+ accepting the same input format as the programs shipped with
+ <pkg>sci-libs/cddlib</pkg> and <pkg>sci-libs/lrslib</pkg>
+ </flag>
<flag name="lpsol">
- Build the ppl_lpsol linear programming problem solver
+ Build the ppl_lpsol linear program solver that uses
+ <pkg>sci-mathematics/glpk</pkg> for its input routines
</flag>
</use>
</pkgmetadata>