When installing the latest dev version with spack, i get a permission denied error when installing the Geant4 data packages.
I could trace it back to shutil.copy2 in filesystem.py. Replacing copy2 with copyfile resolves the issue.
System is RHEL 8 with Python 3.6.8.
When installing the latest
devversion with spack, i get a permission denied error when installing the Geant4 data packages.I could trace it back to
shutil.copy2infilesystem.py. Replacingcopy2withcopyfileresolves the issue.System is RHEL 8 with Python 3.6.8.