mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
sci-mathematics/aspcud: includedir for catch
Closes: https://bugs.gentoo.org/842720 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake flag-o-matic
|
||||||
|
|
||||||
DESCRIPTION="A solver for package problems in CUDF format"
|
DESCRIPTION="A solver for package problems in CUDF format"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
@@ -37,6 +37,7 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
append-cxxflags "-I/usr/include/catch2"
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
-DASPCUD_BUILD_TESTS=$(usex test)
|
-DASPCUD_BUILD_TESTS=$(usex test)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user