* gnu/packages/python-xyz.scm (python-pillow-simd)[build-system]: Use
pyproject-build-system.
[arguments]: Disable failing test_sanity test; copy only the 'patch-ldconfig
phase from python-pillow, drop the custom 'check phase.
Change-Id: Ic9a4f76ebcdc7aba21231aecd641930cf5f5b4de
Upstream has retired Java version and 32bit support.
* gnu/packages/lisp.scm (picolisp): Update to 24.9.
(picolisp32): Remove variable.
Change-Id: I6bb3604ed9d48ef5a4b372d8dbc6dd3917295b5f
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Typically, the LANGUAGE has already been set in the run-language-page
step. But for languages like pt, we must know the territory.
* gnu/installer/newt/locale.scm (run-territory-page): Call ‘setenv’ for
the ‘LANGUAGE’ variable.
Change-Id: Ie6308c359e0bdb2d37fac0c844cfd879e96e231a
Because pt_PT and pt_BR have many differences, such as how
the word “file” gets translated, Guix’ pt_BR info manual is
called (guix.pt_BR) instead of (guix.pt).
* gnu/system/install.scm (log-to-info): Try region coded manual
file names.
(%installation-node-names): Add node names for pt_BR and zh_CN.
Change-Id: I89beebd323ee69ca83c22321c9d9e664b32cf6f3
* gnu/packages/audio.scm (qjackctl): Update to 1.0.3.
[inputs]: Replace qtbase-5 with qtbase and qtsvg-5 with qtsvg.
[native-inputs]: Replace qttools-5 with qttools.
Change-Id: Ie36d97b2688419726d5f89ae7a4f3dff84468805
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.1.
[arguments]: Set #:qtbase to qtbase.
[native-inputs]: Replace qttools-5 with qttools.
[inputs]: Replace qtsvg-5 with qtsvg.
Change-Id: I82dd5b65f1a812c989baa752313cd3daeaf0d8bf
* gnu/packages/machine-learning.scm (llama-cpp)[arguments]<#:configure-flags>:
Use new names from the package update.
Change-Id: I14095b5a594efbcfc7abfdd50fd2930fa7878394
This commit ensures that a user-provided --cores argument to guix
build is respected.
* gnu/packages/python-xyz.scm (python-boto3)[arguments]
<#:test-flags>: Replace "auto" numprocesses by parallel-job-count.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit ensures that a user-provided --cores argument to guix
build is respected.
* gnu/packages/python-xyz.scm (python-botocore)[arguments]
<#:test-flags>: Replace "auto" numprocesses by parallel-job-count.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This fixes
ERROR:daemon/dbus/test-service.c💯test_service_setup: assertion failed: (egg_test_wait_until (20000) != FALSE)
ERROR: test-dbus-lock Invalid test number: /secret-lock/service - ERROR:daemon/dbus/test-service.c💯test_service_setup: assertion failed: (egg_test_wait_until (20000) != FALSE)
SKIP:
See <https://ci.guix.gnu.org/build/6491513/details>.
* gnu/packages/gnome.scm (gnome-keyring)[arguments]: Use #:parallel-tests? #f
for all architectures, not just riscv64.
Change-Id: I6a545677f31e960f725dd8d6208bb50e3253e55b
This paragraph is present in the ‘guix environment’ docs. I presume
it clarifies ‘guix shell’ for newcomers as well.
* doc/guix.texi (Invoking guix shell): Take over an introductory
paragraph from ‘guix environment’ and use it for ‘guix shell’.
Change-Id: I06280516ad3436260114b074c5f325e6984e9c76
These changes are cherry picked and squashed from python-team to cover
upcoming updates in pyproject-build-system where setuptools and wheel
are required on build time.
* gnu/packages/astronomy.scm (python-ads, python-asdf-standard,
python-asdf-transform-schemas, python-astrodendro,
python-bayesicfitting, python-casa-formats-io, python-cdflib,
python-cmyt, python-drizzle, python-extinction, python-fitsio,
python-hvpy, python-naima, python-pyavm, python-pyerfa, python-pynbody,
python-pysiaf, python-pysiril, python-pysynphot, python-sgp4,
python-sirilic, python-skyfield, python-soxs, python-spherical-geometry,
python-stsci-image)
[native-inputs]: Add python-setuptools and python-wheel.
(python-jplephem) [inputs]: Remove python-numpy.
[propagated-inputs]: Add python-numpy.
[native-inputs]: Add python-setuptools and python-wheel.
(python-yt): Shift the order of native and propagated inputs, add
missing.
[native-inputs]: Add python-wheel.
(python-yt-astro-analysis): Shift the order of native and propagated
inputs, add missing.
[native-inputs]: Add python-setuptools and python-wheel.
(python-czml3) [native-inputs]: Remove python-astropy; add
python-astropy-minimal, python-setuptools, and python-wheel.
Change-Id: I3e28b2c7b5503741300dc4f15b63ded988570c63