public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/dbcsr] rawhide: Update to 2.10.0 upstream release
Date: Mon, 10 Aug 2026 06:24:59 GMT	[thread overview]
Message-ID: <178634309925.1.10071523474179727704.rpms-dbcsr-5ceab6af7a46@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/dbcsr
            Branch : rawhide
            Commit : 5ceab6af7a46cf6f30d7fd796ba1d88b685a8743
            Author : Packit <hello@packit.dev>
            Date   : 2026-07-19T03:06:02+00:00
            Stats  : +19/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/dbcsr/c/5ceab6af7a46cf6f30d7fd796ba1d88b685a8743?branch=rawhide

            Log:
            Update to 2.10.0 upstream release

Upstream tag: v2.10.0
Upstream commit: cd3b353b

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index 56ce74f..398b6cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /dbcsr-2.7.0.tar.gz
 /dbcsr-2.8.0.tar.gz
 /dbcsr-2.9.1.tar.gz
+/dbcsr-2.10.0.tar.gz

diff --git a/dbcsr.spec b/dbcsr.spec
index 4b16c1b..c8203dd 100644
--- a/dbcsr.spec
+++ b/dbcsr.spec
@@ -1,4 +1,5 @@
-# Currently does not build with opencl/libxsmm
+# OpenCL support requires packaged libxs/libxstream/libxsmm dependencies.
+# Keep it disabled until those packages are available in Fedora.
 %bcond_with opencl
 
 # No openmpi on i668 with openmpi 5 in Fedora 40+
@@ -13,7 +14,7 @@
 %endif
 
 Name:          dbcsr
-Version:       2.9.1
+Version:       2.10.0
 Release:       %autorelease
 Summary:       Distributed Block Compressed Sparse Row matrix library
 License:       GPL-2.0-or-later
@@ -26,6 +27,8 @@ BuildRequires: gcc-gfortran
 BuildRequires: make
 BuildRequires: flexiblas-devel
 %if %{with opencl}
+BuildRequires: libxs-devel
+BuildRequires: libxstream-devel
 BuildRequires: libxsmm-devel
 %endif
 BuildRequires: python3-fypp
@@ -109,15 +112,24 @@ export CXXFLAGS="%{optflags} -fPIC"
 export FFLAGS="%{optflags} -fPIC"
 %cmake \
   -DCMAKE_INSTALL_Fortran_MODULES=%{_fmoddir} \
+  -DBUILD_SHARED_LIBS=ON \
+  -DBUILD_TESTING=ON \
   -DUSE_MPI=OFF \
-  %{?with_opencl:-DUSE_ACCEL=opencl -DUSE_SMM=libxsmm}
+  -DUSE_LIBXS=OFF \
+  -DUSE_LIBXSMM=OFF \
+  %{?with_opencl:-DUSE_ACCEL=opencl -DUSE_LIBXS=ON -DUSE_LIBXSMM=ON}
 %cmake_build
 for mpi in %{mpi_list}
 do
   module load mpi/$mpi-%{_arch}
   %cmake \
     -DCMAKE_INSTALL_Fortran_MODULES=$MPI_FORTRAN_MOD_DIR \
-    %{?with_opencl:-DUSE_ACCEL=opencl -DUSE_SMM=libxsmm} \
+    -DBUILD_SHARED_LIBS=ON \
+    -DBUILD_TESTING=ON \
+    -DUSE_MPI=ON \
+    -DUSE_LIBXS=OFF \
+    -DUSE_LIBXSMM=OFF \
+    %{?with_opencl:-DUSE_ACCEL=opencl -DUSE_LIBXS=ON -DUSE_LIBXSMM=ON} \
     -DCMAKE_INSTALL_PREFIX:PATH=$MPI_HOME \
     -DCMAKE_INSTALL_LIBDIR:PATH=$MPI_LIB \
     -DUSE_MPI_F08=ON \
@@ -153,7 +165,7 @@ done
 %files
 %license LICENSE
 %doc README.md
-%{_libdir}/libdbcsr.so.2.9*
+%{_libdir}/libdbcsr.so.*
 
 %files devel
 %{_fmoddir}/dbcsr_api.mod

diff --git a/sources b/sources
index ad7d5a7..6719a7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dbcsr-2.9.1.tar.gz) = df688d6708b51be14b19690a8ee4bed14aa4cd21227cfdc27448d27dc16e728158c3447c33f7e151a4d3e790267911c93bfaff99fd12e7e7308e8bdfc2d8e17c
+SHA512 (dbcsr-2.10.0.tar.gz) = 6ae72b77d979eb34f955071d5a672e44ce678fb1e628a651edffeaf198301cee327ecc2fe264cc405571636d55895803e96d81cf1ef6e33dc636352cdddc0949

                 reply	other threads:[~2026-08-10  6:24 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=178634309925.1.10071523474179727704.rpms-dbcsr-5ceab6af7a46@fedoraproject.org \
    --to=hello@packit.dev \
    --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