mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Nowa Ammerlaan
parent
0ff91952ed
commit
813fa9a9a7
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user