spack/etc/spack/defaults
Harmen Stoppels d47951a1e3
glibc: provides iconv (#43897)
`iconv` is a bit of weird virtual because the only shared API between
`glibc` and `libiconv` is:

```
iconv
iconv_open
iconv_close
```

whereas `libiconv` has further symbols [iconvctl](https://www.gnu.org/software/libiconv/documentation/libiconv-1.17/iconvctl.3.html), [iconv_open_into](https://www.gnu.org/software/libiconv/documentation/libiconv-1.17/iconv_open_into.3.html), and an `iconv` executable and `libcharset.so`. Packages that need those will have to do `depends_on("[virtuals=iconv] libiconv")`.
2024-04-30 07:40:00 +02:00
..
cray glibc: provides iconv (#43897) 2024-04-30 07:40:00 +02:00
darwin Tune default compiler preferences (#43805) 2024-04-24 18:00:40 +02:00
linux glibc: provides iconv (#43897) 2024-04-30 07:40:00 +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 Tune default compiler preferences (#43805) 2024-04-24 18:00:40 +02:00
repos.yaml Add "default" configuration scope. 2016-07-19 17:10:17 -07:00