spack/var/spack
Baptiste Jonglez 3626ab2697
libsodium: Fix build on ppc64le (#21256)
On ppc64le and aarch64, Spack tries to execute any "config.guess" and
"config.sub" scripts it finds in the source package.

However, in the libsodium tarball, these files are present but not
executable.  This causes the following error when trying to install
libsodium with spack:

    Error: RuntimeError: Failed to find suitable substitutes for config.sub, config.guess

Fix this by chmod-ing the scripts in the patch() function of libsodium.
2021-01-27 09:40:10 +01:00
..
gpg
gpg.mock
mock_configs/site_spackconfig
repos libsodium: Fix build on ppc64le (#21256) 2021-01-27 09:40:10 +01:00