From f1004811d0172f3a33f99e67a906a70fb878b7b5 Mon Sep 17 00:00:00 2001 From: miqlas Date: Sun, 22 Oct 2017 11:21:32 +0200 Subject: [PATCH] Bullet : bump version (#1727) --- .../bullet/{bullet-2.86.1.recipe => bullet-2.87.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sci-physics/bullet/{bullet-2.86.1.recipe => bullet-2.87.recipe} (97%) diff --git a/sci-physics/bullet/bullet-2.86.1.recipe b/sci-physics/bullet/bullet-2.87.recipe similarity index 97% rename from sci-physics/bullet/bullet-2.86.1.recipe rename to sci-physics/bullet/bullet-2.87.recipe index 047974b94..961151dee 100644 --- a/sci-physics/bullet/bullet-2.86.1.recipe +++ b/sci-physics/bullet/bullet-2.87.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2003-2017 Erwin Coumans and the Bullet Physics Library Team" LICENSE="Zlib" REVISION="1" SOURCE_URI="https://github.com/bulletphysics/bullet3/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="c058b2e4321ba6adaa656976c1a138c07b18fc03b29f5b82880d5d8228fbf059" +CHECKSUM_SHA256="438c151c48840fe3f902ec260d9496f8beb26dba4b17769a4a53212903935f95" SOURCE_DIR="bullet3-$portVersion" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" @@ -65,7 +65,7 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:gcc$secondaryArchSuffix cmd:make - cmd:python + cmd:python2 " BUILD()