update to 12.6.6 (#35666)

This commit is contained in:
Mengna Li 2023-12-14 15:16:35 +08:00 committed by GitHub
parent e37492a0e5
commit 82ad3ea735
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_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO arma
FILENAME "armadillo-${VERSION}.tar.xz"
SHA512 163e81e09d3cd13aa80833ce06d9c4f1889110efa99532adfb66ffac6abb067eedb81775f9a988377d3197f75bfd3cefda56c003cbfe4f2b8256bed680a028de
SHA512 bf6a3db60256aa9789b52d92b33971a43816e73cd079d08e35350fcb251c213fba59604263595f886c4228147e75dd9308a5208ab9b290bb094128a1aee5da3d
PATCHES
cmake-config.patch
dependencies.patch

View File

@ -1,6 +1,6 @@
{
"name": "armadillo",
"version": "12.4.1",
"version": "12.6.6",
"description": "Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use",
"homepage": "https://arma.sourceforge.net/",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c47c5cebd38878763558370cea0db1d527f2fc0a",
"version": "12.6.6",
"port-version": 0
},
{
"git-tree": "b90cf9e80b6fc606809b1cdfa6b61c433848e197",
"version": "12.4.1",

View File

@ -225,7 +225,7 @@
"port-version": 0
},
"armadillo": {
"baseline": "12.4.1",
"baseline": "12.6.6",
"port-version": 0
},
"arpack-ng": {