summaryrefslogtreecommitdiff
path: root/sci-libs/armadillo/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-02 17:18:27 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-02 17:18:27 +0100
commit97310164515a0a048d4f049ae2d3e8d413fb94c6 (patch)
treefe6e0f7a81db145205e303d191864b537743bd74 /sci-libs/armadillo/files
parentf253e820eb4e6794ad484f5bc27182d236aeb41e (diff)
gentoo auto-resync : 02:04:2023 - 17:18:27
Diffstat (limited to 'sci-libs/armadillo/files')
-rw-r--r--sci-libs/armadillo/files/armadillo-12.0.1-extratests.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/armadillo/files/armadillo-12.0.1-extratests.patch b/sci-libs/armadillo/files/armadillo-12.0.1-extratests.patch
new file mode 100644
index 000000000000..e677c4ab3069
--- /dev/null
+++ b/sci-libs/armadillo/files/armadillo-12.0.1-extratests.patch
@@ -0,0 +1,12 @@
+diff -ruN armadillo-12.0.1.orig/tests2/Makefile armadillo-12.0.1/tests2/Makefile
+--- armadillo-12.0.1.orig/tests2/Makefile 2016-06-16 18:26:01.000000000 +0200
++++ armadillo-12.0.1/tests2/Makefile 2023-04-02 16:32:47.256287438 +0200
+@@ -4,7 +4,7 @@
+ #LIB_FLAGS = -lopenblas -llapack
+
+ #CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0
+-CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -Og
++#CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -Og
+ #CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -Og -fopenmp
+ #CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -Og -DARMA_DONT_USE_WRAPPER
+ #CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -Og -fsanitize=address -fsanitize=leak -fsanitize=undefined -fsanitize=bounds -fsanitize=bounds-strict -g