spack/etc/spack/defaults
Harmen Stoppels eef6a79b35
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.
2024-05-24 13:25:59 +02:00
..
cray Prefer libiconv for iconv (#44335) 2024-05-24 13:25:59 +02:00
darwin Tune default compiler preferences (#43805) 2024-04-24 18:00:40 +02:00
linux Prefer libiconv for iconv (#44335) 2024-05-24 13:25:59 +02:00
windows Allow configurable stage names (#36509) 2023-03-31 11:46:47 -07:00
bootstrap.yaml Update bootstrap buildcache to support Python 3.12 (#40404) 2023-10-11 19:03:17 +02:00
concretizer.yaml concretizer: update reuse: default to True (#41302) 2024-04-23 17:42:14 +02:00
config.yaml Add handling of custom ssl certs in urllib ops (#42953) 2024-04-01 11:11:13 -07:00
mirrors.yaml mirrors: distinguish between source/binary mirror; simplify schema (#34523) 2023-07-13 11:29:17 +00:00
modules.yaml Revert "defaults/modules.yaml: hide implicits (#40906)" (#40955) 2023-11-08 14:33:50 -07:00
packages.yaml Remove mesa18 and libosmesa (#44264) 2024-05-21 10:18:14 -05:00
repos.yaml Add "default" configuration scope. 2016-07-19 17:10:17 -07:00