Add adios2 dependency (optional for vtk, but cmake configuration fails without it)

This commit is contained in:
Adrian Insaurralde 2023-03-09 00:05:01 -03:00
parent f643cde5af
commit f8553cc7fa
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ pkgbase = freecad-git
makedepends = python-shiboken2 makedepends = python-shiboken2
makedepends = shiboken2 makedepends = shiboken2
makedepends = swig makedepends = swig
depends = adios2
depends = boost-libs depends = boost-libs
depends = fmt depends = fmt
depends = glew depends = glew

View file

@ -9,6 +9,7 @@ arch=('x86_64')
url='https://www.freecad.org/' url='https://www.freecad.org/'
license=('LGPL') license=('LGPL')
depends=( depends=(
adios2
boost-libs boost-libs
fmt fmt
glew glew