Skip to content
Snippets Groups Projects
Commit a7dc725e authored by sknigh's avatar sknigh Committed by Axel Huebl
Browse files

Ease nlohmann-json conflict with gcc 4.8 (#9506)

parent 2ae75702
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,10 @@ class NlohmannJson(CMakePackage): ...@@ -43,8 +43,10 @@ class NlohmannJson(CMakePackage):
depends_on('cmake@3.8:', type='build') depends_on('cmake@3.8:', type='build')
# requires mature C++11 implementations # requires mature C++11 implementations
conflicts('%gcc@:4.8') conflicts('%gcc@:4.7')
conflicts('%gcc@:3.3') # v3.3.0 adds support for gcc 4.8
# https://github.com/nlohmann/json/releases/tag/v3.3.0
conflicts('%gcc@:4.8', when='@:3.2.9')
conflicts('%intel@:16') conflicts('%intel@:16')
conflicts('%pgi@:14') conflicts('%pgi@:14')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment