diff options
author | Baptiste Jonglez <30461003+jonglezb@users.noreply.github.com> | 2021-01-27 09:40:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 09:40:10 +0100 |
commit | 3626ab2697c716e0e7466584ab9243c6e5ed572e (patch) | |
tree | 8b83d529f46725a1e6ae2b4028f1480295a51072 /README.md | |
parent | aa8e0262420c10baa99d70593ea3dc1ecceef7da (diff) | |
download | spack-3626ab2697c716e0e7466584ab9243c6e5ed572e.tar.gz spack-3626ab2697c716e0e7466584ab9243c6e5ed572e.tar.bz2 spack-3626ab2697c716e0e7466584ab9243c6e5ed572e.tar.xz spack-3626ab2697c716e0e7466584ab9243c6e5ed572e.zip |
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.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions