summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2024-05-24 13:25:59 +0200
committerGitHub <noreply@github.com>2024-05-24 13:25:59 +0200
commiteef6a79b35f3c44e0e481209bbaca0fe8f0fa048 (patch)
tree6d7f3ba36afe8deef74617e4fae5864424c7008a /README.md
parent556a36cbd797a2c43b6c38ff58f212e7ed0d54d6 (diff)
downloadspack-eef6a79b35f3c44e0e481209bbaca0fe8f0fa048.tar.gz
spack-eef6a79b35f3c44e0e481209bbaca0fe8f0fa048.tar.bz2
spack-eef6a79b35f3c44e0e481209bbaca0fe8f0fa048.tar.xz
spack-eef6a79b35f3c44e0e481209bbaca0fe8f0fa048.zip
Prefer libiconv for iconv (#44335)
`glibc` and `musl` provide a basic implementation of `iconv` (`iconv`, `iconv_open`, `iconv_close`), but in practice the installation may be missing the character encoding methods to make them usable. On Fedora for example, users need to ```yum install glibc-gconv-extra``` to get the character encodings that `gettext` requires during configure, namely EUC-JP. Users may not have permissions to install the missing parts of glibc. Since Spack can install `libiconv`, it is simpler to use that by default.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions