mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/vtk to 9.1.0-13
This commit is contained in:
parent
20415306d5
commit
f48346e7be
1 changed files with 5 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
pkgname=vtk
|
||||
pkgver=9.1.0
|
||||
pkgrel=12
|
||||
pkgrel=13
|
||||
pkgdesc="Software system for 3D computer graphics, image processing, and visualization"
|
||||
arch=(x86_64)
|
||||
url="https://www.vtk.org/"
|
||||
|
@ -23,8 +23,8 @@ 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 cli11 double-conversion eigen expat fmt freetype2 gl2ps glew hdf5
|
||||
libjpeg jsoncpp libjsoncpp.so libharu proj libxml2 lz4 xz python-mpi4py
|
||||
cgns cli11 eigen expat fmt freetype2 gl2ps glew hdf5 libjpeg
|
||||
jsoncpp libjsoncpp.so libharu proj libxml2 lz4 xz python-mpi4py
|
||||
netcdf libogg libpng rapidjson sqlite libtheora libtiff utf8cpp zfp zlib)
|
||||
# pegtl: https://gitlab.kitware.com/vtk/vtk/-/issues/18151
|
||||
# exprtk, ioss: not packaged
|
||||
|
@ -40,6 +40,7 @@ optdepends=('gnuplot: plotting tools'
|
|||
'tk: tcl bindings'
|
||||
cgns
|
||||
ffmpeg
|
||||
fmt
|
||||
gdal
|
||||
gl2ps
|
||||
glew
|
||||
|
@ -63,7 +64,7 @@ source=(${url}/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz
|
|||
options=(staticlibs)
|
||||
sha256sums=('8fed42f4f8f1eb8083107b68eaa9ad71da07110161a3116ad807f43e5ca5ce96'
|
||||
'37cff664c4eaacf44ecb995e62e9e54e54880bae0857d598c74660a2159ccb2e'
|
||||
'066ad5eb3f7cd101c4bbbe4d91ba97419f18537f9dadf6654776b7151c7c6a8d')
|
||||
'955ef22d2541beb9935557ef09a802b6504855a350f27ff056734679da8f0281')
|
||||
|
||||
prepare() {
|
||||
cd VTK-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue