Skip to content

Commit 603645e

Browse files
committed
Explicitly specify using Ninja for libmambapy
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
1 parent 3ef5b94 commit 603645e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

libmambapy/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ dynamic = ["version"]
2525
Documentation = "https://mamba.readthedocs.io"
2626
Repository = "https://github.com/mamba-org/mamba/"
2727

28+
[tool.scikit-build]
29+
# Match the main mamba build (Ninja). Avoids selecting Visual Studio 2022 on
30+
# windows-2025-vs2026 runners where only VS 2026 is installed.
31+
ninja.make-fallback = false
32+
cmake.args = ["-GNinja"]
33+
2834
[tool.scikit-build.metadata.version]
2935
provider = "scikit_build_core.metadata.regex"
3036
# Which file to read the version information from

0 commit comments

Comments
 (0)