summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-04-11 22:02:25 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-04-11 22:02:38 +0200
commit6dc8e8ef6c58cb19fa64d6149e3a7178b7144da9 (patch)
treefbe240aeb7174b274ff9d36b24be4e0bb3099578 /sci-mathematics/coq
parentsys-fs/f2fs-tools: sync live (diff)
downloadgentoo-6dc8e8ef6c58cb19fa64d6149e3a7178b7144da9.tar.gz
gentoo-6dc8e8ef6c58cb19fa64d6149e3a7178b7144da9.tar.bz2
gentoo-6dc8e8ef6c58cb19fa64d6149e3a7178b7144da9.zip
sci-mathematics/coq: disable failing test
Closes: https://bugs.gentoo.org/859877 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r--sci-mathematics/coq/coq-8.17.0.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/sci-mathematics/coq/coq-8.17.0.ebuild b/sci-mathematics/coq/coq-8.17.0.ebuild
index 19df902424b8..f8376e6eeb69 100644
--- a/sci-mathematics/coq/coq-8.17.0.ebuild
+++ b/sci-mathematics/coq/coq-8.17.0.ebuild
@@ -53,6 +53,13 @@ BDEPEND="
DOCS=( CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS INSTALL.md README.md )
+src_prepare() {
+ # Remove failing tests. bug #859877
+ rm -r test-suite/coq-makefile/timing || die
+
+ default
+}
+
src_configure() {
export CAML_LD_LIBRARY_PATH="${S}/kernel/byterun/"