public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ispc] rawhide: Update to ispc 1.31.0
@ 2026-06-27 17:01 Luya Tshimbalanga
  0 siblings, 0 replies; only message in thread
From: Luya Tshimbalanga @ 2026-06-27 17:01 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-06-27 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 17:01 [rpms/ispc] rawhide: Update to ispc 1.31.0 Luya Tshimbalanga

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