mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[armadillo] Fix the usage (#21002)
This commit is contained in:
parent
6e333a0f89
commit
b03f45c31c
@ -27,7 +27,7 @@ vcpkg_cmake_configure(
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH share/Armadillo/CMake)
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME Armadillo CONFIG_PATH share/Armadillo/CMake)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "armadillo",
|
||||
"version": "10.6.2",
|
||||
"port-version": 1,
|
||||
"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": "http://arma.sourceforge.net",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "34c37cb8151d003da697e9d725033567a4ccb2f7",
|
||||
"version": "10.6.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "66b31fe832e9322876f427f1fec7836bb71c082c",
|
||||
"version": "10.6.2",
|
||||
|
@ -158,7 +158,7 @@
|
||||
},
|
||||
"armadillo": {
|
||||
"baseline": "10.6.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"arrayfire": {
|
||||
"baseline": "3.8.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user