graphics/OpenCASCADE: Handle latest VTK version
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0aea5f4e3d
commit
3ebca605cd
|
@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=OpenCASCADE
|
||||
VERSION=${VERSION:-7.7.0}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -112,7 +112,7 @@ cd build
|
|||
-DUSE_GL2PS=${WITH_GL2PS:-OFF} \
|
||||
-DUSE_TBB=${WITH_TBB:-OFF} \
|
||||
-DUSE_VTK=ON \
|
||||
-D3RDPARTY_VTK_INCLUDE_DIR=/usr/include/vtk-9.2 \
|
||||
-D3RDPARTY_VTK_INCLUDE_DIR=/usr/include/vtk-9.3 \
|
||||
-D3RDPARTY_VTK_LIBRARY_DIR=/usr/lib${LIBDIRSUFFIX} \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
|
|
Loading…
Reference in New Issue