summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d32434902e..fb785285c46b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alice-vision
pkgdesc = Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://alicevision.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6039b0977bd1..d3cda632688e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_name=alice-vision
pkgname=${_name}
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
arch=('i686' 'x86_64')
url="https://alicevision.github.io/"
@@ -61,8 +61,8 @@ fi
}
((DISABLE_UTE)) || ((DISABLE_CUDA)) || {
- _CMAKE_FLAGS+=( -DUNCERTAINTYTE_DIR=/usr )
- makedepends+=('uncertainty-framework')
+ _CMAKE_FLAGS+=( -DUNCERTAINTYTE_DIR=/usr -DMAGMA_ROOT=/usr )
+ makedepends+=('uncertainty-framework' 'magma')
optdepends+=('uncertainty-framework: for SFM uncertainty estimation')
}