Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
geogram
Commits:
98b1a732 by Antonio Rojas at 2024-06-22T21:52:57+02:00
upgpkg: 1.8.8-3: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = geogram
pkgdesc = Library of geometric algorithms
pkgver = 1.8.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/BrunoLevy/geogram
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=geogram
pkgver=1.8.8
-pkgrel=2
+pkgrel=3
pkgdesc="Library of geometric algorithms"
arch=('x86_64')
url="https://github.com/BrunoLevy/geogram"
@@ -15,6 +15,7 @@
sha256sums=('698bc9ad9d58139fe9fdf3eab0596f5b418c4edd593eee960de98c0ab646d47e')
build() {
cd ${pkgname}_${pkgver}
+ CFLAGS+=" -Wno-incompatible-pointer-types" \
cmake \
-Bbuild \
-GNinja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/98b1a7324fdb25716599f5f21a741aea30596378
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/98b1a7324fdb25716599f5f21a741aea30596378
You're receiving this email because of your account on gitlab.archlinux.org.