From 5626a79286673b44b6b856a1bd3b5d4a051c8c31 Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Sat, 18 Feb 2023 15:37:24 +0100 Subject: [PATCH] [armadillo] Update to 11.4.4 --- ports/armadillo/portfile.cmake | 3 +-- ports/armadillo/usage | 2 +- ports/armadillo/vcpkg.json | 4 ++-- versions/a-/armadillo.json | 5 +++++ versions/baseline.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ports/armadillo/portfile.cmake b/ports/armadillo/portfile.cmake index 8ddd9fb412ef23..2b7d619f4147d1 100644 --- a/ports/armadillo/portfile.cmake +++ b/ports/armadillo/portfile.cmake @@ -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 diff --git a/ports/armadillo/usage b/ports/armadillo/usage index f002412f161962..a6219b878fa9d7 100644 --- a/ports/armadillo/usage +++ b/ports/armadillo/usage @@ -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}) diff --git a/ports/armadillo/vcpkg.json b/ports/armadillo/vcpkg.json index 4b51d4e21273fb..94198579e73114 100644 --- a/ports/armadillo/vcpkg.json +++ b/ports/armadillo/vcpkg.json @@ -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", diff --git a/versions/a-/armadillo.json b/versions/a-/armadillo.json index e9d0f315036e6c..ea542bdc0b5c12 100644 --- a/versions/a-/armadillo.json +++ b/versions/a-/armadillo.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f149e3877dead7fd5e1783feb83a64a794eddcba", + "version": "11.4.4", + "port-version": 0 + }, { "git-tree": "325a64512ffbc2d8bfb94ff44c5a86c55252dc58", "version": "11.4.3", diff --git a/versions/baseline.json b/versions/baseline.json index 1b8f59b705a87f..503849b45a6210 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -201,7 +201,7 @@ "port-version": 0 }, "armadillo": { - "baseline": "11.4.3", + "baseline": "11.4.4", "port-version": 0 }, "arrayfire": {