Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
alice-vision
Commits:
4336708e by Antonio Rojas at 2023-08-31T15:43:55+02:00
upgpkg: 2.4.0-18: boost 1.83 rebuild
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=alice-vision
pkgname=('alice-vision') # 'alice-vision-cuda'
pkgver=2.4.0
-pkgrel=17
+pkgrel=18
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D
Reconstruction and Camera Tracking algorithms"
arch=('x86_64')
url="https://alicevision.github.io/"
@@ -83,6 +83,9 @@ build() {
export CXXFLAGS="${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}"
export CXXFLAGS="${CXXFLAGS/-fcf-protection}"
export CXXFLAGS="${CXXFLAGS/-fstack-clash-protection}"
+
+ # Fix build with boost 1.83
+ export CXXFLAGS="${CXXFLAGS} -DBOOST_TIMER_ENABLE_DEPRECATED"
cmake \
-Bbuild \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/alice-vision/-/commit/4336708eaae9687425f0cb6da50f0e4cb9736066
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/alice-vision/-/commit/4336708eaae9687425f0cb6da50f0e4cb9736066
You're receiving this email because of your account on gitlab.archlinux.org.