[Bug 268300] [New port] science/geant4: Simulation of the passage of particles through matter
Date: Mon, 26 Dec 2022 12:00:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268300 Thierry Thomas <thierry@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ports-bugs@FreeBSD.org |thierry@FreeBSD.org --- Comment #5 from Thierry Thomas <thierry@FreeBSD.org> --- During configure, the hereunder message is displayed: ------------------------------------------------------------------------ *WARNING* Geant4 has been pre-configured to look for datasets in the directory: /usr/local/share/Geant4-11.0.3/data but the following datasets are NOT present on disk at that location: G4NDL (4.6) G4EMLOW (8.0) PhotonEvaporation (5.7) RadioactiveDecay (5.6) G4PARTICLEXS (4.0) G4PII (1.3) RealSurface (2.2) G4SAIDDATA (2.0) G4ABLA (3.1) G4INCL (1.0) G4ENSDFSTATE (2.3) If you want to have these datasets installed automatically simply re-run cmake and set the GEANT4_INSTALL_DATA variable to ON. This will configure the build to download and install these datasets for you. For example, on the command line, do: cmake -DGEANT4_INSTALL_DATA=ON <otherargs> The variable can also be toggled in ccmake or cmake-gui. If you're running on a Windows system, this is the best solution as CMake will unpack the datasets for you without any further software being required Alternatively, you can install these datasets manually now or after you have installed Geant4. To do this, download the following files: https://cern.ch/geant4-data/datasets/G4NDL.4.6.tar.gz https://cern.ch/geant4-data/datasets/G4EMLOW.8.0.tar.gz https://cern.ch/geant4-data/datasets/G4PhotonEvaporation.5.7.tar.gz https://cern.ch/geant4-data/datasets/G4RadioactiveDecay.5.6.tar.gz https://cern.ch/geant4-data/datasets/G4PARTICLEXS.4.0.tar.gz https://cern.ch/geant4-data/datasets/G4PII.1.3.tar.gz https://cern.ch/geant4-data/datasets/G4RealSurface.2.2.tar.gz https://cern.ch/geant4-data/datasets/G4SAIDDATA.2.0.tar.gz https://cern.ch/geant4-data/datasets/G4ABLA.3.1.tar.gz https://cern.ch/geant4-data/datasets/G4INCL.1.0.tar.gz https://cern.ch/geant4-data/datasets/G4ENSDFSTATE.2.3.tar.gz and unpack them under the directory: /usr/local/share/Geant4-11.0.3/data As we supply the datasets packed in gzipped tar files, you will need the 'tar' utility to unpack them. Nota bene: Missing datasets will not affect or break compilation and installation of the Geant4 libraries. ------------------------------------------------------------------------ Maybe you could add an option for these datasets? -- You are receiving this mail because: You are the assignee for the bug.