public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libzdnn] rawhide: Allow default z15 on Fedora 45
Date: Wed, 01 Jul 2026 06:33:13 GMT [thread overview]
Message-ID: <178288759307.1.4033857547375580473.rpms-libzdnn-9cad7b1a700f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libzdnn
Branch : rawhide
Commit : 9cad7b1a700ff1b06aade0edbe8cf44dcfa8338d
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-06-25T18:14:10-04:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libzdnn/c/9cad7b1a700ff1b06aade0edbe8cf44dcfa8338d?branch=rawhide
Log:
Allow default z15 on Fedora 45
https://fedoraproject.org/wiki/Changes/GNUToolchainF44
https://src.fedoraproject.org/rpms/gcc/pull-request/75
https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/358
---
diff --git a/libzdnn.spec b/libzdnn.spec
index f9b15c5..eae919c 100644
--- a/libzdnn.spec
+++ b/libzdnn.spec
@@ -1,6 +1,6 @@
Name: libzdnn
Version: 1.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
License: Apache-2.0
@@ -52,7 +52,7 @@ autoreconf -i
# cflags for the init routines in e.g. zdnn_init.c should just use the distro options.
# export CFLAGS_INIT explicitely since it is not handled by configure
CFLAGS_INIT="%{build_cflags}"; export CFLAGS_INIT
-%if 0%{?fedora}
+%if 0%{?fedora} && 0%{?fedora} < 45
CFLAGS="%{build_cflags} -march=z14 -mtune=z14" CXXFLAGS="%{build_cxxflags} -march=z14 -mtune=z14" \
%endif
%configure
@@ -81,6 +81,9 @@ ln -s -r %{buildroot}%{_libdir}/libzdnn.so.%{version} %{buildroot}%{_libdir}/lib
%{_libdir}/libzdnn.a
%changelog
+* Thu Jun 25 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1.2-2
+- Allow default z15 on Fedora 45
+
* Wed May 20 2026 Dan Horák <dan[at]danny.cz> - 1.1.2-1
- updated to 1.1.2
reply other threads:[~2026-07-01 6:33 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=178288759307.1.4033857547375580473.rpms-libzdnn-9cad7b1a700f@fedoraproject.org \
--to=yselkowi@redhat.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