From cf7935be614158b14cf903aed292eaad6a866f4b Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Fri, 21 Jun 2019 01:27:31 -0400 Subject: update compiler ID for windows INtel MPI --- mesonbuild/dependencies/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py index 80bacd2..483d73e 100644 --- a/mesonbuild/dependencies/misc.py +++ b/mesonbuild/dependencies/misc.py @@ -217,7 +217,7 @@ class MPIDependency(ExternalDependency): if not self.is_found and mesonlib.is_windows(): # only Intel Fortran compiler is compatible with Microsoft MPI at this time. - if language == 'fortran' and environment.detect_fortran_compiler(self.for_machine).name_string() != 'intel': + if language == 'fortran' and environment.detect_fortran_compiler(self.for_machine).name_string() != 'intel-ci': return result = self._try_msmpi() if result is not None: -- cgit v1.1