summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-10-08 23:45:35 +0200
committerbartus2020-10-08 23:45:35 +0200
commite8ffecebdb80c69b0c396bb404bf84c1607ae7b3 (patch)
treef1e25764db6064e01587d26af5ff6f875b3e561f
parent3c2f47131b787841da342b638af2d3752875dfb3 (diff)
downloadaur-e8ffecebdb80c69b0c396bb404bf84c1607ae7b3.tar.gz
Fix eigen
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dbd02e78460..7935b16097cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alice-vision-git
pkgdesc = Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms
- pkgver = 2.2.0.r948.g32e626e2e
+ pkgver = 2.2.0.r1093.g5f38cd3ac
pkgrel = 1
url = https://alicevision.github.io/
arch = i686
@@ -9,7 +9,7 @@ pkgbase = alice-vision-git
license = MIT
makedepends = ninja
makedepends = boost
- makedepends = eigen
+ makedepends = eigen-qfix
makedepends = freetype2
makedepends = gflags
makedepends = doxygen
diff --git a/PKGBUILD b/PKGBUILD
index 1a31e17fb313..712bbe6bb2b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _name=alice-vision
_fragment="#branch=develop"
pkgname=${_name}-git
-pkgver=2.2.0.r948.g32e626e2e
+pkgver=2.2.0.r1093.g5f38cd3ac
pkgrel=1
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ provides=("${_name}" geogram uncertainty-framework)
depends=( 'alembic' 'boost-libs' 'coin-or-clp' 'flann' 'google-glog' 'opencv' 'openimageio' 'opengv' )
depends+=('glu' 'glfw-x11') # geogram deps.
depends+=('magma' 'ceres-solver') # uncertaintyTE deps.
-makedepends=('ninja' 'boost' 'eigen' 'freetype2' 'gflags' 'doxygen' 'python-sphinx' 'coin-or-coinutils' 'coin-or-lemon' 'git' 'cmake')
+makedepends=('ninja' 'boost' 'eigen-qfix' 'freetype2' 'gflags' 'doxygen' 'python-sphinx' 'coin-or-coinutils' 'coin-or-lemon' 'git' 'cmake')
source=("${pkgname}::git+https://github.com/alicevision/AliceVision.git${_fragment}"
"ute_lib::git+https://github.com/alicevision/uncertaintyTE.git"
"geogram::git+https://github.com/alicevision/geogram.git"