Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
uncertainty-framework
Commits:
f28b8225 by Jakub Klinkovský at 2025-09-19T20:22:38+02:00
upgpkg: 1.2.0-9: rebuild with CUDA 13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = uncertainty-framework
pkgdesc = Uncertainty estimation framework for a surface from motion
dataset
pkgver = 1.2.0
- pkgrel = 8
+ pkgrel = 9
url = http://alicevision.github.io/
arch = x86_64
- license = MPL2
+ license = MPL-2.0
makedepends = boost
makedepends = cmake
makedepends = ninja
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=UncertaintyTE
pkgname=uncertainty-framework
pkgver=1.2.0
-pkgrel=8
+pkgrel=9
pkgdesc="Uncertainty estimation framework for a surface from motion dataset"
arch=('x86_64')
url="http://alicevision.github.io/"
@@ -25,6 +25,9 @@ pkgver() {
}
build() {
+ # Fix build with CUDA 13 (CCCL headers path changed)
+ CXXFLAGS+=" -I /opt/cuda/targets/x86_64-linux/include/cccl/"
+
cd ${_name}
cmake \
-Bbuild \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uncertainty-framework/-/commit/f28b822577f4daa299cbc2645e9bb519967504e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uncertainty-framework/-/commit/f28b822577f4daa299cbc2645e9bb519967504e4
You're receiving this email because of your account on gitlab.archlinux.org.