diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-07-08 21:37:05 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-07-09 00:58:24 +0000 |
| commit | 81c24531f503f43eb44eab8cd8c6c9df3bb4ff19 (patch) | |
| tree | 23c4d43f965a2506addfaab6576a14aa0e143af0 | |
| parent | e4cd2e6a8f0af771ffe969fd58c8354da79d4a84 (diff) | |
misc/py-onnxruntime: Add USE_PYTHON=pep517
| -rw-r--r-- | misc/py-onnxruntime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/py-onnxruntime/Makefile b/misc/py-onnxruntime/Makefile index 213710c006d0..9e9cd34aec4e 100644 --- a/misc/py-onnxruntime/Makefile +++ b/misc/py-onnxruntime/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} USES= compiler:c++17-lang python +USE_PYTHON= pep517 # Build using the official build.py script do-build: |
