gnu: Add gklib.
* gnu/packages/maths.scm (gklib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add suitesparse-ccolamd.
* gnu/packages/maths.scm (suitesparse-ccolamd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add suitesparse-colamd.
* gnu/packages/maths.scm (suitesparse-colamd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add suitesparse-camd.
* gnu/packages/maths.scm (suitesparse-camd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add suitesparse-btf.
* gnu/packages/maths.scm (suitesparse-btf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add suitesparse-amd.
* gnu/packages/maths.scm (suitesparse-amd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add suitesparse-config.
The suitesparse-source variable contains the entire SuiteSparse source code,
which is used for all subpackages.
* gnu/packages/maths.scm (suitesparse-version, suitesparse-source,
suitesparse-config): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: suitesparse: Tweak description.
* gnu/packages/maths.scm (suitesparse)[description]: Mention that all
subpackages are included.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add vendor-reset-linux-module.
* gnu/packages/linux.scm (vendor-reset-linux-module): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: matterbridge: Update to 1.26.0
* gnu/packages/messaging.scm (matterbridge): Update to 1.26.0
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: Add python-mapie.
* gnu/packages/statistics.scm (python-mapie): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
system: Modify bash skeleton to colorize 'ip' output.
* gnu/system/shadow.scm (%default-bashrc): Add an alias for 'ip' that enables
output colorization.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: r-biomvrcns: Patch R constants.
* gnu/packages/bioconductor.scm (r-biomvrcns)[arguments]: Add phase
'patch-constants.
services: hurd-vm: Leave root password uninitialized when offloading.
Starting with 953c65ffdd43c02c934518fb7a1c68542584b223, offloading to
the Hurd VM would be enabled by default. However, ‘root’ had an empty
password so any user on the host could connect to the VM over VNC, log
in as root, and potentially populate the host’s store from there. This
change fixes that.
* gnu/services/virtualization.scm (operating-system-with-locked-root-account):
New procedure.
(hurd-vm-disk-image)[transform]: Add
‘operating-system-with-locked-root-account’ when offloading.
tests: childhurd: Test SSH connection with a non-root user.
* gnu/tests/virtualization.scm (%childhurd-os): Remove ‘services’ and
add ‘users’ to the GNU/Hurd ‘operating-system’ declaration.
(run-childhurd-test)[run-command-over-ssh]: Log in as “test” instead of
“root”.
services: mcron: Hide ‘mkdir-p’ from (shepherd support).
This a avoids a Guile warning about the name collision with (guix build
utils). The warning was introduced by commit
e0e85f2b2396c69d078caad9bd8e1a0fddf33a4a.
* gnu/services/mcron.scm (mcron-shepherd-services): Hide ‘mkdir-p’.
gnu: prosody: Update to 0.12.4.
* gnu/packages/messaging.scm (prosody): Update to 0.12.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: go-ipfs: Update to 0.14.0.
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.14.0.
[source]: Change "go-ipfs" to "kubo" in the source link.
[arguments]: Rename "go-ipfs" to "kubo".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>