aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-05 17:28:09 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-06 01:37:52 +0200
commitd4c831ca37a61876a3158b9de9260de32b790d2d (patch)
tree152a236d0fd4c1f37b2a13bcb8dac77643676525 /sci-mathematics
parentsci-mathematics/clasp: includedir for catch2 (diff)
downloadguru-d4c831ca37a61876a3158b9de9260de32b790d2d.tar.gz
guru-d4c831ca37a61876a3158b9de9260de32b790d2d.tar.bz2
guru-d4c831ca37a61876a3158b9de9260de32b790d2d.zip
sci-mathematics/aspcud: includedir for catch
Closes: https://bugs.gentoo.org/842720 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/aspcud/aspcud-1.9.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/aspcud/aspcud-1.9.6.ebuild b/sci-mathematics/aspcud/aspcud-1.9.6.ebuild
index 0d38b0e6c..2f6a9b891 100644
--- a/sci-mathematics/aspcud/aspcud-1.9.6.ebuild
+++ b/sci-mathematics/aspcud/aspcud-1.9.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake flag-o-matic
DESCRIPTION="A solver for package problems in CUDF format"
HOMEPAGE="
@@ -37,6 +37,7 @@ src_prepare() {
}
src_configure() {
+ append-cxxflags "-I/usr/include/catch2"
local mycmakeargs=(
-DASPCUD_BUILD_TESTS=$(usex test)