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] rawhide: fix tests
Date: Sun, 05 Jul 2026 14:51:15 GMT [thread overview]
Message-ID: <178326307571.1.7995220294126908641.rpms-hipblas-ff4661862263@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/hipblas
Branch : rawhide
Commit : ff4661862263e7b2f686d4757c323b15d68f63a4
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-07-05T07:50:49-07:00
Stats : +14/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hipblas/c/ff4661862263e7b2f686d4757c323b15d68f63a4?branch=rawhide
Log:
fix tests
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/hipblas.spec b/hipblas.spec
index 7c1ae8f..d79ed92 100644
--- a/hipblas.spec
+++ b/hipblas.spec
@@ -94,7 +94,7 @@ Version: %{rocm_version}
%if %{with preview}
Release: 0%{?dist}
%else
-Release: 6%{?dist}
+Release: 7%{?dist}
%endif
Summary: ROCm BLAS marshaling library
License: MIT
@@ -127,7 +127,7 @@ BuildRequires: gtest-devel
BuildRequires: cblas-devel
BuildRequires: lapack-devel
%else
-BuildRequires: blis-devel
+BuildRequires: blas-static
BuildRequires: lapack-static
BuildRequires: python3-pyyaml
%endif
@@ -188,9 +188,16 @@ sed -i -e 's@find_package(Git REQUIRED)@#find_package(Git REQUIRED)@' library/CM
%build
+# LINK_BLIS
+# ON: use AOCL BLIS
+# OFF: use lapack, cblas
%cmake \
-DAMDGPU_TARGETS=%{rocm_gpu_list_default} \
-DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF \
+ -DBUILD_CLIENTS_BENCHMARKS=%{build_test} \
+ -DBUILD_CLIENTS_TESTS=%{build_test} \
+ -DBUILD_CLIENTS_TESTS_OPENMP=OFF \
+ -DBUILD_FORTRAN_CLIENTS=OFF \
-DCMAKE_C_COMPILER=%rocmllvm_bindir/amdclang \
-DCMAKE_CXX_COMPILER=%rocmllvm_bindir/amdclang++ \
-DCMAKE_Fortran_COMPILER=gfortran \
@@ -206,10 +213,8 @@ sed -i -e 's@find_package(Git REQUIRED)@#find_package(Git REQUIRED)@' library/CM
-DCMAKE_SKIP_INSTALL_RPATH=%{skip_install_rpath} \
-DROCM_SYMLINK_LIBS=OFF \
-DHIP_PLATFORM=amd \
- -DBUILD_CLIENTS_BENCHMARKS=%{build_test} \
- -DBUILD_CLIENTS_TESTS=%{build_test} \
- -DBUILD_CLIENTS_TESTS_OPENMP=OFF \
- -DBUILD_FORTRAN_CLIENTS=OFF
+ -DLINK_BLIS=OFF
+
%cmake_build
@@ -238,6 +243,9 @@ chrpath -r %{pkg_prefix}/%{pkg_libdir} %{buildroot}%{pkg_prefix}/%{pkg_libdir}/l
%endif
%changelog
+* Sun Jul 5 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-7
+- fix tests
+
* Fri Jun 26 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-6
- merge compat changes
reply other threads:[~2026-07-05 14:51 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=178326307571.1.7995220294126908641.rpms-hipblas-ff4661862263@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