Update Geant4 version and recipe (#13840)
* Update Geant4 version and recipe According to the Geant4 developers, Geant4 supports Qt5 since at least 10.00. * Update to new API
This commit is contained in:
parent
ab98ef1765
commit
94c8bf0322
@ -17,6 +17,7 @@ class Geant4(CMakePackage):
|
||||
homepage = "http://geant4.cern.ch/"
|
||||
url = "http://geant4.cern.ch/support/source/geant4.10.01.p03.tar.gz"
|
||||
|
||||
version('10.05.p01', sha256='f4a292220500fad17e0167ce3153e96e3410ecbe96284e572dc707f63523bdff')
|
||||
version('10.04', sha256='f6d883132f110eb036c69da2b21df51f13c585dc7b99d4211ddd32f4ccee1670')
|
||||
version('10.03.p03', sha256='a164f49c038859ab675eec474d08c9d02be8c4be9c0c2d3aa8e69adf89e1e138')
|
||||
|
||||
@ -61,7 +62,7 @@ class Geant4(CMakePackage):
|
||||
depends_on("libx11", when='+x11')
|
||||
depends_on("libxmu", when='+x11')
|
||||
depends_on("motif", when='+motif')
|
||||
depends_on("qt@4.8:4.999", when="+qt")
|
||||
depends_on("qt@4.8:", when="+qt")
|
||||
|
||||
# if G4 data not installed with geant4
|
||||
# depend on G4 data packages
|
||||
|
Loading…
Reference in New Issue
Block a user