This commit is contained in:
conrad
2025-07-07 15:43:29 +10:00
parent 9f9bc041a0
commit f1e256cdc2
3 changed files with 2 additions and 12 deletions
-10
View File
@@ -172,10 +172,6 @@
#pragma message("INFO: support for GCC versions older than 8.1 is deprecated")
#endif
#if (ARMA_GCC_VERSION >= 180000)
#undef ARMA_IGNORE_DEPRECATED_MARKER
#endif
#define ARMA_GOOD_COMPILER
#undef arma_hot
@@ -233,12 +229,6 @@
// #pragma message ("using Clang extensions")
#if defined(__clang_major__) && !defined(__apple_build_version__)
#if (__clang_major__ >= 26)
#undef ARMA_IGNORE_DEPRECATED_MARKER
#endif
#endif
#define ARMA_GOOD_COMPILER
#if !defined(__has_attribute)
+1 -1
View File
@@ -378,9 +378,9 @@
#undef ARMA_CRIPPLED_LAPACK
#endif
// WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is deprecated and will be removed
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is not supported when compiling with gcc 18+ or clang 26+
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,
+1 -1
View File
@@ -378,9 +378,9 @@
#undef ARMA_CRIPPLED_LAPACK
#endif
// WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is deprecated and will be removed
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is not supported when compiling with gcc 18+ or clang 26+
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,