diff options
author | Matthias Maier <tamiko@gentoo.org> | 2023-07-15 03:36:03 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2023-07-15 04:06:58 -0500 |
commit | d2e7a69e4ca554651411c3e73468b0a2eaced1cd (patch) | |
tree | 334fd911725f72dd01486b1c2f49c3c86c0e03c1 /sci-libs/libsc | |
parent | sys-devel/reflex: Stabilize 20230521 arm, #909142 (diff) | |
download | gentoo-d2e7a69e4ca554651411c3e73468b0a2eaced1cd.tar.gz gentoo-d2e7a69e4ca554651411c3e73468b0a2eaced1cd.tar.bz2 gentoo-d2e7a69e4ca554651411c3e73468b0a2eaced1cd.zip |
sci-libs/libsc: try to avoid a performance regression with 2.8.5
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/libsc')
-rw-r--r-- | sci-libs/libsc/libsc-2.8.5-r3.ebuild (renamed from sci-libs/libsc/libsc-2.8.5-r2.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-libs/libsc/libsc-2.8.5-r2.ebuild b/sci-libs/libsc/libsc-2.8.5-r3.ebuild index 786ecf6012b8..037755f94524 100644 --- a/sci-libs/libsc/libsc-2.8.5-r2.ebuild +++ b/sci-libs/libsc/libsc-2.8.5-r3.ebuild @@ -47,6 +47,10 @@ pkg_setup() { } src_configure() { + # avoid using debug codepaths that are manually enabled with the + # RelWithDebInfo build type + local CMAKE_BUILD_TYPE="Release" + local mycmakeargs=( -Dmpi="$(usex mpi)" -Dopenmp="$(usex openmp)" |