[blaze] update to Blaze 3.2

This commit is contained in:
Klaus Iglberger 2017-08-20 05:56:02 +02:00
parent 91e7d01099
commit e5ec89e102
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
Source: blaze Source: blaze
Version: 3.1 Version: 3.2
Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic. Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.

View File

@ -1,11 +1,11 @@
#header-only library #header-only library
include(vcpkg_common_functions) include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/blaze-3.1) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/blaze-3.2)
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://bitbucket.org/blaze-lib/blaze/downloads/blaze-3.1.tar.gz" URLS "https://bitbucket.org/blaze-lib/blaze/downloads/blaze-3.2.tar.gz"
FILENAME "blaze-3.1.tar.gz" FILENAME "blaze-3.2.tar.gz"
SHA512 fe03a7615d4105d6a869cfd69b3db3165b838eff53cdff7adbbd5ae9d753aa009bbab50925463c6704f9530a4c4ad5605e373b3cbaee96ca982a474a665ed756 SHA512 33d2bb0a49a33e71c88a45ab9e8418160c09b877b3ebe5ff7aa48ec0973e28e8a282374604d56f1b5cf2722946e4ca84aa2b401a341240a2ab9debd72505148e
) )
vcpkg_extract_source_archive(${ARCHIVE}) vcpkg_extract_source_archive(${ARCHIVE})