aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-05 17:25:14 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-06 01:37:52 +0200
commite4b6ba24f5accb6b5ca28af13aa5e6069c69be83 (patch)
tree3bf25e67cf0020aeea463077e9eab8ef513749d7 /sci-mathematics
parentsci-mathematics/minisatp: fix executable name (diff)
downloadguru-e4b6ba24f5accb6b5ca28af13aa5e6069c69be83.tar.gz
guru-e4b6ba24f5accb6b5ca28af13aa5e6069c69be83.tar.bz2
guru-e4b6ba24f5accb6b5ca28af13aa5e6069c69be83.zip
sci-mathematics/clasp: includedir for catch2
Closes: https://bugs.gentoo.org/842759 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/clasp/clasp-3.3.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/clasp/clasp-3.3.8.ebuild b/sci-mathematics/clasp/clasp-3.3.8.ebuild
index a9aa8e7e4..9627e4dab 100644
--- a/sci-mathematics/clasp/clasp-3.3.8.ebuild
+++ b/sci-mathematics/clasp/clasp-3.3.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake flag-o-matic
DESCRIPTION="A conflict-driven nogood learning answer set solver"
HOMEPAGE="
@@ -26,6 +26,7 @@ DEPEND="
RESTRICT="!test? ( test )"
src_prepare() {
+ append-cxxflags "-I/usr/include/catch2"
rm tests/catch.hpp || die
cmake_src_prepare
}