sci-physics/hepmc: filter lto

Closes: https://bugs.gentoo.org/941937
Closes: https://bugs.gentoo.org/941936
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Closes: https://github.com/gentoo/gentoo/pull/39503
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Alexander Puck Neuwirth
2024-11-28 14:56:39 +01:00
committed by Nowa Ammerlaan
parent 0ff91952ed
commit 813fa9a9a7
3 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit fortran-2 cmake python-single-r1
inherit fortran-2 cmake flag-o-matic python-single-r1
MYPN=HepMC3
MYP=${MYPN}-${PV}
@@ -47,6 +47,7 @@ BDEPEND="
"
src_configure() {
filter-lto # 941937 941936
local mycmakeargs=(
-DHEPMC3_ENABLE_ROOTIO=$(usex root ON OFF)
-DHEPMC3_ENABLE_PYTHON=$(usex python ON OFF)

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit fortran-2 cmake python-single-r1
inherit fortran-2 cmake flag-o-matic python-single-r1
MYP=HepMC3-${PV}
@@ -46,6 +46,7 @@ BDEPEND="
"
src_configure() {
filter-lto # 941937 941936
local mycmakeargs=(
-DHEPMC3_ENABLE_ROOTIO=$(usex root ON OFF)
-DHEPMC3_ENABLE_PYTHON=$(usex python ON OFF)

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit fortran-2 cmake python-single-r1
inherit fortran-2 cmake flag-o-matic python-single-r1
MYP=HepMC3-${PV}
@@ -46,6 +46,7 @@ BDEPEND="
"
src_configure() {
filter-lto # 941937 941936
local mycmakeargs=(
-DHEPMC3_ENABLE_ROOTIO=$(usex root ON OFF)
-DHEPMC3_ENABLE_PYTHON=$(usex python ON OFF)