repo/gentoo:master commit in: sci-ml/FBGEMM/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785955231.9c961c6be5427099aac1961a2cdea0e67c5d55a3.tupone@gentoo> |
commit: 9c961c6be5427099aac1961a2cdea0e67c5d55a3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 18:40:04 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 18:40:31 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c961c6b
sci-ml/FBGEMM: drop a new -Werror
Closes: https://bugs.gentoo.org/980341
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild b/sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild
index 13702a549ea9..e6bf73670af8 100644
--- a/sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild
+++ b/sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild
@@ -54,6 +54,7 @@ src_prepare() {
sed -i \
-e "/-Werror/d" \
CMakeLists.txt \
+ cmake/modules/CppLibrary.cmake \
|| die
cmake_src_prepare
}