head 1.2; access; symbols pkgsrc-2016Q1:1.1.0.28 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.26 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.24 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.22 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.20 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.18 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.16 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.14 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.12 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.10 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.8 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.6 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.4 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.2 pkgsrc-2012Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2016.06.15.20.10.51; author rumko; state dead; branches; next 1.1; commitid Y2lSOJ6hNoorjBaz; 1.1 date 2012.12.21.02.33.08; author dholland; state Exp; branches; next ; desc @@ 1.2 log @devel/bullet: Update to 2.82 Summary of the included ChangeLog: * Added GPU deformable object solvers to OpenCL and DirectCompute * Create a separate library for MiniCL * Moved vectormath into Bullet/src, and added a SSE implementation * Added a btParallelConstraintSolver * Added Separantix Axis Test and Polyhedral Clipping support * OpenCL and DirectCompute cloth as basic support for capsule collision * Use Hierachical Approximate Convex Decomposition * Add Intel cmake-build support for OpenCL accelerated cloth/particle * preliminary build support for Google NativeClient, using premake4 Ok@@ wiz @ text @$NetBSD: patch-Demos_MiniCL__VectorAdd_CMakeLists.txt,v 1.1 2012/12/21 02:33:08 dholland Exp $ Add missing internal library. I have no idea why this only causes this to break on i386 and not amd64; I blame libtool. --- Demos/MiniCL_VectorAdd/CMakeLists.txt~ 2010-02-08 22:42:58.000000000 +0000 +++ Demos/MiniCL_VectorAdd/CMakeLists.txt @@@@ -6,7 +6,7 @@@@ ${BULLET_PHYSICS_SOURCE_DIR}/src ) LINK_LIBRARIES( - BulletMultiThreaded LinearMath + BulletMultiThreaded BulletDynamics LinearMath ) ADD_EXECUTABLE(AppMiniCLVectorAdd @ 1.1 log @Add missing linkage to own library. May fix the build failures seen on some platforms. I have no idea why this would fail in a machine- dependent way. @ text @d1 1 a1 1 $NetBSD$ @