~ruther/guix-local

993fd945 — Spencer King 1 year, 9 months ago
gnu: julia-changesofvariables: Update to 0.1.9.

* gnu/packages/julia-xyz.scm (julia-changesofvariables): Update to 0.1.9.

Change-Id: I5bb8acad2d4ff0f7c66d86b8353e7e1f8698a55a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9a789973 — Spencer King 1 year, 9 months ago
gnu: Add julia-simdtypes.

* gnu/packages/julia-xyz.scm (julia-simdtypes): New variable.

Change-Id: I33f4321abd19b44bc0d04dac45be07624ad55098
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e25b491d — Spencer King 1 year, 9 months ago
gnu: Add julia-terminterface.

* gnu/packages/julia-xyz.scm (julia-terminterface): New variable.

Change-Id: I22ad743410ff9704e3281440120befc857a10660
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
24a27168 — Christoph Buck 1 year, 8 months ago
gnu: isc-dhcp: Fix cross compilation for arm32

* gnu/packages/admin.scm (isc-dhcp): Fix cross compilation for arm32

Change-Id: I52a863d2cb44e81e26de3224a7c5f8c6d2420cc6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8c2e41f7 — Danny Milosavljevic 1 year, 7 months ago
gnu: python-pygpgme: Fix build.

* gnu/packages/gnupg.scm (python-pygpgme)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: Ida614c2ddcf8b7f275496a2e56e35ada0eb7667b
cd018214 — Danny Milosavljevic 1 year, 7 months ago
gnu: perl-pdl: Clarify return value.

* gnu/packages/patches/pdl-2.019-glut-bitmap-fonts.patch: Modify.

Change-Id: Ib32237ddde43cd0c743074372e2fb8cb2693f52e
78c4d00a — Maxim Cournoyer 1 year, 7 months ago
gnu: glibc: Graft with fix for CVE-2024-2961.

* gnu/packages/base.scm (%glibc-patches): New variable.
(glibc) [source]: Use it.
[properties]: Mark CVE-2024-2961 as hidden (resolved).
[replacement]: Add field to graft with...
(glibc/fixed): ... this new package.

Fixes: <https://issues.guix.gnu.org/70581>
Change-Id: I6dd70b0e157283925824348f180c466c2f6387c9
08e0144d — Maxim Cournoyer 1 year, 8 months ago
gnu: openmpi-5: Streamline source and do not install HTML doc.

This reduces the installed package size by 63 MiB.

* gnu/packages/mpi.scm (openmpi-5) [source]: Add modules, snippet fields.

Change-Id: Ie3dc365a2e4e48dc4c385dd447d3c64b7db065ca
65c043ed — Maxim Cournoyer 1 year, 8 months ago
gnu: openpmix: Do not install HTML documentation.

This reduces the package size from 9 MiB to 5 MiB.

* gnu/packages/parallel.scm (openpmix) [source]: Add snippet.

Change-Id: I36e4a1e456225588df96f5eb70ed607505dae493
de94238b — Maxim Cournoyer 1 year, 8 months ago
gnu: openpmix: Fix indentation.

* gnu/packages/parallel.scm (openpmix): Fix indentation.

Change-Id: I05751408847343ac593e666afc5f1efbbef94a79
d818d073 — Maxim Cournoyer 1 year, 8 months ago
gnu: openpmix: Enable Python bindings.

* gnu/packages/parallel.scm (openpmix)
[arguments] <configure-flags>: Add '--enable-python-bindings'.
<phases>: Add set-LDFLAGS phase.
[native-inputs]: Add python-cython.

Change-Id: I6910ed9c3c7b47b3a76085b95b1f251286a48077
dc3b526b — Maxim Cournoyer 1 year, 7 months ago
scripts/substitute: Refine 'updating substitutes' message.

* guix/scripts/substitute.scm (process-query): Attempt to precise the 'update
substitutes' message.

Suggested-by: Tobias Geerinckx-Rice <me@tobias.gr>
Reported-by: Felix Lechner <felix.lechner@lease-up.com>
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I7b3f93f32b73a6a6175a035a09ab51a6e74e384b
0a5b060b — Sharlatan Hellseher 1 year, 7 months ago
gnu: python-pyparted: Update to 3.13.0.

* gnu/packages/disk.scm: Add pyproject.
(python-pyparted): Update to 3.13.0, fix build.
[propagated-inputs]: Remove python-six.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

Change-Id: I1f5e7ff6e49ed4c868f7bb3033a92d27020f4114
5dcf0325 — Sharlatan Hellseher 1 year, 7 months ago
gnu: python-icontract: Add missing input.

* gnu/packages/python-check.scm (python-icontract) [native-inputs]: Add
python-wheel.

Change-Id: Ib4dac8d1a05536e09d80e9d102795f68238bfaef
dbc9d022 — Sharlatan Hellseher 1 year, 7 months ago
gnu: python-vine: Fix build.

* gnu/packages/python-xyz.scm (python-vine)
[arguments]<test-flags>: Skip 4 tests.
[native-inputs]: Remove python-case.

Change-Id: I4e8f359556bd97bf6d21a8ac7b7e4823e21043fb
97cb3321 — Sharlatan Hellseher 1 year, 7 months ago
gnu: python-textdistance: Update to 4.6.3.

* gnu/packages/python-xyz.scm (python-textdistance): Update to
4.6.3. Fix build.
[build-system]: Swap to pyproejct-build-system.
[arguments]<phases>: Remove 'delete-external-test.
[propagated-inputs]: Add python-jellyfish, python-distance,
python-levenshtein, python-pylev, python-pyxdameraulevenshtein, and
python-rapidfuzz.
[native-inputs]: Remove python-hypothesis, python-isort,
python-pytest-runner, and python-tabulate; add python-pytest-xdist,
python-setuptools, and python-wheel.

Change-Id: I4dae8d535897a1444123ea22603079184435bb5f
e8a8c5a1 — Sharlatan Hellseher 1 year, 7 months ago
gnu: Add python-distance.

* gnu/packages/python-xyz.scm (python-distance): New variable.

Change-Id: I0c8d98f39d779fcbcb5ce37bf64db118dfc0b4e4
2605de61 — Sharlatan Hellseher 1 year, 7 months ago
gnu: Add python-pyxdameraulevenshtein.

* gnu/packages/python-xyz.scm (python-pyxdameraulevenshtein): New variable.

Change-Id: I33b3bc5ec63c014fcca8b10623be0f5e0cf1eb91
f96f094d — Sharlatan Hellseher 1 year, 7 months ago
gnu: python-clintest: Update to 0.3.0.

* gnu/packages/potassco.scm (python-clintest): Update to 0.3.0, fix
build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I22bd8019cc1b6f2d1a2c7fe40bfb98ad5679f9f1
6c86ae62 — Sharlatan Hellseher 1 year, 7 months ago
gnu: python-clingox: Fix build, improve style.

* gnu/packages/potassco.scm (python-clingox): Adjust indentation.
[arguments]<test-flags>: Skip 3 tests.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
[description]: Start from a new line.

Change-Id: I0a267df9f23e585ba7619fb8905024cbe17027a8
Next