Skip to content
Snippets Groups Projects
Commit 94c8bf03 authored by iarspider's avatar iarspider Committed by Adam J. Stewart
Browse files

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
parent ab98ef17
Branches
Tags
No related merge requests found
...@@ -17,6 +17,7 @@ class Geant4(CMakePackage): ...@@ -17,6 +17,7 @@ class Geant4(CMakePackage):
homepage = "http://geant4.cern.ch/" homepage = "http://geant4.cern.ch/"
url = "http://geant4.cern.ch/support/source/geant4.10.01.p03.tar.gz" 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.04', sha256='f6d883132f110eb036c69da2b21df51f13c585dc7b99d4211ddd32f4ccee1670')
version('10.03.p03', sha256='a164f49c038859ab675eec474d08c9d02be8c4be9c0c2d3aa8e69adf89e1e138') version('10.03.p03', sha256='a164f49c038859ab675eec474d08c9d02be8c4be9c0c2d3aa8e69adf89e1e138')
...@@ -61,7 +62,7 @@ class Geant4(CMakePackage): ...@@ -61,7 +62,7 @@ class Geant4(CMakePackage):
depends_on("libx11", when='+x11') depends_on("libx11", when='+x11')
depends_on("libxmu", when='+x11') depends_on("libxmu", when='+x11')
depends_on("motif", when='+motif') 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 # if G4 data not installed with geant4
# depend on G4 data packages # depend on G4 data packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment