mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
sci-mathematics/clasp: includedir for catch2
Closes: https://bugs.gentoo.org/842759 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
abd488bb31
commit
e4b6ba24f5
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user