Bump Armadillo version that the autodownloader uses.

This commit is contained in:
Ryan Curtin
2023-10-24 13:36:25 -04:00
parent 99cde28a02
commit 06a2b04cd7
+1 -1
View File
@@ -298,7 +298,7 @@ else()
message(FATAL_ERROR "Can not find BLAS or LAPACK! These are required for Armadillo. Please install one of them---or install Armadillo---before installing mlpack.")
endif()
endif()
get_deps(https://files.mlpack.org/armadillo-10.3.0.tar.gz armadillo armadillo-10.3.0.tar.gz)
get_deps(https://files.mlpack.org/armadillo-12.6.5.tar.gz armadillo armadillo-12.6.5.tar.gz)
set(ARMADILLO_INCLUDE_DIR ${GENERIC_INCLUDE_DIR})
find_package(Armadillo REQUIRED)
endif()