Skip to content
Snippets Groups Projects
Commit 1d5cf0e4 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-bullet3] add pybullet_data

parent 23993bac
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
ORG= bulletphysics
NAME= bullet3
VERSION= 3.24
PKGREVISION= 1
CATEGORIES= simulation
COMMENT= Bullet Physics SDK
......@@ -19,6 +20,8 @@ PYTHON_SELF_CONFLICT= yes
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
CMAKE_ARGS+= -DBUILD_PYBULLET=ON
CMAKE_ARGS+= -DBUILD_PYBULLET_NUMPY=ON
CMAKE_ARGS+= -DPYTHON_SITELIB=${PYTHON_SITELIB}
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
SHA1 (bullet3-3.24.tar.gz) = 9eb8d64a34f2cb2443977d361b61aea1738ed87c
RMD160 (bullet3-3.24.tar.gz) = d44df989e41ad1c9444a08855ac1c07db661a288
Size (bullet3-3.24.tar.gz) = 139793021 bytes
SHA1 (patch-aa) = b1dd59312ea056f2ad4dff2b88bc7cacd888915e
--- CMakeLists.txt.orig 2022-04-26 04:39:24.000000000 +0200
+++ CMakeLists.txt 2022-05-24 02:43:15.680595808 +0200
@@ -510,3 +510,5 @@
DESTINATION ${BULLET_CONFIG_CMAKE_PATH}
)
ENDIF (INSTALL_CMAKE_FILES)
+
+install(DIRECTORY examples/pybullet/gym/pybullet_data DESTINATION ${PYTHON_SITELIB})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment