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/hipsolver] rawhide: Update preview to 7.14
Date: Mon, 27 Jul 2026 14:31:40 GMT	[thread overview]
Message-ID: <178516270041.1.2379761877359871919.rpms-hipsolver-2a809735b0f1@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-27 14:31 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=178516270041.1.2379761877359871919.rpms-hipsolver-2a809735b0f1@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