Fix conflict directives for libpfm4. (#3673)

This commit is contained in:
健美猫 2017-04-04 02:05:03 +08:00 committed by Adam J. Stewart
parent 6cf87e3637
commit 74bd894427

View File

@ -36,7 +36,7 @@ class Libpfm4(MakefilePackage):
version('4.8.0', '730383896db92e12fb2cc10f2d41dd43')
# Fails to build libpfm4 with intel compiler version 16 and 17
conflicts('intel@16:17')
conflicts('%intel@16:17')
@property
def install_targets(self):