bullet: update to 2.87.

Closes #8874.
This commit is contained in:
maxice8 2017-11-04 15:42:38 -02:00 committed by Enno Boland
parent 674e79daef
commit 06f8b32d66
3 changed files with 20 additions and 6 deletions

View File

@ -1612,10 +1612,10 @@ libvtv.so.0 libvtv-6.3.0_1
libatomic.so.1 libatomic-4.9.0_1 libatomic.so.1 libatomic-4.9.0_1
libpcsclite.so.1 libpcsclite-1.8.11_1 libpcsclite.so.1 libpcsclite-1.8.11_1
libpcscspy.so.0 libpcsclite-1.8.11_1 libpcscspy.so.0 libpcsclite-1.8.11_1
libBulletDynamics.so.2.86 bullet-2.86.1_1 libBulletDynamics.so.2.87 bullet-2.87_1
libBulletCollision.so.2.86 bullet-2.86.1_1 libBulletCollision.so.2.87 bullet-2.87_1
libLinearMath.so.2.86 bullet-2.86.1_1 libLinearMath.so.2.87 bullet-2.87_1
libBulletSoftBody.so.2.86 bullet-2.86.1_1 libBulletSoftBody.so.2.87 bullet-2.87_1
libinotifytools.so.0 libinotify-tools-3.14_2 libinotifytools.so.0 libinotify-tools-3.14_2
libopensc.so.5 libopensc-0.17.0_1 libopensc.so.5 libopensc-0.17.0_1
libsmm-local.so.5 libopensc-0.17.0_1 libsmm-local.so.5 libopensc-0.17.0_1

View File

@ -0,0 +1,14 @@
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -312,9 +312,9 @@ IF(EXACT_PYTHON_VERSION)
set(EXACT_PYTHON_VERSION_FLAG EXACT REQUIRED)
ENDIF(EXACT_PYTHON_VERSION)
# first find the python interpreter
-FIND_PACKAGE(PythonInterp ${PYTHON_VERSION_PYBULLET} ${EXACT_PYTHON_VERSION_FLAG})
+# FIND_PACKAGE(PythonInterp ${PYTHON_VERSION_PYBULLET} ${EXACT_PYTHON_VERSION_FLAG})
# python library should exactly match that of the interpreter
-FIND_PACKAGE(PythonLibs ${PYTHON_VERSION_STRING} EXACT)
+# FIND_PACKAGE(PythonLibs ${PYTHON_VERSION_STRING} EXACT)
SET(DEFAULT_BUILD_PYBULLET OFF)
IF(PYTHONLIBS_FOUND)
SET(DEFAULT_BUILD_PYBULLET ON)

View File

@ -1,6 +1,6 @@
# Template file for 'bullet' # Template file for 'bullet'
pkgname=bullet pkgname=bullet
version=2.86.1 version=2.87
revision=1 revision=1
wrksrc="bullet3-${version}" wrksrc="bullet3-${version}"
build_style=cmake build_style=cmake
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="zlib" license="zlib"
homepage="http://www.bulletphysics.com/Bullet/" homepage="http://www.bulletphysics.com/Bullet/"
distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz" distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz"
checksum=c058b2e4321ba6adaa656976c1a138c07b18fc03b29f5b82880d5d8228fbf059 checksum=438c151c48840fe3f902ec260d9496f8beb26dba4b17769a4a53212903935f95
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt