public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipsolver] rawhide: Update preview to 7.14
@ 2026-07-27 14:31 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-07-27 14:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hipsolver
Branch : rawhide
Commit : 2a809735b0f1ef62722d2f86ec95be89f5c9b514
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-07-27T07:31:09-07:00
Stats : +16/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hipsolver/c/2a809735b0f1ef62722d2f86ec95be89f5c9b514?branch=rawhide
Log:
Update preview to 7.14
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/hipsolver.spec b/hipsolver.spec
index 93d8b2d..c784a36 100644
--- a/hipsolver.spec
+++ b/hipsolver.spec
@@ -26,7 +26,7 @@
%bcond_with preview
%if %{with preview}
-%global rocm_release 7.13
+%global rocm_release 7.14
%global rocm_patch 0
%global pkg_src therock-%{rocm_release}
%else
@@ -90,7 +90,7 @@
Name: hipsolver%{pkg_suffix}
Version: %{rocm_version}
%if %{with preview}
-Release: 1%{?dist}
+Release: 0%{?dist}
%else
Release: 6%{?dist}
%endif
@@ -136,6 +136,18 @@ BuildRequires: lapack-static
%endif
%endif
+%if %{with preview}
+# needed for geev
+# https://www.netlib.org/lapack/explore-html/d4/d68/group__geev.html
+#
+# Trying just lapack-devel, gives this error
+# CMake Error at /usr/lib64/cmake/lapack-3.12.0/lapack-targets.cmake:102 (message):
+# The imported target "blas" references the file
+# "/usr/lib64/libblas.a"
+BuildRequires: blas-static
+BuildRequires: lapack-static
+%endif
+
Provides: hipsolver%{pkg_suffix} = %{version}-%{release}
Requires: rocm-filesystem%{pkg_suffix}
Requires: rocm-hip%{pkg_suffix}
@@ -204,7 +216,8 @@ Requires: %{pkg_name}%{?_isa} = %{version}-%{release}
-DROCM_SYMLINK_LIBS=OFF \
-DHIP_PLATFORM=amd \
-DAMDGPU_TARGETS=%{rocm_gpu_list_default} \
- -DBUILD_CLIENTS_TESTS=%{build_test}
+ -DBUILD_CLIENTS_TESTS=%{build_test} \
+ -DHIPSOLVER_INTERNAL_LAPACK_BUILD=OFF
%cmake_build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-27 14:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 14:31 [rpms/hipsolver] rawhide: Update preview to 7.14 Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox