We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2bbe1 commit 336ccacCopy full SHA for 336ccac
repos/spack_repo/builtin/packages/py_python_mumps/package.py
@@ -1,7 +1,7 @@
1
import os
2
3
-from spack_repo.builtin.build_systems.python import PythonPackage
4
from spack_repo.builtin.build_systems.meson import MesonBuilder
+from spack_repo.builtin.build_systems.python import PythonPackage
5
6
from spack.package import *
7
@@ -45,7 +45,7 @@ class PyPythonMumps(PythonPackage):
45
@run_before("install")
46
def setup_meson(self) -> None:
47
"""Running meson setup before building the package"""
48
- ## Building with meson
+ # Building with meson
49
options = []
50
if self.spec["meson"].satisfies("@0.64:"):
51
options.append("setup")
0 commit comments