Import Geant4 11.2.2 source tree

This commit is contained in:
Gabriele Cosmo
2024-06-21 15:46:33 +02:00
parent dda54bbdcf
commit f7b23877ed
411 changed files with 22817 additions and 21317 deletions
+10 -9
View File
@@ -333,20 +333,21 @@ function(geant4_configure_datasets)
message(" ${_missing} (${_vers})")
endforeach()
message(" ")
message(" If you want to have these datasets installed automatically")
message(" simply re-run cmake and set the GEANT4_INSTALL_DATA")
message(" variable to ON. This will configure the build to download")
message(" and install these datasets for you. For example, on the")
message(" command line, do:")
message(" - If you have access to cvmfs, you can use standard datasets")
message(" by reconfiguring with:")
message(" cmake -DGEANT4_INSTALL_DATADIR=/cvmfs/geant4.cern.ch/share/data <...>")
message(" The variable can also be set in ccmake or cmake-gui.")
message(" - If you want to have these datasets installed by Geant4,")
message(" simply re-run cmake with GEANT4_INSTALL_DATA=ON. This will")
message(" configure the build to download and install these datasets for you.")
message(" For example, use:")
message(" cmake -DGEANT4_INSTALL_DATA=ON <otherargs>")
message(" ")
message(" cmake -DGEANT4_INSTALL_DATA=ON <otherargs>")
message(" ")
message(" The variable can also be toggled in ccmake or cmake-gui.")
message(" If you're running on a Windows system, this is the best")
message(" solution as CMake will unpack the datasets for you")
message(" without any further software being required")
message(" ")
message(" Alternatively, you can install these datasets manually")
message(" - Alternatively, you can install these datasets manually")
message(" now or after you have installed Geant4. To do this,")
message(" download the following files:")
message(" ")