blob: cdea05f10bae8569e8f360eb050bef80e4899b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = onnx-git
pkgdesc = C++ library for the open standard for machine learning interoperability
pkgver = 1.14.1.0.g1014f41f1
pkgrel = 1
url = https://onnx.ai
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
makedepends = python
depends = glibc
depends = protobuf
provides = onnx
conflicts = onnx
conflicts = onnx-py
conflicts = python-onnx
source = onnx-git-1.14.1.0.g1014f41f1::git+https://github.com/onnx/onnx.git
b2sums = SKIP
pkgname = onnx-git
|