public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Update ARCH_SPECIFIC_PACKAGES
Date: Fri, 11 Sep 2026 14:42:43 GMT	[thread overview]
Message-ID: <178913776311.1.9090010753969847848.flatpaks-flatpak-runtime-985ec851879e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : 985ec851879e0a60cab96121dc3affdd676eec5a
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-03-02T20:29:46-05:00
            Stats  : +10/-10 in 3 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/985ec851879e0a60cab96121dc3affdd676eec5a?branch=f45

            Log:
            Update ARCH_SPECIFIC_PACKAGES

libasan is available on all arches.  libquadmath is also enabled on
ppc64le (since gcc-8), and is used by flexiblas thereon, albeit not yet
by fftw.

---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index ef0fc5a..56c385c 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -565,10 +565,7 @@ flatpak:
     - libappstream-glib-devel
     - libarchive
     - libarchive-devel
-    -   name: libasan
-        platforms:
-            only:
-            - aarch64
+    - libasan
     - libass
     - libassuan
     - libassuan-devel
@@ -754,10 +751,12 @@ flatpak:
     -   name: libquadmath
         platforms:
             only:
+            - ppc64le
             - x86_64
     -   name: libquadmath-devel
         platforms:
             only:
+            - ppc64le
             - x86_64
     - librabbitmq
     - libraw1394

diff --git a/container.yaml b/container.yaml
index e1d21d0..966c8c9 100644
--- a/container.yaml
+++ b/container.yaml
@@ -369,10 +369,7 @@ flatpak:
     - libaom
     - libappstream-glib
     - libarchive
-    -   name: libasan
-        platforms:
-            only:
-            - aarch64
+    - libasan
     - libass
     - libassuan
     - libasyncns
@@ -484,6 +481,7 @@ flatpak:
     -   name: libquadmath
         platforms:
             only:
+            - ppc64le
             - x86_64
     - librabbitmq
     - libraw1394

diff --git a/tools/util.py b/tools/util.py
index 987f2b7..76a8fe4 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -22,8 +22,11 @@ XDG_CACHE_HOME = os.environ.get("XDG_CACHE_HOME") or os.path.expanduser("~/.cach
 # packages that are only available or required on specific architectures
 ARCH_SPECIFIC_PACKAGES = {}
 
-ARCH_SPECIFIC_PACKAGES['aarch64'] = [
-    "libasan",
+ARCH_SPECIFIC_PACKAGES['aarch64'] = []
+
+ARCH_SPECIFIC_PACKAGES['ppc64le'] = [
+    "libquadmath",
+    "libquadmath-devel",
 ]
 
 ARCH_SPECIFIC_PACKAGES['s390x'] = [

                 reply	other threads:[~2026-09-11 14:42 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=178913776311.1.9090010753969847848.flatpaks-flatpak-runtime-985ec851879e@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