Problem 2536 - Database URL
Summary: Database URL
Status: RESOLVED DUPLICATE of problem 2535
Alias: None
Product: Geant4
Classification: Unclassified
Component: cmake (show other problems)
Version: 10.3
Hardware: All All
: P4 normal
Assignee: Ben Morgan
URL:
Depends on:
Blocks:
 
Reported: 2023-04-12 09:45 CEST by Gonzalo
Modified: 2023-04-12 10:06 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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 ***