Add adios2 dependency (optional for vtk, but cmake configuration fails without it)
This commit is contained in:
parent
f643cde5af
commit
f8553cc7fa
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -15,6 +15,7 @@ pkgbase = freecad-git
|
|||
makedepends = python-shiboken2
|
||||
makedepends = shiboken2
|
||||
makedepends = swig
|
||||
depends = adios2
|
||||
depends = boost-libs
|
||||
depends = fmt
|
||||
depends = glew
|
||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -9,6 +9,7 @@ arch=('x86_64')
|
|||
url='https://www.freecad.org/'
|
||||
license=('LGPL')
|
||||
depends=(
|
||||
adios2
|
||||
boost-libs
|
||||
fmt
|
||||
glew
|
||||
|
|
Loading…
Reference in a new issue