Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
opengv
Commits:
c7de9e2e by Jelle van der Waa at 2025-12-28T20:30:54+01:00
Add compatibility with cmake 4
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -11,16 +11,19 @@ depends=('eigen' 'python-numpy' 'pybind11')
makedepends=('cmake' 'git' 'ninja' 'python-setuptools')
source=("git+https://github.com/laurentkneip/opengv.git#commit=$_commit"
https://salsa.debian.org/science-team/opengv/-/raw/master/debian/patches/no-march-options.patch
-
https://salsa.debian.org/science-team/opengv/-/raw/master/debian/patches/use-system-pybind11.patch)
-sha256sums=('SKIP'
+
https://salsa.debian.org/science-team/opengv/-/raw/master/debian/patches/use-system-pybind11.patch
+
https://salsa.debian.org/science-team/opengv/-/raw/master/debian/patches/cmake-wider-range-supported.patch)
+sha256sums=('e6eb3bb3698861ade8a3178bd03ba0a1c387a1752104899de558658a62c49684'
'e483d0c1a4a76920ac3260999978154b12422c42e9991e69afc9230643d5c24a'
- '20832cd52808bd7ef2f6bee8a5c85f69fc0fe6c82169e2b2297781f4bdcdd3ae')
+ '20832cd52808bd7ef2f6bee8a5c85f69fc0fe6c82169e2b2297781f4bdcdd3ae'
+ '42b9196aa881e5fd8df17352199108b3fe5b6a313ee7b4ffefd4d23481110f17')
prepare() {
cd opengv
patch -Np1 -i "${srcdir}/no-march-options.patch"
patch -Np1 -i "${srcdir}/use-system-pybind11.patch"
+ patch -Np1 -i "${srcdir}/cmake-wider-range-supported.patch"
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opengv/-/commit/c7de9e2eb112a1af16526b379903cb4033130fd8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opengv/-/commit/c7de9e2eb112a1af16526b379903cb4033130fd8
You're receiving this email because of your account on gitlab.archlinux.org.