Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/clasp/
Date: Thu, 05 May 2022 23:37:59
Message-Id: 1651793872.e4b6ba24f5accb6b5ca28af13aa5e6069c69be83.Alessandro-Barbieri@gentoo
1 commit: e4b6ba24f5accb6b5ca28af13aa5e6069c69be83
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 15:25:14 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 23:37:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4b6ba24
7
8 sci-mathematics/clasp: includedir for catch2
9
10 Closes: https://bugs.gentoo.org/842759
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sci-mathematics/clasp/clasp-3.3.8.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/clasp/clasp-3.3.8.ebuild b/sci-mathematics/clasp/clasp-3.3.8.ebuild
17 index a9aa8e7e4..9627e4dab 100644
18 --- a/sci-mathematics/clasp/clasp-3.3.8.ebuild
19 +++ b/sci-mathematics/clasp/clasp-3.3.8.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -inherit cmake
25 +inherit cmake flag-o-matic
26
27 DESCRIPTION="A conflict-driven nogood learning answer set solver"
28 HOMEPAGE="
29 @@ -26,6 +26,7 @@ DEPEND="
30 RESTRICT="!test? ( test )"
31
32 src_prepare() {
33 + append-cxxflags "-I/usr/include/catch2"
34 rm tests/catch.hpp || die
35 cmake_src_prepare
36 }