public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gordon Messmer <gordon.messmer@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-graph-tool] f43: Use rpm's native resource tunable to limit parallelism.
Date: Thu, 16 Jul 2026 17:51:50 GMT	[thread overview]
Message-ID: <178422431008.1.9589510773319648391.rpms-python-graph-tool-4b0da84fe946@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-graph-tool
            Branch : f43
            Commit : 4b0da84fe94610b8759f96e85e9ea797ae7cb90e
            Author : Gordon Messmer <gordon.messmer@gmail.com>
            Date   : 2025-10-16T14:48:49-07:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-graph-tool/c/4b0da84fe94610b8759f96e85e9ea797ae7cb90e?branch=f43

            Log:
            Use rpm's native resource tunable to limit parallelism.

rpm 4.19 and newer have built-in tunable settings to limit
parallel tasks which make %constrain_build redundant.

See BZ#2404624

---
diff --git a/python-graph-tool.spec b/python-graph-tool.spec
index 6faaa5e..7ed6fcc 100644
--- a/python-graph-tool.spec
+++ b/python-graph-tool.spec
@@ -1,5 +1,5 @@
 # This needs about 15 gigs per thread, otherwise OOMs.
-%constrain_build -m 15360
+%global _smp_tasksize_proc 15360
 
 Name:           python-graph-tool
 Version:        2.98

                 reply	other threads:[~2026-07-16 17:51 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=178422431008.1.9589510773319648391.rpms-python-graph-tool-4b0da84fe946@fedoraproject.org \
    --to=gordon.messmer@gmail.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