public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dbcsr] rawhide: Update to 2.10.0 upstream release
@ 2026-08-10 6:24 Packit
0 siblings, 0 replies; only message in thread
From: Packit @ 2026-08-10 6:24 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 6:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 6:24 [rpms/dbcsr] rawhide: Update to 2.10.0 upstream release Packit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox