mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:01:37 +08:00
[blaze] update to Blaze 3.2
This commit is contained in:
parent
91e7d01099
commit
e5ec89e102
@ -1,3 +1,3 @@
|
||||
Source: blaze
|
||||
Version: 3.1
|
||||
Version: 3.2
|
||||
Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.
|
||||
|
@ -1,11 +1,11 @@
|
||||
#header-only library
|
||||
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
|
||||
URLS "https://bitbucket.org/blaze-lib/blaze/downloads/blaze-3.1.tar.gz"
|
||||
FILENAME "blaze-3.1.tar.gz"
|
||||
SHA512 fe03a7615d4105d6a869cfd69b3db3165b838eff53cdff7adbbd5ae9d753aa009bbab50925463c6704f9530a4c4ad5605e373b3cbaee96ca982a474a665ed756
|
||||
URLS "https://bitbucket.org/blaze-lib/blaze/downloads/blaze-3.2.tar.gz"
|
||||
FILENAME "blaze-3.2.tar.gz"
|
||||
SHA512 33d2bb0a49a33e71c88a45ab9e8418160c09b877b3ebe5ff7aa48ec0973e28e8a282374604d56f1b5cf2722946e4ca84aa2b401a341240a2ab9debd72505148e
|
||||
)
|
||||
vcpkg_extract_source_archive(${ARCHIVE})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user