mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
[armadillo] Update to 11.4.4 (#29733)
This commit is contained in:
parent
6b8fd05982
commit
8926700263
@ -1,11 +1,10 @@
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
|
||||
vcpkg_from_sourceforge(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO arma
|
||||
FILENAME "armadillo-${VERSION}.tar.xz"
|
||||
SHA512 3ca620e686487dd3392b30c184be6f7f89eb13a63668f54b3d39cd6d29c7e024423819e948aea01247935ca3bf7b0b0d5f0004dc60395195beb7d14feef484b1
|
||||
SHA512 fa344a0f1dc8270d8aa01c35a00e9dd4182031ab3a0e1ecf8b748151eccdb5445807eb880b454ccba5250749ee02845adb1669732de89a4939e3368d36471015
|
||||
PATCHES
|
||||
cmake-config.patch
|
||||
dependencies.patch
|
||||
|
@ -3,7 +3,7 @@ armadillo provides CMake targets:
|
||||
find_package(Armadillo CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE armadillo)
|
||||
|
||||
armadillo is compatible with built-in CMake targets:
|
||||
armadillo is compatible with built-in CMake variables:
|
||||
|
||||
find_package(Armadillo REQUIRED)
|
||||
target_include_directories(main PRIVATE ${ARMADILLO_INCLUDE_DIRS})
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "armadillo",
|
||||
"version": "11.4.3",
|
||||
"version": "11.4.4",
|
||||
"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",
|
||||
"homepage": "https://arma.sourceforge.net/",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
"blas",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f149e3877dead7fd5e1783feb83a64a794eddcba",
|
||||
"version": "11.4.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "325a64512ffbc2d8bfb94ff44c5a86c55252dc58",
|
||||
"version": "11.4.3",
|
||||
|
@ -201,7 +201,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"armadillo": {
|
||||
"baseline": "11.4.3",
|
||||
"baseline": "11.4.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"arrayfire": {
|
||||
|
Loading…
Reference in New Issue
Block a user