summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2020-10-10 15:43:18 +0200
committerbartus2020-10-10 15:43:18 +0200
commitbeb12ed372bf8d991da57e68b80dbb7043cd2150 (patch)
tree7cdf376a17d5ef1c5359d0696f859792c2869258 /PKGBUILD
parente8ffecebdb80c69b0c396bb404bf84c1607ae7b3 (diff)
downloadaur-beb12ed372bf8d991da57e68b80dbb7043cd2150.tar.gz
Revert eigen fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 712bbe6bb2b5..235b7473a8b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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-qfix' 'freetype2' 'gflags' 'doxygen' 'python-sphinx' 'coin-or-coinutils' 'coin-or-lemon' 'git' 'cmake')
+makedepends=('ninja' 'boost' 'eigen' '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"