From 5854fddc9e5dc09c5838bda5c1df69cfcc40b3d8 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 11 Nov 2021 16:17:25 +1000 Subject: [PATCH] bullet: bump version --- .../bullet/{bullet-3.08.recipe => bullet-3.17.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename sci-physics/bullet/{bullet-3.08.recipe => bullet-3.17.recipe} (96%) diff --git a/sci-physics/bullet/bullet-3.08.recipe b/sci-physics/bullet/bullet-3.17.recipe similarity index 96% rename from sci-physics/bullet/bullet-3.08.recipe rename to sci-physics/bullet/bullet-3.17.recipe index 3df279e5b..aee8b5197 100644 --- a/sci-physics/bullet/bullet-3.08.recipe +++ b/sci-physics/bullet/bullet-3.17.recipe @@ -7,15 +7,15 @@ the ZLib license." HOMEPAGE="http://www.bulletphysics.com/" COPYRIGHT="2003-2020 Erwin Coumans and the Bullet Physics Library Team" LICENSE="Zlib" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/bulletphysics/bullet3/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="05826c104b842bcdd1339b86894cb44c84ac2525ac296689d34b38a14bbba0dd" +CHECKSUM_SHA256="baa642c906576d4d98d041d0acb80d85dd6eff6e3c16a009b1abf1ccd2bc0a61" SOURCE_DIR="bullet3-$portVersion" ARCHITECTURES="all !x86_gcc2 ?x86" SECONDARY_ARCHITECTURES="x86" -libVersion="3.08" +libVersion=$portVersion libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" @@ -96,6 +96,7 @@ BUILD() cmake .. \ -Wno-dev \ -DBUILD_SHARED_LIBS=ON \ + -DUSE_DOUBLE_PRECISION=ON \ -DBUILD_BULLET2_DEMOS=OFF \ -DBUILD_EXTRAS=OFF \ -DBUILD_UNIT_TESTS=OFF \