[armadillo] update to 12.6.7 (#39258)

This commit is contained in:
Ryan Zoeller 2024-06-12 18:10:30 -05:00 committed by GitHub
parent ccd45eba76
commit 22b032d977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO arma
FILENAME "armadillo-${VERSION}.tar.xz"
SHA512 bf6a3db60256aa9789b52d92b33971a43816e73cd079d08e35350fcb251c213fba59604263595f886c4228147e75dd9308a5208ab9b290bb094128a1aee5da3d
SHA512 bf792ab2655b1cf957a29f1bdd7a692fd75c79f4f2df1eca35d84969908784f3542b82dd5a5b0a339ab88719c2c602a175dee7fd1e9dbd2884eb19a81d061fa3
PATCHES
cmake-config.patch
dependencies.patch

View File

@ -1,7 +1,6 @@
{
"name": "armadillo",
"version": "12.6.6",
"port-version": 1,
"version": "12.6.7",
"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": "26b683ba7667590b73816c9be35d0f8255e200bb",
"version": "12.6.7",
"port-version": 0
},
{
"git-tree": "c2aff7478c5ce43b743299048915610189b0cece",
"version": "12.6.6",

View File

@ -229,8 +229,8 @@
"port-version": 0
},
"armadillo": {
"baseline": "12.6.6",
"port-version": 1
"baseline": "12.6.7",
"port-version": 0
},
"arpack-ng": {
"baseline": "3.9.1",