sci-libs/Mutationpp: include catch directory

Closes: https://bugs.gentoo.org/847331
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-25 13:27:56 +02:00
parent 887d4459a5
commit fdc7e6e323

View File

@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
FORTRAN_NEEDED="fortran"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 cmake fortran-2
inherit distutils-r1 cmake flag-o-matic fortran-2
DESCRIPTION="MUlticomponent Thermodynamic And Transport library for IONized gases"
HOMEPAGE="https://github.com/mutationpp/Mutationpp"
@@ -54,6 +54,7 @@ src_prepare() {
}
src_configure() {
append-cxxflags "-I${EPREFIX}/usr/include/catch2"
local mycmakeargs=(
-DENABLE_COVERAGE=OFF