summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2024-07-04 08:20:27 +0200
committerGitHub <noreply@github.com>2024-07-04 08:20:27 +0200
commit36d64fcbd4e7ac3b70cd23280c40bb172a506a9e (patch)
tree6e49f0bc544822c649e9792b444562eda1053170
parentc5cdc2c0a2efc2ddf5b67abc6077b60173fd509a (diff)
downloadspack-36d64fcbd4e7ac3b70cd23280c40bb172a506a9e.tar.gz
spack-36d64fcbd4e7ac3b70cd23280c40bb172a506a9e.tar.bz2
spack-36d64fcbd4e7ac3b70cd23280c40bb172a506a9e.tar.xz
spack-36d64fcbd4e7ac3b70cd23280c40bb172a506a9e.zip
iconv: require libiconv on linux (#45026)
otherwise it is still picked up from glibc as it is external
-rw-r--r--etc/spack/defaults/linux/packages.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/spack/defaults/linux/packages.yaml b/etc/spack/defaults/linux/packages.yaml
new file mode 100644
index 0000000000..6f2d06cc05
--- /dev/null
+++ b/etc/spack/defaults/linux/packages.yaml
@@ -0,0 +1,3 @@
+packages:
+ iconv:
+ require: [libiconv]