Skip to content

Commit d9e4fed

Browse files
committed
Update to G4 10.03.03
1 parent 9bec7dc commit d9e4fed

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

hkinstall.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ def __init__(self, path):
1212
super().__init__(path)
1313

1414
self._package_name = "Geant4"
15-
# self._download_url = "http://cern.ch/geant4-data/releases/geant4_10_01_p03.zip"
15+
self._download_url = "http://cern.ch/geant4-data/releases/geant4_10_03_p03.zip"
1616

17-
self._cmakelist_path = "source/4.10.01.p03"
17+
# self._cmakelist_path = "source/4.10.03.p03"
18+
self._cmakelist_path = "src/geant4_10_03_p03"
1819

1920
self._cmake_options = {
20-
"WITH_TLS": "OFF",
21-
"GEANT4_INSTALL_DATA": "ON"
21+
# "WITH_TLS": "OFF",
22+
"GEANT4_INSTALL_DATA": "ON",
23+
"GEANT4_DATASETS_URL": "https://cern.ch/geant4-data/datasets"
2224
}
23-
self._geant4_version="10.1.3" # overriding value defined by git for post_install
25+
self._geant4_version="10.3.3" # overriding value defined by git for post_install
2426

2527
def post_install(self):
2628
logger.info(f"Post-installation of {self._package_name} in progress...")

0 commit comments

Comments
 (0)