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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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