commit:     d4c831ca37a61876a3158b9de9260de32b790d2d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu May  5 15:28:09 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu May  5 23:37:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4c831ca

sci-mathematics/aspcud: includedir for catch

Closes: https://bugs.gentoo.org/842720
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-mathematics/aspcud/aspcud-1.9.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)
 

Reply via email to