summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 8a519b1cb0e3e557c7ad4ed126b9b37265d3f1c3 (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
pkgbase = python-onnxruntime
	pkgdesc = Cross-platform, high performance scoring engine for ML models
	pkgver = 1.12.1
	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
	makedepends = gcc11
	depends = nsync
	depends = re2
	depends = openmpi
	depends = onednn
	depends = libprotobuf-lite.so
	depends = python-coloredlogs
	depends = python-flatbuffers
	depends = python-numpy
	depends = python-packaging
	depends = python-protobuf
	depends = python-sympy
	optdepends = python-onnx: for the backend API, quantization, orttraining, transformers and various tools
	optdepends = python-psutil: for transformers
	optdepends = python-py-cpuinfo: for transformers
	optdepends = python-py3nvml: for transformers
	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
	options = !lto
	source = git+https://github.com/microsoft/onnxruntime#tag=v1.12.1
	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 = system-dnnl.diff
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = SKIP
	sha512sums = ab0446ede08e528ca631a73e536ff42009ee8f152972d37050b2f9b44b3d1c06d19bd8a91c31b09c26f5db1482a699b8fe2c221b78199199dfa245728856b196
	sha512sums = 7d55b0d4232183a81c20a5049f259872150536eed799d81a15e7f10b5c8b5279b443ba96d7b97c0e4338e95fc18c9d6f088e348fc7002256ee7170d25b27d80d
	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