iconv: add a strong preference on libiconv by default (#50020)
This strong preference fixes a sporadic issue when concretizing environments with `unify:when_possible`. In the first round of concretization, it is almost certain that glibc is installed, and that spec might provide iconv. In later rounds using that as a provider might be preferred, as it leads to less nodes to be "built". To avoid duplication by default, prefer libiconv in a stronger way than default preferences. Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
620d5c7ef8
commit
c5b227d14c
@ -92,6 +92,8 @@ packages:
|
||||
buildable: false
|
||||
hpcx-mpi:
|
||||
buildable: false
|
||||
iconv:
|
||||
prefer: [libiconv]
|
||||
mpt:
|
||||
buildable: false
|
||||
spectrum-mpi:
|
||||
|
Loading…
Reference in New Issue
Block a user