public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ntl] f45: Build with z15 support on s390x
@ 2026-09-25 18:34 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-09-25 18:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ntl
Branch : f45
Commit : de7a02e9ca8320d76872834d6553038d0c8efbb4
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-09-25T11:58:20-06:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ntl/c/de7a02e9ca8320d76872834d6553038d0c8efbb4?branch=f45
Log:
Build with z15 support on s390x
---
diff --git a/ntl.spec b/ntl.spec
index 46676ca..4eaba0f 100644
--- a/ntl.spec
+++ b/ntl.spec
@@ -56,7 +56,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
rm src/GetTime0.cpp
%build
-# TODO: Once we can assume z15, add TUNE=linux-s390x to the flags for s390x
cd src
./configure \
CXX="${CXX-g++}" \
@@ -72,8 +71,12 @@ cd src
NTL_LOADTIME_CPU=on \
TUNE=x86 \
%else
+%ifarch s390x
+ TUNE=linux-s390x \
+%else
TUNE=generic \
%endif
+%endif
PKGDIR=%{_libdir}/pkgconfig \
SHARED=on \
SYS_PREFIX=%{_prefix}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 18:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 18:34 [rpms/ntl] f45: Build with z15 support on s390x Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox