Skip to content

Commit

Permalink
Mark a compiler/version conflict
Browse files Browse the repository at this point in the history
With Intel 14.0.4 on Linux for icu4c 60.1 and higher:
```
locid.cpp(1156): error spack#1140: a using-declaration may not name a constructor or destructor
        using KeywordEnumeration::KeywordEnumeration;
```
  • Loading branch information
sethrj committed Nov 13, 2019
1 parent 2cfeb9e commit 670eca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/icu4c/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Icu4c(AutotoolsPackage):
description='Use the specified C++ standard when building')

depends_on('python', type='build', when='@64.1:')
conflicts('%intel@:15', when='@60.1:')

configure_directory = 'source'

Expand Down

0 comments on commit 670eca1

Please sign in to comment.