Skip to content

Commit 973a7be

Browse files
committed
distutils-r1.eclass: Update scikit-build-core options
Once again switch to the newer scikit-build-core `build.verbose` option to fix compatibility with packages requiring the newer version, and let us stop patching ebuilds. Upstream fixed the behavior to allow using newer options in `config_settings`. Bug: scikit-build/scikit-build-core#912 Pull-Request: scikit-build/scikit-build-core#1054 Signed-off-by: Michał Górny <[email protected]>
1 parent 91a85ee commit 973a7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eclass/distutils-r1.eclass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ _distutils_set_globals() {
292292
;;
293293
scikit-build-core)
294294
bdep+='
295-
>=dev-python/scikit-build-core-0.10.7[${PYTHON_USEDEP}]
295+
>=dev-python/scikit-build-core-0.11.5[${PYTHON_USEDEP}]
296296
'
297297
;;
298298
setuptools)
@@ -1145,9 +1145,9 @@ distutils_pep517_install() {
11451145
ninjaopts = shlex.split(os.environ["NINJAOPTS"])
11461146
print(json.dumps({
11471147
"build.tool-args": ninjaopts,
1148+
"build.verbose": True,
11481149
"cmake.args": ";".join(sys.argv[1:]),
11491150
"cmake.build-type": "${CMAKE_BUILD_TYPE}",
1150-
"cmake.verbose": True,
11511151
"install.strip": False,
11521152
}))
11531153
EOF

0 commit comments

Comments
 (0)