commit: 0330b612ba6d6cda2a7051a9e6f0c5083fe5f206 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Oct 7 16:34:17 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Oct 7 16:34:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0330b612
sci-libs/linbox: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> sci-libs/linbox/files/linbox-1.7.0-gcc15.patch | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/sci-libs/linbox/files/linbox-1.7.0-gcc15.patch b/sci-libs/linbox/files/linbox-1.7.0-gcc15.patch deleted file mode 100644 index de162bf927bc..000000000000 --- a/sci-libs/linbox/files/linbox-1.7.0-gcc15.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 4a1e1395804d4630ec556c61ba3f2cb67e140248 Mon Sep 17 00:00:00 2001 -From: Jean-Guillaume Dumas <[email protected]> -Date: Thu, 5 Dec 2024 15:38:58 +0100 -Subject: [PATCH] solving issue #319 - ---- - linbox/vector/blas-subvector.h | 52 +++++++++++++++++----------------- - tests/test-subvector.C | 6 ++++ - 2 files changed, 32 insertions(+), 26 deletions(-) - -diff --git a/linbox/vector/blas-subvector.h b/linbox/vector/blas-subvector.h -index e1582723c3..8f290dd436 100644 ---- a/linbox/vector/blas-subvector.h -+++ b/linbox/vector/blas-subvector.h -@@ -118,9 +118,9 @@ namespace LinBox { - * \param inc distance between two element - */ - BlasSubvector (Self_t &V, size_t beg, size_t inc, size_t dim) : -- _ptr(V.data()+beg), _size(dim), _inc(inc), _field(&V.field()) {} -+ _ptr(V.getPointer()+beg), _size(dim), _inc(inc), _field(&V.field()) {} -+ - -- - /** Constructor from an existing @ref BlasVector - * \param V Pointer to @ref BlasVector of which to construct submatrix - */
