public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/hipsparse] epel10: Do not build broken tests
Date: Sat, 13 Jun 2026 22:13:17 GMT [thread overview]
Message-ID: <178138879780.1.14489992431243123208.rpms-hipsparse-a3cb0d1a699e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/hipsparse
Branch : epel10
Commit : a3cb0d1a699effd69782bc99d7cc46cafbb28a67
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-04-27T16:08:32-07:00
Stats : +50/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hipsparse/c/a3cb0d1a699effd69782bc99d7cc46cafbb28a67?branch=epel10
Log:
Do not build broken tests
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/hipsparse.spec b/hipsparse.spec
index a301a24..a2c8660 100644
--- a/hipsparse.spec
+++ b/hipsparse.spec
@@ -196,6 +196,56 @@ Requires: %{pkg_name}%{?_isa} = %{version}-%{release}
# A better default for the matrices dir
sed -i -e 's@hipsparse_exepath() + "../matrices/"@"%{pkg_prefix}/share/hipsparse/matrices/"@' clients/include/utility.hpp
+# Remove test that fail because of
+# /usr/lib/gcc/x86_64-redhat-linux/16/../../../../include/c++/16/bits/stl_vector.h:1253: reference
+# std::vector<int>::operator[](size_type) [_Tp = int, _Alloc = std::allocator<int>]:
+# Assertion '__n < this->size()' failed.
+sed -i -e '/test_bsrmv/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_bsrsv2/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrsv2/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_sctr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_bsrmm/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_bsrsm2/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrsm2/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_gemmi/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrgeam2/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrgemm2/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_bsric02/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_bsrilu02/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrilu02/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csric02/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csr2coo/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csr2bsr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_bsr2csr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_gebsr2csr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csr2csr_compress/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_prune_csr2csr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_coo2csr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrsort/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_cscsort/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_coosort/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csru2csr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_gebsr2gebsr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csr2gebsr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_gebsr2gebsc/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_spmv_/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_sparse_to_dense_csr/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_sparse_to_dense_csc/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_sparse_to_dense_coo/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_spmm_/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_spgemm/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_sddmm_/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_spsv_/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_spsm_/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csr2csc/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrgemm/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrgeam/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrmv/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csrmm/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_hybmv/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_csr2hyb/d' clients/tests/CMakeLists.txt
+sed -i -e '/test_hyb2csr/d' clients/tests/CMakeLists.txt
+
%build
%cmake \
reply other threads:[~2026-06-13 22:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178138879780.1.14489992431243123208.rpms-hipsparse-a3cb0d1a699e@fedoraproject.org \
--to=tom.rix@amd.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox