We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee51791 commit 6139cf3Copy full SHA for 6139cf3
1 file changed
mesonbuild/dependencies/blas_lapack.py
@@ -23,7 +23,8 @@
23
24
from .. import mlog
25
from .. import mesonlib
26
-from ..mesonlib import MachineChoice, OptionKey
+from ..mesonlib import MachineChoice
27
+from ..options import OptionKey
28
29
from .base import DependencyMethods, SystemDependency
30
from .cmake import CMakeDependency
0 commit comments