public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gmm] main: Release 5.5
@ 2026-06-09 20:48 Antonio Trande
  0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-06-09 20:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gmm
Branch : main
Commit : 96f1e1dda8842212d46f47f71d54c8ab734f76b0
Author : Antonio Trande <sagitter@fedoraproject.org>
Date   : 2026-06-09T22:48:37+02:00
Stats  : +7/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gmm/c/96f1e1dda8842212d46f47f71d54c8ab734f76b0?branch=main

Log:
Release 5.5

---
diff --git a/.gitignore b/.gitignore
index 4103b8f..ad87a87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /gmm-5.3.tar.gz
 /gmm-5.4.tar.gz
 /gmm-5.4.4.tar.gz
+/gmm-5.5.tar.gz

diff --git a/gmm.spec b/gmm.spec
index 3e746f3..a185053 100644
--- a/gmm.spec
+++ b/gmm.spec
@@ -1,5 +1,5 @@
 Name:    gmm
-Version: 5.4.4
+Version: 5.5
 Release: %autorelease
 Summary: A generic C++ template library for sparse, dense and skyline matrices
 License: LGPL-3.0-or-later AND BSD-3-Clause
@@ -11,6 +11,8 @@ BuildArch: noarch
 BuildRequires: gcc-c++
 BuildRequires: perl-interpreter
 BuildRequires: make
+BuildRequires: flexiblas-devel
+BuildRequires: SuperLU-devel
 
 %description
 %{summary}.
@@ -28,7 +30,8 @@ Provides: gmm++-devel = %{version}-%{release}
 
 
 %build
-%configure
+export CXXFLAGS="%{optflags} -std=gnu++23"
+%configure --with-blas=flexiblas --with-superlu=superlu --with-superlu-include-dir=%{_includedir}/SuperLU
 
 
 %install

diff --git a/sources b/sources
index 9ef1ade..a3cd5b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gmm-5.4.4.tar.gz) = bc2c802676161ad2925221aec880365b091e71168397558a7051fcd58621b62c546190ad8eb19808f2e6f68c8c6c44c2a43234ba0ab95ae38afbf04fd7618453
+SHA512 (gmm-5.5.tar.gz) = 471fd9c87759306ddeeb3bc8d07aaee4130817e37f5e8cc451cdd1a6edea79345c5b562cde0cdc7f4879db36028ebf2462adf93fc0db120f4759f7fb53993624

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 20:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 20:48 [rpms/gmm] main: Release 5.5 Antonio Trande

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox