This fixes
ERROR:daemon/dbus/test-service.c:100: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:100: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
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
Rename slurm and slurm-* to slurm-minimal and slurm-minimal-*. Add new slurm
packages that inherit from slurm-minimal and have the REST API enabled.
* gnu/packages/parallel.scm (make-slurm): New function.
(slurm-minimal, slurm-minimal-23.02, slurm-minimal-22.05, slurm-minimal-21.08,
slurm-minimal-20.11, slurm-minimal-20.02, slurm-minimal-19.05,
slurm-minimal-18.08): New variables.
(slurm, slurm-23.02, slurm-22.05, slurm-21.08, slurm-20.11, slurm-20.02,
slurm-19.05, slurm-18.08): Inherit from slurm-minimal, slurm-minimal-23.02,
slurm-minimal-22.05, slurm-minimal-21.08, slurm-minimal-20.11,
slurm-minimal-20.02, slurm-minimal-19.05 and slurm-minimal-18.08 respectively.
Change-Id: I6410ac385d8876f4b6a908ddb1272172475a87bb
This should work around <https://issues.guix.gnu.org/73181>, resurrecting
offloading to the Hurd.
* gnu/packages/aux-files/guile-launcher.c (no_warnings)[__GNU__]: New
function.
(main)[__GNU__]: Use it to silence libgc warnings.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>.
Change-Id: I8f30732d192ce46144da4a1a081813a104a5f376
* gnu/packages/coq.scm (coq-mathcomp-bigenough) [propagated-inputs]:
Move coq and which from here...
[native-inputs]: ... to here.
Change-Id: I1a57175b69f6b4a5eba308bf60c9e74437563f58
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/coq.scm (coq-mathcomp-bigenough) [arguments]: Use new
style and remove uneeded make flags.
Change-Id: I11a6350a10cedd682cf598ecb8660b63a12aa00d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/base.scm (glibc)[arguments]: When building for the Hurd, in
phase "create-machine-symlink", only create symlink if it is missing.
* gnu/packages/cross-base.scm (cross-libc*)[arguments]: Likewise.
Change-Id: Ib009b7bd301b543b8629382330cca9d963b7a812
* gnu/packages/backup.scm (libarchive/fixed): Do not export variable; it's
used by libarchive as its replacement and need not be exposed to the command
line.
Change-Id: Iad6f0b6badb3fa728a69663f69419505da393c56
* gnu/services/databases.scm (postgresql-configuration)[postgresql]:
Unset default.
(postgresql-service-type): Remove default-value.
(postgresql-service): Revert default to postgresql-10 (rationale: We
can remove this service at the same time than postgresql-10, in
something like 6 months to a year).
* doc/guix.texi: Remove postgresql default reference in documentation.
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
* gnu/packages/virtualization.scm (libx86emu): Fix build.
[arguments]: Add extra "make-x86test" phase to make sure that "x86test" exists
before running the parallel tests.
Change-Id: Iad8d3fca6d4c04f6df9eba88e33e47324f160083