Update VTK to 8.0.1

Update VTK to 8.0.1.
This commit is contained in:
Tsukasa Sugiura 2017-10-30 03:37:06 +09:00 committed by Alexander Karatarakis
parent 7c3f469568
commit f8a4d55053
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: vtk
Version: 8.0.0-3
Version: 8.0.1
Description: Software system for 3D computer graphics, image processing, and visualization
Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, qt5, msmpi, libjpeg-turbo, proj4, lz4, libtheora, libharu

View File

@ -1,13 +1,13 @@
include(vcpkg_common_functions)
set(VTK_SHORT_VERSION "8.0")
set(VTK_LONG_VERSION "${VTK_SHORT_VERSION}.0")
set(VTK_LONG_VERSION "${VTK_SHORT_VERSION}.1")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO "Kitware/VTK"
REF "v${VTK_LONG_VERSION}"
SHA512 1a328f24df0b1c40c623ae80c9d49f8b27570144b10af02aeed41b90b50b8d4e0dd83d1341961f6818cde36e2cd793c578ebc95a46950cebfc518f486f249791
SHA512 3a70fa704d791d21a1e2421e6799ccc8238da5bc1fc0ab1925fb7956ccaebb7748c452faba1e7f4a2eafbc8612ed644f46f84b0cb3fe16ce539a823165feb29f
HEAD_REF "master"
)