commit: 32917a206bce565e093c8c9bac078ec3d5992fc0 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Apr 10 15:26:51 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Apr 10 15:28:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32917a20
dev-libs/FBGEMM: fix test ny increase of stack size Closes: https://bugs.gentoo.org/864517 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild b/dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild index d0bf065049d7..194619787e6d 100644 --- a/dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild +++ b/dev-libs/FBGEMM/FBGEMM-2023.02.10.ebuild @@ -74,3 +74,7 @@ src_configure() { ) cmake_src_configure } + +src_test() { + OMP_STACKSIZE=512k cmake_src_test +}
