Skip to content

Commit ab4e20a

Browse files
authored
Older versions of libiconv don't work with newer versions of GCC (spack#6829)
1 parent c1117f0 commit ab4e20a

File tree

1 file changed

+2
-0
lines changed
  • var/spack/repos/builtin/packages/libiconv

1 file changed

+2
-0
lines changed

var/spack/repos/builtin/packages/libiconv/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class Libiconv(AutotoolsPackage):
4040
# of C11 any more and thus might not exist.
4141
patch('gets.patch', when='@1.14')
4242

43+
conflicts('@1.14', when='%gcc@5:')
44+
4345
def configure_args(self):
4446
args = ['--enable-extra-encodings']
4547

0 commit comments

Comments
 (0)