diff options
Diffstat (limited to 'testing/vtk/APKBUILD')
-rw-r--r-- | testing/vtk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/vtk/APKBUILD b/testing/vtk/APKBUILD index 5b7d272cb1..b3a8c6515a 100644 --- a/testing/vtk/APKBUILD +++ b/testing/vtk/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=vtk pkgver=8.2.0 -pkgrel=2 +pkgrel=3 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 @@ -38,7 +38,7 @@ build() { -DVTK_PYTHON_VERSION="3" \ -DVTK_CUSTOM_LIBRARY_SUFFIX="" \ -DVTK_INSTALL_INCLUDE_DIR=include/vtk \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=None make } |