Maxim Cournoyer
0688d27174
build/gnu: Add a compress-debug-info phase.
...
This new phase reduces the debug output of large C++ packages such as
qtdeclarative by about 20%.
* guix/build/gnu-build-system.scm (compress-debug-info): New procedure.
(%standard-phases): Register it.
Relates-to: #3617
Change-Id: I9463f1299d97c20eee5d6f685a2f1abbb05545f0
2025-10-30 16:13:02 +09:00
Maxim Cournoyer
2ac2a4877d
build/gnu: Do not attempt to strip Guile byte-compiled files.
...
This fails and produces noise and spurious debug files.
* guix/build/gnu-build-system.scm (strip) <guile-bytecode?>: New predicate.
Use it to filter out .go files from the files to be stripped.
Change-Id: I3063083a7d04d903d85d28d9526fdec079914fce
2025-10-30 16:13:02 +09:00
Maxim Cournoyer
86b4c975e9
gnu %final-inputs: Add dwz-final.
...
* gnu/packages/commencement.scm (%final-inputs): Register dwz-final.
Change-Id: Iff6842cbf691d3ea38bdfecc7d3816b0806d6f0d
2025-10-30 16:13:02 +09:00
Maxim Cournoyer
4e2a5b27dd
gnu: Add dwz-final.
...
* gnu/packages/commencement.scm (dwz-final): New variable.
Change-Id: I2a0453fbca2184e3f31c9b92190dfd7259c5541a
2025-10-30 16:13:02 +09:00
Maxim Cournoyer
c97232c4d3
gnu: Add xxhash-final.
...
* gnu/packages/commencement.scm (xxhash-final): New variable.
Change-Id: Ib3839b2233026527c8bf942db9cd9904eb079c5f
2025-10-30 16:13:02 +09:00
Maxim Cournoyer
7d5721de9a
gnu: Add elfutils-final.
...
* gnu/packages/commencement.scm (elfutils-final): New variable.
Change-Id: Ibcd0cdf2ba2d90232f097ea6599548e30aeb20d8
2025-10-30 16:13:02 +09:00
Maxim Cournoyer
88945309b2
gnu: Add dwz.
...
* gnu/packages/elf.scm (dwz): New variable.
Co-authored-by: Danny Milosavljevic <dannym@friendly-machines.com>
Change-Id: I6d328109c246ee098680a14eed556d29b890a057
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
87a23070f2
gnu: binutils: Use zstd compression level 19.
...
* gnu/packages/base.scm (binutils) [#:phases]
{use-zstd-compression-level-19}: New phase.
(binutils-gold) [#:phases]
{use-zstd-compression-level-19-for-gold}: New phase.
Change-Id: I0e75329bb231dba39db61a880eb306c58c0acc11
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
6f229017f5
gnu: binutils-boot0: Refactor arguments.
...
When the inherited binutils package had a #:phases argument, it would replace
that fo binutils-boot0 (being appended), and causing breakage.
* gnu/packages/commencement.scm (binutils-boot0): Do not append the inherited
binutils arguments; modify them with a chained ensure-keyword-arguments and
substitute-keyword-arguments.
Suggested-by: Rutherther <rutherther@ditigal.xyz>
Change-Id: If1245556e363b9a1da2e2bb65c83e3b3aa4ff6de
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
16f0f497cd
gnu: binutils: Enable zstd compression.
...
* gnu/packages/base.scm (binutils) [native-inputs]: Add pkg-config.
[inputs]: Add zstd:lib.
(binutils-gold) [#:phases] {set-LD_LIBRARY_PATH}: New phase.
Change-Id: I344242724b5978c98dd20d8309de02702e78cf9a
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
3410d8bdc8
gnu: binutils: Do not compress debug sections.
...
This is in preparation to a new phase which will deduplicate debug symbols
with dwz (and compress them after via objcopy).
* gnu/packages/base.scm (binutils) [#:configure-flags]: Remove
--enable-compressed-debug-sections=all.
Change-Id: I992bc680f3e5f7bb6b7aae81e9311352745402cf
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
afe80d2a63
gnu: binutils: Fix indentation.
...
* gnu/packages/base.scm (binutils): Fix indentation.
Change-Id: Icd8d298e00ae6c826aaef5f4e59688b6d8374b9e
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
0c1de511f8
gnu: binutils-final: Enable zstd support.
...
* gnu/packages/commencement.scm (binutils-final)
[#:allowed-references]: Add zstd-final:lib.
[native-inputs]: Add pkg-config-final.
[inputs]: Add zstd-final:lib.
Change-Id: I2c57f376f79ab866bce4456a41e752fcfa5c9826
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
72a99ff1a7
gnu: Add pkg-config-final.
...
* gnu/packages/commencement.scm (pkg-config-final): New package.
(make-gnu-make-final): Use it.
Change-Id: I1452a09e765de863ac9725ac7924a0a97d3010ca
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
75d24fbfef
gnu: %final-inputs: Use zstd-final.
...
* gnu/packages/commencement.scm (%final-inputs): Use zstd-final instead of
computing it, now that there's a binding for it.
Change-Id: I3d28538b56f2480397d827cd4dac1275f0d27d66
2025-10-30 16:13:01 +09:00
Maxim Cournoyer
e945001f04
gnu: Add zstd-final.
...
* gnu/packages/commencement.scm (zstd-final): New variable.
Change-Id: Ic6bef892f35a4bca809ff80dd279190b0f4902bd
2025-10-30 16:13:01 +09:00
Sharlatan Hellseher
cfb5331b36
gnu: python-parabam: Update to 3.0.1-0.be5bd35, fix build.
...
* gnu/packages/bioinformatics.scm (python-parabam): Update to
be5bd35012d37df8cfa88771325a0273519c8c98 commit.
[source]: Switch to git-fetch.
[arguments] <tests?>: No tests.
<phases>: Add 'cythonize.
[native-inputs]: Remove python-wheel; add python-cython.
Change-Id: I56e2dbeac106f2942289e2b751520b3bf1abb60f
2025-10-29 21:44:27 +00:00
Sharlatan Hellseher
5024471e4c
gnu: python-schema-0.5: Deprecate in favor of python-schema.
...
There is no any users in Guix main channel, keeping the symbol for one
month.
* gnu/packages/python-xyz.scm (python-schema-0.5): Deprecate variable.
Change-Id: I099b91df49448eae5f38b066eca0ae6f61f80a5c
2025-10-29 21:20:44 +00:00
Hugo Buddelmeijer
e3f81f5955
gnu: python-usbrelay: Fix build.
...
* gnu/packages/hardware.scm (python-usbrelay): Fix build.
[arguments] <#:phases>: Replace 'check phase.
[native-inputs]: Remove python-wheel.
Change-Id: I8b1de9158c277e83775fad4cab9ce56f87a8caab
2025-10-29 21:02:42 +00:00
Hugo Buddelmeijer
b9c385a274
gnu: python-paho-mqtt: Update to 2.1.0.
...
* gnu/packages/messaging.scm (python-paho-mqtt): Update to 2.1.0.
[build-system]: Switch to pyproject-build system.
[arguments] <#:phases>: Add 'patch-tests phase, remove replaced 'check
phase.
[native-inputs]: Add python-hatchling.
Change-Id: I150e2854bd92c66abc751ef8f9b9923d9e90dee4
2025-10-29 21:02:42 +00:00
Hugo Buddelmeijer
9324583cdb
gnu: python-ws4py: Update to 0.6.0.
...
* gnu/packages/python-web.scm (python-ws4py): Update to 0.6.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Use gexps.
<#:phases>: remove 'python3.7-compatibility phase.
[native-inputs]: Add python-setuptools and python-pytest.
Change-Id: Ia1c4d66f329ca0acd32d2b934836347b19cb711a
2025-10-29 21:02:42 +00:00
Hugo Buddelmeijer
d5e5bbc5cc
gnu: python-gipc: Enable tests.
...
* gnu/packages/python-xyz.scm (python-gipc)
[arguments] <tests?>: Enable them.
<phases>: Add 'adjust-for-pytest-8 phase.
Change-Id: Ib118dfd8f6cff1400e19880f1a96460fbac343b9
2025-10-29 21:02:42 +00:00
Hugo Buddelmeijer
86f8e74255
gnu: python-asprin: Fix build.
...
* gnu/packages/potassco.scm (python-asprin): Fix build.
[arguments] <#:phases>: Replace 'check phase.
[native-inputs]: Remove python-wheel.
Change-Id: I1f5b6418e50812bef5ba565877e8cdf4cd04d632
2025-10-29 21:02:42 +00:00
Andreas Enge
4e62f1cc47
Revert "gnu: python-fenics-ufl: Update to 2025.1.0."
...
This reverts commit 5c522a1abf .
The update breaks depending packages.
2025-10-29 21:56:06 +01:00
Ghislain Vaillant
3ba9d0ce8d
gnu: Add python-aiohttp-retry.
...
* gnu/packages/python-web.scm (python-aiohttp-retry): New variable.
Change-Id: I46f42d0f6a205a264eb1e9c9d00e3cd792dbfe3c
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-29 20:44:08 +00:00
Andreas Enge
06bfb782f8
CODEOWNERS: Really order files alphabetically.
...
This is a follow-up to commit fe59616ba0
and necessary to keep the file as-is through autogeneration.
* CODEOWNERS: Regenerate file.
Change-Id: I273b0d4142e3cb7ea55351ca46f64001588f7548
2025-10-29 20:46:34 +01:00
Andreas Enge
ce30e397c4
gnu: python-slepc4py: Update to 3.24.0.
...
* gnu/packages/maths.scm (python-slepc4py): Update to 3.24.0.
Change-Id: I23786bf36ed8dbbdad7f4b18e5985075487c4bcd
2025-10-29 20:40:33 +01:00
Andreas Enge
6aec9a02ee
gnu: python-petsc4py: Update to 3.24.0.
...
* gnu/packages/maths.scm (python-petsc4py): Update to 3.24.0.
Change-Id: I8c530eadc777bfb26e7539594355f11c03c0f062
2025-10-29 20:40:33 +01:00
Andreas Enge
a41a0ee1ab
gnu: slepc: Update to 3.24.0.
...
* gnu/packages/maths.scm (slepc): Update to 3.24.0.
Change-Id: I7924a3e1248c8c056f0978784f67f2723437d1f9
2025-10-29 20:40:33 +01:00
Andreas Enge
546bf3de63
gnu: petsc-openmpi: Delete phase.
...
* gnu/packages/maths.scm (petsc-openmpi)[arguments]<#:phases>
{adjust-pt-scotch-library-names}: Remove.
Change-Id: Id138e82e4ab9f7f68991dfe8f835cc95cd7e3250
2025-10-29 20:40:33 +01:00
Andreas Enge
520dc14d02
gnu: petsc: Update to 3.24.0.
...
* gnu/packages/maths.scm (petsc): Update to 3.24.0.
Change-Id: Ibf05808578d2c7f50c3949458945ca93725653ec
2025-10-29 20:40:24 +01:00
Andreas Enge
7e3fc5eadc
gnu: luminance-hdr: Update to 2.6.1.1.
...
* gnu/packages/image-viewers.scm (luminance-hdr): Update to 2.6.1.1.
Change-Id: Iac0cd21a041275110e5dcee9e91653f31a2e990e
2025-10-29 19:48:41 +01:00
Andreas Enge
40e1a1cc31
gnu: qtwebengine-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.17.
[native-inputs]: Add python-beautifulsoup4.
Fixes : guix/guix#3036
Change-Id: I10fab80c4697c62152d614b7949348094131b9aa
2025-10-29 19:48:41 +01:00
Andreas Enge
512406e729
gnu: qtvirtualkeyboard-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtvirtualkeyboard-5): Update to 5.15.17.
Change-Id: I17a334ca9f98e96f5371da995768d92afbe7170a
2025-10-29 19:48:41 +01:00
Andreas Enge
0a7c5974c6
gnu: qtspeech-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtspeech-5): Update to 5.15.17.
Change-Id: Ia1890655aadd469a17e2fb831c8968efe4af36df
2025-10-29 19:48:40 +01:00
Andreas Enge
251af5945f
gnu: qtnetworkauth-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.17.
Change-Id: I649966daf688335b8ec829d04f807fcf41ccece9
2025-10-29 19:48:40 +01:00
Andreas Enge
6512818a73
gnu: qtdatavis3d-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtdatavis3d-5): Update to 5.15.17.
Change-Id: Ia3018fb04da63715d01130ab837236e79992c039
2025-10-29 19:48:40 +01:00
Andreas Enge
7837816482
gnu: qtcharts-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtcharts-5): Update to 5.15.17.
Change-Id: Id8c937df47b91f4a14e1c588fd6ec6fa60f1a509
2025-10-29 19:48:40 +01:00
Andreas Enge
d07af3abb3
gnu: qtpurchasing-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtpurchasing-5): Update to 5.15.17.
Change-Id: I6496443feb9d56fe95c0170592fd73edf3945a9a
2025-10-29 19:48:40 +01:00
Andreas Enge
2894db1a6e
gnu: qtscxml-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtscxml-5): Update to 5.15.17.
Change-Id: I8bbc33e533826c7bf85c28fc13b4a66ffe3510ab
2025-10-29 19:48:40 +01:00
Andreas Enge
4a51b112ac
gnu: qtgamepad-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtgamepad-5): Update to 5.15.17.
Change-Id: I9d205705d858753525b8c6a76a6f6c1eb2397ebc
2025-10-29 19:48:40 +01:00
Andreas Enge
c171b10dde
gnu: qtgraphicaleffects: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtgraphicaleffects): Update to 5.15.17.
Change-Id: Ia679e2d3769ad09d030c38dc7e4f1be7b664e530
2025-10-29 19:48:40 +01:00
Andreas Enge
7604b9b241
gnu: qtquickcontrols2-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.17.
Change-Id: I489a16f4a79a8fa2775dc9b79e392b8577577ea4
2025-10-29 19:48:40 +01:00
Andreas Enge
ac189b6e27
gnu: qtquickcontrols-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.17.
Change-Id: I47f436971a33a15f2bda7bd353ce21eae51078d2
2025-10-29 19:48:40 +01:00
Andreas Enge
872f8981ea
gnu: qtscript-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtscript-5): Update to 5.15.17.
Change-Id: I8c249e018ae16ef0827633f18b44bb04a9df9e95
2025-10-29 19:48:40 +01:00
Andreas Enge
d30ed3fc3d
gnu: qttools-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qttools-5): Update to 5.15.17.
Change-Id: I08e8498854cd21f52e2b6babf0aaf10a7817b824
2025-10-29 19:48:40 +01:00
Andreas Enge
cdff06e1bc
gnu: qtlocation-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtlocation-5): Update to 5.15.17.
Change-Id: I923f35cba2d88264c9bc23c7c7cc52c32057cc4e
2025-10-29 19:48:40 +01:00
Andreas Enge
5fdccc51e9
gnu: qtwebview-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtwebview-5): Update to 5.15.17.
Change-Id: I2d168a47018da9542692f52abb40bf35a6d40952
2025-10-29 19:48:40 +01:00
Andreas Enge
d6758f1c44
gnu: qtwebglplugin-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtwebglplugin-5): Update to 5.15.17.
Change-Id: Icefde1caf6464eb6280cdd4adbb5c4b2fa440575
2025-10-29 19:48:40 +01:00
Andreas Enge
e373f57b6c
gnu: qtwebchannel-5: Update to 5.15.17.
...
* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.17.
Change-Id: I2caa33aeeb61765d4f6a066a4a52c9a9312a86f1
2025-10-29 19:48:40 +01:00