[wg21-linear-algebra] update to 0.7.3 (#34174)

This commit is contained in:
Jia Yue Hua 2023-10-03 10:55:58 +08:00 committed by GitHub
parent d0b133ec3b
commit e12bb7bc90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO BobSteagall/wg21 REPO BobSteagall/wg21
REF "v${VERSION}" REF "v${VERSION}"
SHA512 c249344d035d09760a9e5ea059ed6db5a1cb42b918735672bd7aa6dbda08f947855582f76ad61d33f59a847d8befe5caed57d25da2bcfc9fa8e6cef50a4c24e2 SHA512 ab1db0cff476d2f63a5d1fcc1d3b40acbceeacae61a99d7ad0b8d8abe21413da97b71c088a331b70c0d0c3dc4615953485c68af46698ec7f0013e14bea5f9452
) )
vcpkg_cmake_configure( vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{ {
"name": "wg21-linear-algebra", "name": "wg21-linear-algebra",
"version": "0.7.2", "version": "0.7.3",
"description": "A linear algebra proposal for the C++ standard library", "description": "A linear algebra proposal for the C++ standard library",
"license": "NCSA", "license": "NCSA",
"dependencies": [ "dependencies": [

View File

@ -8805,7 +8805,7 @@
"port-version": 3 "port-version": 3
}, },
"wg21-linear-algebra": { "wg21-linear-algebra": {
"baseline": "0.7.2", "baseline": "0.7.3",
"port-version": 0 "port-version": 0
}, },
"wg21-sg14": { "wg21-sg14": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "85073707ba15d2e60bdcf7e7f0c513d6bebe6332",
"version": "0.7.3",
"port-version": 0
},
{ {
"git-tree": "d3968b4096fba4dbd1189fb9b7b1d33ba562fdc7", "git-tree": "d3968b4096fba4dbd1189fb9b7b1d33ba562fdc7",
"version": "0.7.2", "version": "0.7.2",