Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
bullet
Commits:
446bdffe by Antonio Rojas at 2024-06-22T21:16:43+02:00
upgpkg: 3.25-5: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bullet
pkgdesc = A 3D Collision Detection and Rigid Body Dynamics Library for
games and animation
pkgver = 3.25
- pkgrel = 4
+ pkgrel = 5
url = http://www.bulletphysics.com/Bullet/
arch = x86_64
license = custom:zlib
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgbase=bullet
pkgname=('bullet' 'bullet-dp' 'bullet-docs' 'python-pybullet')
pkgver=3.25
_pkgver=3.25
-pkgrel=4
+pkgrel=5
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games
and animation"
arch=('x86_64')
url="http://www.bulletphysics.com/Bullet/"
@@ -25,6 +25,7 @@ build() {
cp -r bullet3-${_pkgver} bullet3-${_pkgver}-dp
export CXXFLAGS+=" -ffat-lto-objects"
+ export CFLAGS+=" -Wno-incompatible-pointer-types"
cd bullet3-${_pkgver}
cmake \
-Bbuild \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bullet/-/commit/446bdffe97a5b7d5ca49d175aa7a7c166030e828
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bullet/-/commit/446bdffe97a5b7d5ca49d175aa7a7c166030e828
You're receiving this email because of your account on gitlab.archlinux.org.