summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e3190713ee85d221566c6a6ce6e2e8daed1c261b (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
pkgbase = python-onnxruntime
	pkgdesc = Cross-platform, high performance scoring engine for ML models
	pkgver = 1.11.0
	pkgrel = 1
	url = https://github.com/microsoft/onnxruntime
	arch = x86_64
	license = MIT
	makedepends = git
	makedepends = cmake
	makedepends = pybind11
	makedepends = python-setuptools
	makedepends = nlohmann-json
	makedepends = chrono-date
	makedepends = boost
	makedepends = eigen
	makedepends = flatbuffers
	makedepends = cuda
	makedepends = cudnn
	makedepends = nccl
	depends = nsync
	depends = re2
	depends = python-flatbuffers
	depends = python-numpy
	depends = python-protobuf
	depends = openmpi
	depends = onednn
	depends = libprotobuf-lite.so
	optdepends = python-onnx: for the backend API, quantization, orttraining, transformers and various tools
	optdepends = python-coloredlogs: for transformers
	optdepends = python-psutil: for transformers
	optdepends = python-py-cpuinfo: for transformers
	optdepends = python-py3nvml: for transformers
	optdepends = python-packaging: for transformers and various tools
	optdepends = python-transformers: for transformers
	optdepends = python-scipy: for transformers and various tools
	optdepends = python-pytorch: for transformers, orttraining and various tools
	optdepends = python-cerberus: for orttraining
	optdepends = python-h5py: for orttraining
	optdepends = python-sympy: for transformers and various tools
	options = !lto
	source = git+https://github.com/microsoft/onnxruntime#tag=v1.11.0
	source = git+https://github.com/onnx/onnx.git
	source = git+https://github.com/dcleblanc/SafeInt.git
	source = git+https://github.com/tensorflow/tensorboard.git
	source = git+https://github.com/dmlc/dlpack.git
	source = git+https://github.com/jarro2783/cxxopts.git
	source = pytorch_cpuinfo::git+https://github.com/pytorch/cpuinfo.git
	source = build-fixes.patch
	source = install-orttraining-files.diff
	source = protobuf-3.20.diff
	source = system-dnnl.diff
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = 80ea85ea20bbbdec7991f965a66b627a5f42828bc0c72be0913078d927833a82402fb1af6c5c9f6ecae861b45582fa42c98ce83b02768e4bf875ab89dd1c607c
	sha512sums = 06a002361cc324184d0bfcb520b472f57749c0537329f0e0dee833cc7fce2f08b14590b77bc0211422dfb933dbef6f249f19939f9e0df465c48ee8fc7827e31c
	sha512sums = 5b1b5c20efb2df48c651b957824d497e5465b2e572c9f12bf43546301ecc55f3ff5bb1004b491283a3957c18ff23220bad664dbcf6bcab9dc38cd77cdac30f6e
	sha512sums = 6735c7aca2ba2f1f2a5286eb064125bf7f2c68a575d572dd157769d15778ff3e717b3a53d696c767748229f23ee6c3a7c82679df1d86283d7c4dd0ec9103ae08

pkgname = python-onnxruntime

pkgname = python-onnxruntime-cuda
	pkgdesc = Cross-platform, high performance scoring engine for ML models (CUDA execution provider)
	depends = cuda
	depends = cudnn
	depends = nccl
	depends = openmpi
	depends = nsync