sci-libs/dealii: fix QA issue

Closes: https://bugs.gentoo.org/692082
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Matthias Maier
2019-08-14 11:30:55 -05:00
parent e55c44f12f
commit 0ca5296eff
2 changed files with 6 additions and 1 deletions

View File

@@ -113,7 +113,6 @@ src_configure() {
-DDEAL_II_WITH_MUPARSER="$(usex muparser)"
-DDEAL_II_WITH_NANOFLANN="$(usex nanoflann)"
-DDEAL_II_WITH_NETCDF="$(usex netcdf)"
-DOPENCASCADE_DIR="${CASROOT}"
-DDEAL_II_WITH_OPENCASCADE="$(usex opencascade)"
-DDEAL_II_WITH_P4EST="$(usex p4est)"
-DDEAL_II_WITH_PETSC="$(usex petsc)"
@@ -128,6 +127,9 @@ src_configure() {
-DDEAL_II_WITH_TRILINOS="$(usex trilinos)"
)
# Do a little dance for purely cosmetic "QA" reasons.
use opencascade && mycmakeargs+=( -DOPENCASCADE_DIR="${CASROOT}" )
# Do a little dance for purely cosmetic "QA" reasons. The build system
# does query for the highest instruction set first and skips the other
# variables if a "higher" variant is set

View File

@@ -128,6 +128,9 @@ src_configure() {
-DDEAL_II_WITH_TRILINOS="$(usex trilinos)"
)
# Do a little dance for purely cosmetic "QA" reasons.
use opencascade && mycmakeargs+=( -DOPENCASCADE_DIR="${CASROOT}" )
# Do a little dance for purely cosmetic "QA" reasons. The build system
# does query for the highest instruction set first and skips the other
# variables if a "higher" variant is set