Geant4: extend patch to fix compile for 10.0-10.4 as well (#43640)
This commit is contained in:
parent
d92a2c31fb
commit
acfb2b9270
@ -162,7 +162,7 @@ def std_when(values):
|
|||||||
patch("CLHEP-10.03.03.patch", level=1, when="@10.3")
|
patch("CLHEP-10.03.03.patch", level=1, when="@10.3")
|
||||||
# Build failure on clang 15, ubuntu 22: see Geant4 problem report #2444
|
# Build failure on clang 15, ubuntu 22: see Geant4 problem report #2444
|
||||||
# fixed by ascii-V10-07-03
|
# fixed by ascii-V10-07-03
|
||||||
patch("geant4-10.6.patch", level=1, when="@10.5:10.6")
|
patch("geant4-10.6.patch", level=1, when="@10.0:10.6")
|
||||||
# These patches can be applied independent of the cxxstd value?
|
# These patches can be applied independent of the cxxstd value?
|
||||||
patch("cxx17.patch", when="@10.3 cxxstd=17")
|
patch("cxx17.patch", when="@10.3 cxxstd=17")
|
||||||
patch("cxx17_geant4_10_0.patch", level=1, when="@10.4.0 cxxstd=17")
|
patch("cxx17_geant4_10_0.patch", level=1, when="@10.4.0 cxxstd=17")
|
||||||
|
Loading…
Reference in New Issue
Block a user