diff --git a/testing/vtk/APKBUILD b/community/vtk/APKBUILD similarity index 96% rename from testing/vtk/APKBUILD rename to community/vtk/APKBUILD index 12339305899..308f90d2156 100644 --- a/testing/vtk/APKBUILD +++ b/community/vtk/APKBUILD @@ -5,7 +5,8 @@ pkgver=9.0.1 pkgrel=4 pkgdesc="A software system for 3D computer graphics, image processing and visualization" url="https://vtk.org/" -arch="x86_64" # dependency pdal-dev is only provided for x86_64 +# Other arches blocked by pdal +arch="x86_64 x86 aarch64 ppc64le" license="BSD-3-Clause" makedepends="cmake boost-dev zlib-dev tk-dev glew-dev qt5-qtbase-dev qt5-qtx11extras-dev qt5-qttools-dev libexecinfo-dev libpng-dev sqlite-dev doxygen ffmpeg-dev diff --git a/testing/vtk/fix-build.patch b/community/vtk/fix-build.patch similarity index 100% rename from testing/vtk/fix-build.patch rename to community/vtk/fix-build.patch