summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ffb5a7c9c0871f097c86c5504265bd3a4221c1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
pkgbase = onnx-py
	pkgdesc = C++ library for the open standard for machine learning interoperability (built with Python API)
	pkgver = 1.13.1
	pkgrel = 1
	url = https://onnx.ai
	install = onnx.install
	arch = x86_64
	license = MIT
	makedepends = cmake
	makedepends = git
	makedepends = python
	makedepends = python-setuptools
	makedepends = python-pip
	makedepends = gtest
	depends = glibc
	depends = protobuf
	depends = python-protobuf
	depends = python-numpy
	depends = python-six
	depends = python-typing_extensions
	depends = python38
	provides = onnx
	provides = python-onnx
	conflicts = onnx
	conflicts = python-onnx
	options = !staticlibs
	options = !emptydirs
	source = onnx-1.13.1.tar.gz::https://github.com/onnx/onnx/archive/v1.13.1.tar.gz
	sha512sums = 325859f591dece43a083a0945aefe3427bfdb68a98ef5922343bf7ed959528947e7664d6c8e3e3d35c390d6c20ef22d07c672e5311f80c72c199931be6c256c3

pkgname = onnx-py