mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 17:53:03 +08:00
Update VTK to 8.0.1
Update VTK to 8.0.1.
This commit is contained in:
parent
7c3f469568
commit
f8a4d55053
@ -1,4 +1,4 @@
|
|||||||
Source: vtk
|
Source: vtk
|
||||||
Version: 8.0.0-3
|
Version: 8.0.1
|
||||||
Description: Software system for 3D computer graphics, image processing, and visualization
|
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
|
Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, qt5, msmpi, libjpeg-turbo, proj4, lz4, libtheora, libharu
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
|
|
||||||
set(VTK_SHORT_VERSION "8.0")
|
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(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO "Kitware/VTK"
|
REPO "Kitware/VTK"
|
||||||
REF "v${VTK_LONG_VERSION}"
|
REF "v${VTK_LONG_VERSION}"
|
||||||
SHA512 1a328f24df0b1c40c623ae80c9d49f8b27570144b10af02aeed41b90b50b8d4e0dd83d1341961f6818cde36e2cd793c578ebc95a46950cebfc518f486f249791
|
SHA512 3a70fa704d791d21a1e2421e6799ccc8238da5bc1fc0ab1925fb7956ccaebb7748c452faba1e7f4a2eafbc8612ed644f46f84b0cb3fe16ce539a823165feb29f
|
||||||
HEAD_REF "master"
|
HEAD_REF "master"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user