[blaze] update to Blaze 3.3

This commit is contained in:
Klaus Iglberger 2018-02-11 06:15:36 +01:00
parent 0e67801fc3
commit de2160d3e3
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: blaze
Version: 3.2-3
Version: 3.3
Build-Depends: clapack, boost-exception
Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_bitbucket(
OUT_SOURCE_PATH SOURCE_PATH
REPO blaze-lib/blaze
REF v3.2
SHA512 f9a50c454125fe194f0d1fb259c5440c82068d41880a228fbd15fe383b6ef4198557daa406a08809065eedf223fc0c55d2309cc00ef549a3fc1a2a89e6d4b445
REF v3.3
SHA512 391be695114759c9eef56dbb20d039a20f88bc9b852285e950788ce5118dcf69f29c5497b62f5b18b6f777760b0bc17534d71eda40628046acfc861c7f7c2356
HEAD_REF master
)