#51603: geant4.10.2 data and geant4make.sh conflict on OSX ----------------------+-------------------------------- Reporter: fjames@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: ----------------------+-------------------------------- Datatasets for geant4.10.2 have been updated and this has been included in geant4make.sh export G4RADIOACTIVEDATA="`cd $geant4make_root/../../Data/Geant4.10.2/RadioactiveDecay4.3.1 > /dev/null ; pwd`" export G4ENSDFSTATEDATA="`cd $geant4make_root/../../Data/Geant4.10.2/G4ENSDFSTATE1.2.1 > /dev/null ; pwd`" However, when geant 4.10.2 is installed with macports, the data downloaded contains the old version of these files, RadioactiveDecay4.3 and G4ENSDFSTATE1.2. The new versions are not in the installed dataset. Therefore, running "source /opt/local/share/Geant4/Geant4-10.2.1/geant4make/geant4make.sh" does not set these globals correctly, and any programs needing those globals fail when one tries to execute then. -- Ticket URL: <https://trac.macports.org/ticket/51603> MacPorts <https://www.macports.org/> Ports system for OS X