mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 06:09:01 +01:00
upgpkg: 2.4.0-18: boost 1.83 rebuild
This commit is contained in:
parent
1ab3d4c85e
commit
4336708eaa
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue