mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[armadillo] remove unused DETECT_HDF5 option (#41958)
This commit is contained in:
parent
fc90608b38
commit
5477b8726e
@ -23,7 +23,6 @@ vcpkg_cmake_configure(
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
OPTIONS
|
||||
-DALLOW_FLEXIBLAS_LINUX=OFF
|
||||
-DDETECT_HDF5=OFF
|
||||
"-DREQUIRES_PRIVATE=${REQUIRES_PRIVATE}"
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fd4e4c985c16061bf656f3bb01fe020c22f67d02",
|
||||
"version": "12.8.4",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "dc3cfdfb5e23d875f1759263e1cc4a15c2a23a05",
|
||||
"version": "12.8.4",
|
||||
|
@ -234,7 +234,7 @@
|
||||
},
|
||||
"armadillo": {
|
||||
"baseline": "12.8.4",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"arpack-ng": {
|
||||
"baseline": "3.9.1",
|
||||
|
Loading…
Reference in New Issue
Block a user