diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-03 19:37:03 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-03 19:37:41 +0200 |
commit | f74471c1125c53d761662448593e52e92b816b75 (patch) | |
tree | 9f81076d0285c64095f162aeca81f46083ead9ea /sci-libs/armadillo/files | |
parent | Revert "www-client/firefox: enable wayland+pgo build on rapid" (diff) | |
download | gentoo-f74471c1125c53d761662448593e52e92b816b75.tar.gz gentoo-f74471c1125c53d761662448593e52e92b816b75.tar.bz2 gentoo-f74471c1125c53d761662448593e52e92b816b75.zip |
sci-libs/armadillo: add 11.4.0
Enable tests properly too.
Closes: https://bugs.gentoo.org/771669
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-libs/armadillo/files')
-rw-r--r-- | sci-libs/armadillo/files/armadillo-11.4.0-extratests.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/armadillo/files/armadillo-11.4.0-extratests.patch b/sci-libs/armadillo/files/armadillo-11.4.0-extratests.patch new file mode 100644 index 000000000000..7efb67b5b139 --- /dev/null +++ b/sci-libs/armadillo/files/armadillo-11.4.0-extratests.patch @@ -0,0 +1,12 @@ +diff -ruN armadillo-11.4.0.orig/tests2/Makefile armadillo-11.4.0/tests2/Makefile +--- armadillo-11.4.0.orig/tests2/Makefile 2022-10-03 19:26:59.699937940 +0200 ++++ armadillo-11.4.0/tests2/Makefile 2022-10-03 19:27:24.954277418 +0200 +@@ -3,7 +3,7 @@ + #LIB_FLAGS = -lblas -llapack + #LIB_FLAGS = -lopenblas -llapack + +-CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0 ++#CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0 + #CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0 -fopenmp + #CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0 -DARMA_DONT_USE_WRAPPER + #CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0 -fsanitize=address -fsanitize=leak -fsanitize=undefined -fsanitize=bounds -fsanitize=bounds-strict -g |