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
-1
View File
@@ -1 +0,0 @@
ARCH=any
+13 -2
View File
@@ -1,9 +1,20 @@
name: python-scikit-build-core name: python-scikit-build-core
description: A next generation Python CMake adaptor and Python API for plugins description: A next generation Python CMake adaptor and Python API for plugins
version: 0.11.1 version: 0.11.1
revision: 1
url: https://github.com/scikit-build/scikit-build-core url: https://github.com/scikit-build/scikit-build-core
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
depends: ["cmake","ninja","python3","python-packaging","python-pathspec"] output_architecture: any
make_depends: ["python-build","python-hatch-vcs","python-hatchling","python-installer"]
type: source type: source
depends:
- cmake
- ninja
- python3
- python-packaging
- python-pathspec
make_depends:
- python-build
- python-hatch-vcs
- python-hatchling
- python-installer