diff options
author | Stephen Nicholas Swatman <stephen@v25.nl> | 2024-11-04 16:38:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 15:38:12 +0000 |
commit | 2214fc855dc1be677693e0e88f18996a5f5b5fa8 (patch) | |
tree | 5bfaf0dff90db13f28afe6ecd2ea05d4be4f6e75 /bin | |
parent | d44bdc40c93fdc6350aa02fc03a61ccc3f36d2d2 (diff) | |
download | spack-2214fc855dc1be677693e0e88f18996a5f5b5fa8.tar.gz spack-2214fc855dc1be677693e0e88f18996a5f5b5fa8.tar.bz2 spack-2214fc855dc1be677693e0e88f18996a5f5b5fa8.tar.xz spack-2214fc855dc1be677693e0e88f18996a5f5b5fa8.zip |
geant4-data: symlink only specific data dirs (#47367)
Currently, the `geant4-data` spec creates symlink to all of its
dependencies, and it does so by globbing their `share/` directories.
This works very well for the way Spack installs these, but it doesn't
work for anybody wanting to use e.g. the Geant4 data on CVMFS. See pull
request #47298. This commit changes the way the `geant4-data` spec
works. It no longer blindly globs directories and makes symlinks, but it
asks its dependencies specifically for the name of their data directory.
This should allow us to use Spack to use the CVMFS installations as
externals.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions