[armadillo] Update to 14.0.3 (#42003)

This commit is contained in:
WangWeiLin-MV 2024-11-07 17:48:50 +08:00 committed by GitHub
parent 528cc8ddae
commit 8b495091a1
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 OUT_SOURCE_PATH SOURCE_PATH
REPO arma REPO arma
FILENAME "armadillo-${VERSION}.tar.xz" FILENAME "armadillo-${VERSION}.tar.xz"
SHA512 567ed608098258749cf133022810c9296985ddd9d4dcce4eb00a938cbe8e767774d96cd030ba8c719e62895913e294b17299e4e8c064103b1f6f051021ee9e57 SHA512 55ee45be41ca240783edfd61f647401b0a32826850be82f5e957873c18de0dce87fc39d35e5f6363475ed912c3b1d08ff31151f25378d262d840aa6f15163ac8
PATCHES PATCHES
cmake-config.patch cmake-config.patch
dependencies.patch dependencies.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "armadillo", "name": "armadillo",
"version": "12.8.4", "version": "14.0.3",
"port-version": 2,
"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", "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/", "homepage": "https://arma.sourceforge.net/",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "03e566acea662b5629f125afdb2a2b96fa486ae5",
"version": "14.0.3",
"port-version": 0
},
{ {
"git-tree": "fd4e4c985c16061bf656f3bb01fe020c22f67d02", "git-tree": "fd4e4c985c16061bf656f3bb01fe020c22f67d02",
"version": "12.8.4", "version": "12.8.4",

View File

@ -233,8 +233,8 @@
"port-version": 0 "port-version": 0
}, },
"armadillo": { "armadillo": {
"baseline": "12.8.4", "baseline": "14.0.3",
"port-version": 2 "port-version": 0
}, },
"arpack-ng": { "arpack-ng": {
"baseline": "3.9.1", "baseline": "3.9.1",