blob: 17afe1fbf5e9656afa6cc3ffa2e8e47eb942c751 (
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
|
pkgbase = python-mujoco
pkgdesc = Mujoco's Python bindings
pkgver = 3.0.1
pkgrel = 1
url = https://github.com/deepmind/mujoco
arch = x86_64
license = LGPL3
makedepends = python-setuptools
makedepends = pybind11
makedepends = abseil-cpp
makedepends = eigen
makedepends = cmake
makedepends = git
makedepends = lodepng
depends = python
depends = absl-py
depends = python-glfw
depends = python-numpy
depends = python-opengl
depends = mujoco
source = https://github.com/deepmind/mujoco/archive/refs/tags/3.0.1.tar.gz
source = mujoco.patch
sha256sums = 54fb3b5d2aaa068a5853b1384df0ff3d4eab45cc2fc958e82229979451299a45
sha256sums = 3d6b5be9b65081e6bc18209f320c608b5e94b659c34483a4f49fb5bad56addd4
pkgname = python-mujoco
|