public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Luya Tshimbalanga <luya@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ispc] rawhide: Update to ispc 1.31.0
Date: Sat, 27 Jun 2026 17:01:32 GMT [thread overview]
Message-ID: <178257969265.1.14754973957676641223.rpms-ispc-2aded3471bcd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ispc
Branch : rawhide
Commit : 2aded3471bcd48b32443486ec57c7c1d001614dd
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date : 2026-06-27T09:56:35-07:00
Stats : +7/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ispc/c/2aded3471bcd48b32443486ec57c7c1d001614dd?branch=rawhide
Log:
Update to ispc 1.31.0
- Enable experimental PPC64LE architecture support
- See the [Release Note](https://github.com/ispc/ispc/releases/tag/v1.31.0)
- Resolves: #2493047
---
diff --git a/ispc.spec b/ispc.spec
index 650e782..a0d82bc 100644
--- a/ispc.spec
+++ b/ispc.spec
@@ -2,8 +2,9 @@
%bcond gcc 0
Name: ispc
-Version: 1.30.0
+Version: 1.31.0
Release: %autorelease
+
Summary: C-based SPMD programming language compiler
License: BSD-3-Clause
URL: https://ispc.github.io/
@@ -29,7 +30,7 @@ Recommends: %{name}-gpu%{?_isa}
%endif
# Supported architectures
-ExclusiveArch: x86_64 aarch64
+ExclusiveArch: x86_64 aarch64 ppc64le
%description
A compiler for a variant of the C programming language with extensions for
@@ -87,6 +88,9 @@ sed -i 's|-Wno-c99-extensions -Wno-deprecated-register||g' CMakeLists.txt
-DISPCRT_BUILD_GPU=ON \
-DISPCRT_BUILD_TESTS=OFF \
%endif
+%ifarch ppc64le
+ -DPPC64_ENABLED=ON \
+%endif
-DLLVM_ENABLE_ASSERTIONS=OFF
%cmake_build
diff --git a/sources b/sources
index 005d7a3..a326afc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ispc-1.30.0.tar.gz) = 984c9880eed8b1fdbc5c9a86146aa1655d630532915aef286409b9b4e43727d7ae43d7e9f9b6786efec34f98f91730c8df283ef71cb1e8f99a74600935c86401
+SHA512 (ispc-1.31.0.tar.gz) = eff612d2671a6e8c033ec6b7247c49c74704a64e56535117c815a8db9cbfa73051fb2ee4326ed15c8fbe983beeec87c1a46d6041dc56672df37f9ac756bf5b5e
reply other threads:[~2026-06-27 17:01 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=178257969265.1.14754973957676641223.rpms-ispc-2aded3471bcd@fedoraproject.org \
--to=luya@fedoraproject.org \
--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