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/hipblas] epel10: Fix --with test
Date: Sat, 13 Jun 2026 22:12:18 GMT [thread overview]
Message-ID: <178138873856.1.10027883911883179533.rpms-hipblas-5251b3ef9bf6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/hipblas
Branch : epel10
Commit : 5251b3ef9bf6420e681aef60e16056d37c7246f7
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-02-24T08:57:13-08:00
Stats : +9/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hipblas/c/5251b3ef9bf6420e681aef60e16056d37c7246f7?branch=epel10
Log:
Fix --with test
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/hipblas.spec b/hipblas.spec
index 043e946..a71ee33 100644
--- a/hipblas.spec
+++ b/hipblas.spec
@@ -84,7 +84,7 @@ Version: git%{date0}.%{shortcommit0}
Release: 2%{?dist}
%else
Version: %{rocm_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
%endif
Summary: ROCm BLAS marshaling library
License: MIT
@@ -116,11 +116,10 @@ BuildRequires: rocsolver%{pkg_suffix}-devel
%if %{with test}
BuildRequires: gtest-devel
%if 0%{?suse_version}
-BuildRequires: blas-devel
BuildRequires: cblas-devel
BuildRequires: lapack-devel
%else
-BuildRequires: blas-static
+BuildRequires: blis-devel
BuildRequires: lapack-static
BuildRequires: python3-pyyaml
%endif
@@ -184,8 +183,11 @@ cd projects/hipblas
%endif
%cmake \
+ -DAMDGPU_TARGETS=%{rocm_gpu_list_default} \
+ -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF \
-DCMAKE_C_COMPILER=%rocmllvm_bindir/amdclang \
-DCMAKE_CXX_COMPILER=%rocmllvm_bindir/amdclang++ \
+ -DCMAKE_Fortran_COMPILER=gfortran \
-DCMAKE_INSTALL_LIBDIR=%{pkg_libdir} \
-DCMAKE_INSTALL_PREFIX=%{pkg_prefix} \
-DCMAKE_LINKER=%rocmllvm_bindir/ld.lld \
@@ -194,15 +196,12 @@ cd projects/hipblas
-DCMAKE_BUILD_TYPE=%build_type \
-DCMAKE_PREFIX_PATH=%{rocmllvm_cmakedir}/.. \
-DCMAKE_SKIP_RPATH=ON \
- -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF \
-DROCM_SYMLINK_LIBS=OFF \
-DHIP_PLATFORM=amd \
- -DAMDGPU_TARGETS=%{rocm_gpu_list_default} \
-DBUILD_CLIENTS_BENCHMARKS=%{build_test} \
-DBUILD_CLIENTS_TESTS=%{build_test} \
-DBUILD_CLIENTS_TESTS_OPENMP=OFF \
- -DBUILD_FORTRAN_CLIENTS=OFF \
- -DBLAS_LIBRARY=cblas
+ -DBUILD_FORTRAN_CLIENTS=OFF
%cmake_build
@@ -235,6 +234,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hipblas/LICENSE.md
%endif
%changelog
+* Tue Feb 24 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-3
+- Fix --with test
+
* Tue Feb 17 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
- Cleanup specfile
reply other threads:[~2026-06-13 22:12 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=178138873856.1.10027883911883179533.rpms-hipblas-5251b3ef9bf6@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