mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 06:09:01 +01:00
Fix runtime assertions
This commit is contained in:
parent
16e82a032f
commit
e0e997c5c8
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
|
||||
pkgname=('alice-vision' 'alice-vision-cuda')
|
||||
pkgver=2.4.0
|
||||
pkgrel=11
|
||||
pkgrel=12
|
||||
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
|
||||
arch=('x86_64')
|
||||
url="https://alicevision.github.io/"
|
||||
|
|
@ -69,6 +69,9 @@ prepare() {
|
|||
build() {
|
||||
cd AliceVision
|
||||
|
||||
# Patch out flag that causes failures during texturing stage.
|
||||
export CXXFLAGS="${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}"
|
||||
|
||||
cmake \
|
||||
-Bbuild \
|
||||
-GNinja \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue