Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[armadillo] Update to 11.4.4 #29733

Merged
merged 1 commit into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ports/armadillo/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/armadillo/usage
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
4 changes: 2 additions & 2 deletions ports/armadillo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/armadillo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f149e3877dead7fd5e1783feb83a64a794eddcba",
"version": "11.4.4",
"port-version": 0
},
{
"git-tree": "325a64512ffbc2d8bfb94ff44c5a86c55252dc58",
"version": "11.4.3",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"port-version": 0
},
"armadillo": {
"baseline": "11.4.3",
"baseline": "11.4.4",
"port-version": 0
},
"arrayfire": {
Expand Down