summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-10-21 22:04:16 +0200
committerbartus2019-10-21 22:06:33 +0200
commit11b03d17bf8f784c4a7d378c29aa5dbdba2ad50f (patch)
treea36628b559900ff03c3d089bca3fabe230ff53f2
parent0d01961f16f5bfad4a4ade7079677da8868a7c91 (diff)
downloadaur-uncertainty-framework.tar.gz
Drop Alice Vision until VLFeat husk.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ae72c4f8c6f..4f04aa08bc35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uncertainty-framework
pkgdesc = Uncertainty estimation framework for a surface from motion dataset
pkgver = 1.2.0
- pkgrel = 3
+ pkgrel = 4
url = http://alicevision.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b45aa166ec81..8b6f54b99dba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=UncertaintyTE
pkgname=uncertainty-framework
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Uncertainty estimation framework for a surface from motion dataset"
arch=('i686' 'x86_64')
url="http://alicevision.github.io/"
@@ -22,7 +22,7 @@ sha256sums=('SKIP'
_CMAKE_FLAGS=( -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release )
_CMAKE_FLAGS+=( -DMAGMA_ROOT=/usr )
-_CMAKE_FLAGS+=( -DUNC_ALICEVISION_SUPPORT=ON -DUNC_BUILD_TESTS=ON -DUNC_MKL_SUPPORT=ON )
+_CMAKE_FLAGS+=( -DUNC_BUILD_TESTS=ON -DUNC_MKL_SUPPORT=ON )
# test if we can build matlab module
pacman -Qq matlab && _CMAKE_FLAGS+=( -DUNC_MATLAB_SUPPORT=ON -DUNC_BUILD_MEX=ON )