| Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-pyudorandom): New variable.
Change-Id: Ic9ad281e9df29499e2b8192d79f99bc26c1f2e7b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-thefuzz): New variable.
Change-Id: Ie732ad67bf5db39259d0624579eeefdf7b02cacf
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/digest.scm (python-tdigest): New variable.
Change-Id: I55f719e87dabdf912525c8a2457a8e07661626ac
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-py010parser): New variable.
Change-Id: Idd4737ef9b19a4a8a56718673a06a78130dd9af6
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-exrex): New variable.
Change-Id: I0faee47a8304007f77fa469e631729d7a05fd38f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-cachedir-tag): New variable.
Change-Id: I17ce7cb898895187ee9249c4f663fdafeec52a18
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-astar): New variable.
Change-Id: I90fdb7a803c0fdcdd11a58f223bc88c955808571
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-ansi-styles): New variable.
Change-Id: I068c82a9d8f0af6b2af913824f96fbe268ce3107
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-accumulation-tree): New variable.
Change-Id: I0e6d41342e49850587fa31f43ac535d98648691c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/emacs-xyz.scm (emacs-sliver): New variable.
Change-Id: Ibaa43e5652478a264eb0a9f0e0704670464491fe
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
The goal is to extend what the 'core subset builds but also (more
importantly) what gets cross-compiled for the 'all subset.
* gnu/ci.scm (%core-packages-for-mingw): New variable.
(%core-packages): Use it.
(%linux-packages, %hurd-packages): New variables.
(core-packages): New procedure.
(packages-to-cross-build, cuirass-jobs): Use it instead of ‘%core-packages’.
Change-Id: I2ee656ea589ffbf7dabcb6e84b3bb5a0b13556af
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This fixes a regression introduced in 2a50c9598bb7fe4175c4f29df07656a7f0a07801.
* gnu/packages/base.scm (glibc-2.33): Inherit from ‘glibc’, not ‘glibc-2.35’.
Change-Id: I8ff44043c232ebefa900ace8cead4481882115c2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #7354
|
|
* gnu/packages/bioinformatics.scm (cnvkit): Update to 0.9.13.
Change-Id: I69da49fe80b2e350ff351d39182dcf1e8cf97eb4
|
|
* gnu/packages/maths.scm (nlopt)[inputs]: Remove octave; add octave-cli.
Change-Id: Id655133857acda07f2a4fbd28261abd0ba8b64e6
|
|
* gnu/packages/maths.scm (nlopt)[inputs]: Move python...
[native-inputs]: ...here. Add python-numpy.
Change-Id: I38b976a65aed412863a5a7cd498c7f2ddcc79b55
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/ssh.scm (guile-ssh): Update to 1.0.0.
Change-Id: I890a3156475e1801154dfab50d3fcc04d2849bcf
|
|
* gnu/packages/python-xyz.scm (python-rapidfuzz): Update to 3.14.3.
[native-inputs]: Add python-numpy and python-pandas.
Change-Id: Ibac21d42e962763639e1774d3042edaf31a106b5
|
|
* gnu/packages/python-build.scm (python-flit-scm): Delete variable.
* guix/lint.scm (%python-native-inputs): Remove entry.
Fixes: guix/guix#2360
Change-Id: I38040bdff8cd7d74c272abf466897a446ce6d045
|
|
* gnu/packages/python-build.scm (python-exceptiongroup): Delete variable.
Change-Id: Ia1fbd4890028bbeeb5afb884182a061be18648ef
|
|
* gnu/packages/fonts.scm (font-raleway): New variable.
Closes: guix/guix#7158
Change-Id: I31e66e1f90bae2fb5e731b16ec2ee3ab88e044d5
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/guile-xyz.scm (guile-hoot)[inputs]: Replace guile-next
by guile-3.0-latest.
Change-Id: Id1e831b7a745dad807f090a16c402fe6a38c4b6e
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/javascript.scm (quickjs)[source]: Adjust snippet to
remove another file.
[arguments]: Add a phase to insert the unicode data files.
[native-inputs]: Add ucd, unicode-emoji.
Change-Id: I2c060ff7145ed549773e9fb16cdc2abc3b459740
|
|
* gnu/packages/unicode.scm (unicode-emoji): Update to 15.1.
(unicode-emoji-12): New variable.
* gnu/packages/ibus.scm (ibus-minimal)[inputs]: Use unicode-emoji-12.
Change-Id: I9bc796694fe9a0d9b693254a372dd7b7439644b4
|
|
* gnu/packages/javascript.scm (quickjs)[arguments]: Add a test-target.
Add a phase to prepare for the tests. Remove the custom 'check phase.
Change-Id: Ic6f0877d34fcd052b7bdd2853d316ba8376fb907
|
|
* gnu/packages/javascript.scm (quickjs): Update to 2025-09-13-2.
Change-Id: I7e02b20567d08f4770c133fece76bd20c86dcb71
|
|
* gnu/packages/javascript.scm (mujs): Update to 1.3.7.
[source]: Update upstream URL.
[arguments]: <#:phases>: Add 'copy-unicode-data phases to allow
generating new Unicode tables during build.
[native-inputs]: Add python-minimal, ucd.
Change-Id: I76ff40679c2d7bb64f4baf4c6b39946a879e5534
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/web.scm (monolith): Update to 2.10.1.
[arguments]: Use modern syntax.
[inputs]: Use `cons*'.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Update monolith
entry.
Closes: guix/guix#6666
Change-Id: I4cdfce8a8e69f1400a3d8f02940cd15f7580efe4
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/bioinformatics.scm (cwltool): Update to 3.1.20260315121657.
Change-Id: I1c4503aa65a638a905f8b49235578564fa40802f
|
|
* gnu/packages/python-web.scm (python-feedgen): New variable.
Change-Id: I2f3f444da871962855bad007365266444bc8b86c
|
|
* gnu/packages/python-web.scm (python-justhtml): New variable.
Change-Id: I85388b0a8fbac93e2e72d2df03da16fa46b616bc
|
|
* gnu/packages/lisp-xyz.scm (sbcl-trivial-do): Update to 0.1-2.a19f932.
[version]: Refactor to use revision variable.
Change-Id: I78c9f131fa2a46b1e0bfecb124e2e41e6f67fe3a
|
|
* gnu/packages/emacs-xyz.scm (emacs-gptel-agent): New variable.
Change-Id: Ieb8a776bbbb0b6f8444b376851180f142b472a65
|
|
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.9.9.4.
[inputs]: Update emacs-gptel-test-files to 318c9dda9.
Change-Id: I917db7f80ede7619e00451a59d26e6c025757c91
|
|
Includes fixes for CVE-2025-59375, CVE-2026-4684, CVE-2026-4685,
CVE-2026-4686, CVE-2026-4687, CVE-2026-4688, CVE-2026-4689,
CVE-2026-4690, CVE-2026-4691, CVE-2026-4692, CVE-2026-4693,
CVE-2026-4694, CVE-2026-4695, CVE-2026-4696, CVE-2026-4697,
CVE-2026-4698, CVE-2026-4699, CVE-2026-4700, CVE-2026-4701,
CVE-2026-4702, CVE-2026-4704, CVE-2026-4705, CVE-2026-4706,
CVE-2026-4707, CVE-2026-4708, CVE-2026-4709, CVE-2026-4710,
CVE-2026-4711, CVE-2026-4712, CVE-2026-4713, CVE-2026-4714,
CVE-2026-4715, CVE-2026-4716, CVE-2026-4717, CVE-2026-4718,
CVE-2026-4719, CVE-2026-4720, and CVE-2026-4721.
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update 'gnuzilla-commit' and hashes.
|
|
* emacs-xyz.scm (emacs-doric-themes):
[arguments]: Enable tests. Add #:test-command.
[origin]: Patch failing tests.
Merges guix/guix!7419
Change-Id: Idea6f64557584ecafaec61b62a6c7121cb045322
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-doric-themes): Update to 1.1.0.
Merges guix/guix!7419
Change-Id: I377c6a240d3cb4b705ef47c40e354aa5bc9ba550
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
|
|
Based on earlier work by AMD in <https://gitlab.inria.fr/guix-hpc/guix-hpc>.
* gnu/packages/benchmarks.scm (babelstream-hip): New variable.
Merges guix/guix!7251
Change-Id: I980b1e19385dc5474d82f985da70b0e9bad879fb
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
|
|
Moving these definitions to a separate module is necessary to avoid circular
references at the top-level among package modules.
* gnu/packages/rocm.scm (%default-amd-gpu-targets, current-amd-gpu-targets)
(current-amd-gpu-targets-string): Move to…
* guix/amd-gpu.scm: … here. New file.
* Makefile.am (MODULES): Add it.
Merges guix/guix!7251
Change-Id: I60496fb4d81ea0445ec176add7afc388f6790bd3
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
|
|
Based on earlier work by AMD in <https://gitlab.inria.fr/guix-hpc/guix-hpc>.
* gnu/packages/rocm-apps.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/patches/rochpl-supported-distros.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Merges guix/guix!7251
Change-Id: I1542a423faa854f5dfcb8965c4ffa3ab1e17098d
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
|
|
* gnu/packages/linux.scm (ryzenadj): Format with 'guix style'.
[source]: Download using git-fetch.
[arguments]: Add build-type. Remove phases.
Change-Id: Ifcb12ddec61c3e73a6d055c9b19562b2f02cc294
|
|
* gnu/packages/python-xyz.scm (python-clyent): Delete variable.
Fixes: guix/guix#6576
Change-Id: Ide5181efa667434f6c8b1e47224f84d70e2b7b2a
|
|
* gnu/packages/serialization.scm (capnproto): Update to 1.4.0.
[source]: Switch to git-fetch. Improve style.
Merges guix/guix!7226
Change-Id: I137a78f810682ebbe5d213c453f14c4b2af018ca
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
|
|
Reduces closure size from ~700 downto 291 MiB.
Note that coreutils is required by 'env' program referensed in
'bin/convert_hf_to_gguf.py'.
* gnu/packages/machine-learning.scm (llama-cpp)[arguments]:
Delete #:modules and #:imported-modules.
<#:phases>{patch-paths}: Delete.
{fix-tests}: Delete string substitutions for "tests/CMakeLists.txt"
that do nothing.
{wrap-python-scripts}: Delete.
{fix-python-shebang}: Add.
[inputs]: Delete all inputs except 'ggml and 'openssl; add 'coreutils.
[native-inputs]: Replace with 'python and 'python-jinja2 inputs.
[propatated-inputs]: Delete.
Merges guix/guix!7396
Change-Id: I64229d6cfa096e32926672bed55125f22c9ca7eb
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Modified-by: Cayetano Santos <csantosb@inventati.org>
|
|
* gnu/packages/ocaml.scm (ocaml-uunf)[native-inputs]: Remove
unicode-blocks, add ucd.
[arguments]: Adjust the 'check-data phase for change of inputs.
Change-Id: Ie9c386ed44304e764b698f95f182367c2e538731
|
|
* gnu/packages/fontutils.scm (fntsample)[inputs]: Remove unicode-blocks,
add ucd.
[arguments]: Adjust configure-flags to change of inputs.
Change-Id: Icf85011b662b2846320bc916ac3bf68734386784
|
|
Potential fixes for CVE-2026-25749, CVE-2026-26269, CVE-2026-28417,
CVE-2026-28418, CVE-2026-28419, CVE-2026-28420, CVE-2026-28421,
CVE-2026-28422
* gnu/packages/vim.scm (vim): Update to 9.2.0232.
[arguments]: <#:phases>: Adjust 'patch-absolute-paths to patch shebangs
in updated test file. Adjust 'skip-or-fix-failing-tests for new failing
test.
Change-Id: I158af9024a8b226f1def5863e7c2be5f3ae7d30b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/wm.scm (quickshell)[native-inputs]: Remove redundant
gcc-14.
Change-Id: Icd86daf2177769208a1fa82a99a359d3757d92d5
|
|
* gnu/packages/pdf.scm (capypdf)[native-inputs]: Remove gcc-14.
Change-Id: Ie48f4d4fbbfa956b877ac49a8ff109f2e86a0392
|
|
* gnu/packages/machine-learning.scm (tvm)[native-inputs]: Remove
redundant gcc-14.
Change-Id: Ib9e20b7430289b40565acd91e2a863aeacea8858
|
|
* gnu/packages/machine-learning.scm (xnnpack)[native-inputs]: Remove
redundant gcc-14.
Change-Id: I425c380396543a52ba3f46c4a2e19807b28bee8b
|