mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/vtk to 9.1.0-11
This commit is contained in:
parent
40438d987f
commit
67bae286de
1 changed files with 3 additions and 4 deletions
|
@ -13,19 +13,19 @@
|
|||
|
||||
pkgname=vtk
|
||||
pkgver=9.1.0
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="Software system for 3D computer graphics, image processing, and visualization"
|
||||
arch=(x86_64)
|
||||
url="https://www.vtk.org/"
|
||||
license=(BSD)
|
||||
depends=(gcc-libs double-conversion tbb)
|
||||
depends=(gcc-libs double-conversion pugixml tbb)
|
||||
makedepends=(cmake boost doxygen ffmpeg gdal git gnuplot java-environment=11
|
||||
liblas libxt openmp openmpi openvdb openvr pdal
|
||||
postgresql python-matplotlib qt5-base qt5-tools qt5-webkit
|
||||
qt5-x11extras tk unixodbc wget
|
||||
cgns double-conversion eigen expat fmt freetype2 gl2ps glew hdf5 libjpeg
|
||||
jsoncpp libharu proj libxml2 lz4 xz python-mpi4py netcdf libogg
|
||||
libpng pugixml rapidjson sqlite libtheora libtiff utf8cpp zfp zlib)
|
||||
libpng rapidjson sqlite libtheora libtiff utf8cpp zfp zlib)
|
||||
# pegtl https://gitlab.kitware.com/vtk/vtk/-/issues/18151
|
||||
optdepends=('gnuplot: plotting tools'
|
||||
'graphviz: drawing tools'
|
||||
|
@ -53,7 +53,6 @@ optdepends=('gnuplot: plotting tools'
|
|||
openvr
|
||||
pdal
|
||||
postgresql
|
||||
pugixml
|
||||
proj
|
||||
sqlite
|
||||
unixodbc)
|
||||
|
|
Loading…
Reference in a new issue