Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:50 +03:00
parent b203f89ed7
commit 26d06ae60a
2 changed files with 13 additions and 3 deletions
+13 -2
View File
@@ -1,9 +1,20 @@
name: python-scikit-build-core
description: A next generation Python CMake adaptor and Python API for plugins
version: 0.11.1
revision: 1
url: https://github.com/scikit-build/scikit-build-core
license: Apache-2.0
architecture: any
depends: ["cmake","ninja","python3","python-packaging","python-pathspec"]
make_depends: ["python-build","python-hatch-vcs","python-hatchling","python-installer"]
output_architecture: any
type: source
depends:
- cmake
- ninja
- python3
- python-packaging
- python-pathspec
make_depends:
- python-build
- python-hatch-vcs
- python-hatchling
- python-installer