diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-05-24 13:25:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 13:25:59 +0200 |
commit | eef6a79b35f3c44e0e481209bbaca0fe8f0fa048 (patch) | |
tree | 6d7f3ba36afe8deef74617e4fae5864424c7008a /var | |
parent | 556a36cbd797a2c43b6c38ff58f212e7ed0d54d6 (diff) | |
download | spack-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 'var')
0 files changed, 0 insertions, 0 deletions