[armadillo] remove unused DETECT_HDF5 option (#41958)

This commit is contained in:
Ryan Zoeller 2024-11-05 02:54:53 -06:00 committed by GitHub
parent fc90608b38
commit 5477b8726e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View File

@ -23,7 +23,6 @@ vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DALLOW_FLEXIBLAS_LINUX=OFF
-DDETECT_HDF5=OFF
"-DREQUIRES_PRIVATE=${REQUIRES_PRIVATE}"
)

View File

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

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fd4e4c985c16061bf656f3bb01fe020c22f67d02",
"version": "12.8.4",
"port-version": 2
},
{
"git-tree": "dc3cfdfb5e23d875f1759263e1cc4a15c2a23a05",
"version": "12.8.4",

View File

@ -234,7 +234,7 @@
},
"armadillo": {
"baseline": "12.8.4",
"port-version": 1
"port-version": 2
},
"arpack-ng": {
"baseline": "3.9.1",