blob: 8333959dac633a4b453bada7c23da93bc03ad6b3 (
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
pkgbase = mxnet
pkgdesc = Flexible and Efficient Library for Deep Learning
pkgver = 1.7.0
pkgrel = 2
url = https://mxnet.apache.org/
arch = x86_64
license = Apache
makedepends = cblas
makedepends = ccache
makedepends = cmake
makedepends = cython
makedepends = doxygen
makedepends = git
makedepends = gtk3
makedepends = lapack
makedepends = ninja
makedepends = qt5-base
makedepends = cuda
makedepends = cudnn
makedepends = nccl
makedepends = intel-mkl
makedepends = onednn
depends = double-conversion
depends = hdf5
depends = libjpeg-turbo
depends = python-numpy
depends = python-requests
depends = opencv
optdepends = python-graphviz
source = mxnet::git+https://github.com/apache/incubator-mxnet#tag=1.7.0
source = git+https://github.com/dmlc/dlpack
source = git+https://github.com/dmlc/dmlc-core
source = git+https://github.com/google/googletest
source = mkldnn::git+https://github.com/intel/mkl-dnn
source = nvidia_cub::git+https://github.com/NVlabs/cub
source = git+https://github.com/onnx/onnx-tensorrt
source = git+https://github.com/llvm-mirror/openmp
source = git+https://github.com/dmlc/ps-lite
source = git+https://github.com/dmlc/tvm
source = git+https://github.com/onnx/onnx
source = git+https://github.com/google/benchmark.git
source = git+https://github.com/pybind/pybind11.git
source = git+https://github.com/wjakob/clang-cindex-python3
source = git+https://github.com/agauniyal/rang
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
pkgname = mxnet
depends = double-conversion
depends = hdf5
depends = libjpeg-turbo
depends = python-numpy
depends = python-requests
depends = opencv
depends = cblas
depends = lapack
pkgname = mxnet-cuda
pkgdesc = Flexible and Efficient Library for Deep Learning (with CUDA)
depends = double-conversion
depends = hdf5
depends = libjpeg-turbo
depends = python-numpy
depends = python-requests
depends = opencv
depends = cblas
depends = lapack
depends = cuda
depends = cudnn
depends = nccl
provides = mxnet
conflicts = mxnet
pkgname = mxnet-mkl
pkgdesc = Flexible and Efficient Library for Deep Learning (with MKL)
depends = double-conversion
depends = hdf5
depends = libjpeg-turbo
depends = python-numpy
depends = python-requests
depends = opencv
depends = intel-mkl
depends = onednn
provides = mxnet
conflicts = mxnet
pkgname = mxnet-mkl-cuda
pkgdesc = Flexible and Efficient Library for Deep Learning (with MKL and CUDA)
depends = double-conversion
depends = hdf5
depends = libjpeg-turbo
depends = python-numpy
depends = python-requests
depends = opencv
depends = intel-mkl
depends = onednn
depends = cuda
depends = cudnn
depends = nccl
provides = mxnet
conflicts = mxnet
|