public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libxc] f43: Constrain parallelism on machines with less memory per core
@ 2026-07-17 18:07 Yanko Kaneti
0 siblings, 0 replies; only message in thread
From: Yanko Kaneti @ 2026-07-17 18:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libxc
Branch : f43
Commit : 2a783a528947913d1def7e8f12cffa8a754b8204
Author : Yanko Kaneti <yaneti@declera.com>
Date : 2026-04-22T13:30:49+03:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libxc/c/2a783a528947913d1def7e8f12cffa8a754b8204?branch=f43
Log:
Constrain parallelism on machines with less memory per core
---
diff --git a/libxc.spec b/libxc.spec
index 2806f25..c98fc52 100644
--- a/libxc.spec
+++ b/libxc.spec
@@ -81,6 +81,8 @@ This package contains the Python3 interface library to libxc.
sed -i "s|@SOVERSION@|%{soversion}|g;s|@LIBDIR@|%{_libdir}|g" pylibxc/core.py
%build
+# single file cc1 compiles and lto jobs take up to 5G of RSS
+%constrain_build -m 5632
# TODO: Please submit an issue to upstream (rhbz#2380769)
export CMAKE_POLICY_VERSION_MINIMUM=3.5
# Disable var tracking assignments for C sources, since it fails anyhow due to the size of the sources
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-17 18:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 18:07 [rpms/libxc] f43: Constrain parallelism on machines with less memory per core Yanko Kaneti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox