Problem 2536

Summary: Database URL
Product: Geant4 Reporter: Gonzalo <gdiazlop>
Component: cmakeAssignee: Ben Morgan <Ben.Morgan>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 10.3   
Hardware: All   
OS: All   

Description Gonzalo 2023-04-12 09:45:04 CEST
I installed an old Geant4 version as it is needed for the instalation of a project.

In particular, I installed Geant4 10.3.0 but the exact version is not relevant in this issue as it happens in general for older Geant4 versions.

The problem is that the URL of the Geant4 database for older versions is:
http://geant4.cern.ch/support/source
which does not exists anymore, thus it is not possible to build Geant4 using the flag -DGEANT4_INSTALL_DATA=ON.

To solve this, I just replaced the URL in 
./geant4/cmake/Modules/Geant4InstallData.cmake
by
https://cern.ch/geant4-data/datasets
Comment 1 Gonzalo 2023-04-12 10:06:20 CEST
This issue has already been reported

*** This problem has been marked as a duplicate of problem 2535 ***