Conflict for cmake 3.11.x and Intel. (#8855)

This commit is contained in:
Sergey Kosukhin 2018-08-02 01:53:53 +02:00 committed by Adam J. Stewart
parent cd9691de53
commit 23b6850849

View File

@ -89,6 +89,9 @@ class Cmake(Package):
conflicts('+qt', when='^qt@5.4.0') # qt-5.4.0 has broken CMake modules
# https://gitlab.kitware.com/cmake/cmake/issues/18166
conflicts('%intel', when='@3.11.0:3.11.4')
phases = ['bootstrap', 'build', 'install']
def url_for_version(self, version):