mpilander: conflict with Windows (#49733)

This commit is contained in:
John W. Parent
2025-05-09 03:04:46 -05:00
committed by GitHub
parent 33c8f518ae
commit c45e02d58f

View File

@@ -38,6 +38,8 @@ class Mpilander(CMakePackage):
conflicts("%apple-clang@:7.4") conflicts("%apple-clang@:7.4")
conflicts("%intel@:16") conflicts("%intel@:16")
conflicts("platform=windows")
def cmake_args(self): def cmake_args(self):
args = [ args = [
# tests and examples # tests and examples