We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0490372 commit 3ae13d1Copy full SHA for 3ae13d1
mesonbuild/dependencies/mpi.py
@@ -27,7 +27,7 @@
27
from ..environment import Environment, MachineChoice
28
29
30
-@factory_methods({DependencyMethods.PKGCONFIG, DependencyMethods.CONFIG_TOOL, DependencyMethods.SYSTEM})
+@factory_methods({DependencyMethods.PKGCONFIG, DependencyMethods.CONFIG_TOOL, DependencyMethods.SYSTEM}) # type: ignore
31
def mpi_factory(env: 'Environment', for_machine: 'MachineChoice',
32
kwargs: T.Dict[str, T.Any], methods: T.List[DependencyMethods]) -> T.List[T.Callable[[], 'Dependency']]:
33
language = kwargs.get('language', 'c')
0 commit comments