~ruther/guix-local

24a46e95 — Mathieu Laparie 11 months ago
gnu: Add ryzenadj.

* gnu/packages/linux.scm (ryzenadj): New variable.

Change-Id: Ic72610b8c651b51dbd770ffba45a1be809db1dbf
gnu: sbcl-trivial-package-locks: Remove unused input.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-package-locks)[native-inputs]:
Remove sbcl-alexandria.

Change-Id: I32d15334e97c1d7b6be2acad920a70924eecc45d
gnu: Add cl-salmagundi.

* gnu/packages/lisp-xyz.scm (cl-salmagundi, ecl-salmagundi, clasp-salmagundi, sbcl-salmagundi): New variables.

Change-Id: Ice7a6b49ce40eafdab72699de6bfd303d17eddfc
gnu: Add cl-trivial-package-locks.

* gnu/packages/lisp-xyz.scm (cl-trivial-package-locks, ecl-trivial-package-locks, clasp-trivial-package-locks, sbcl-trivial-package-locks): New variables.

Change-Id: I9c39141e69889f9463f2ef1e67f69f998550fb6b
b12844f5 — Ludovic Courtès 11 months ago
services: cuirass: Increase default polling interval to 5mn.

* gnu/services/cuirass.scm (<cuirass-configuration>)[interval]: Change to 300.
* doc/guix.texi (Continuous Integration): Update accordingly and explain where
it is used.

Change-Id: I30e38ffe0d75cd1f5857b422b4fa5d05dd47a7e5
etc: guix-daemon.service.in: Mitigate mount race condition

This mitigates a race condition described in #576. The 'Type=exec'
option ensures that systemd only starts follow-up units after the
guix-daemon binary has started. By then, the mount points are collected
in a private namespace and will not be affected. Without this option,
'gnu-store.mount' could win the race and remount everything read-only
before guix-daemon has acquired a read-write view.

Fixes #2270

* etc/guix-daemon.service.in: Mitigate mount race condition

Change-Id: I5d28ebc38b0c10e6d2aa8e65353757ef13d5bad3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
bf4bb576 — Ludovic Courtès 11 months ago
gnu: guix: Update to 06f79dc.

* gnu/packages/package-management.scm (guix): Update to 06f79dc.

Change-Id: I702e491932dbb2fd712348abcc522c9e16004dc6
b768eefa — Luca Cirrottola 11 months ago
gnu: scorep-openmpi: Update to 9.0.

* gnu/packages/mpi.scm (make-scorep): Update to 9.0.
[source]: Update URI.
[inputs]: Add cubew, gotcha, libbfd, libiberty.
[native-inputs]: Remove cube.
[arguments]<#:configure-flags>: Adapt.
Change-Id: I832bb5092091080b5544e51c60ca8e3bc27beb12
Signed-off-by: Andreas Enge <andreas@enge.fr>
a0fc8ae8 — Ashish SHUKLA 11 months ago
gnu: fastfetch: Update to 2.51.1.

* gnu/packages/admin.scm (fastfetch): Update to 2.51.1.
[arguments]: Remove phases.

Change-Id: I7dbd09c6ef800fe6410c60cc318b616a8ce55d8f
Signed-off-by: Andreas Enge <andreas@enge.fr>
603b6526 — Andy Tai 11 months ago
gnu: tensorflow-lite: Enable xnnpack dependency.

* gnu/packages/machine-learning.scm (tensorflow-lite)[inputs]: Add xnnpack.
[arguments]<#:tests>: Enable tests.
[arguments]<#:configure-flags>: Add flags to enable xnnpack.

Change-Id: I434d209fe3db4c8944bf07217a472d8545f96ee0
Signed-off-by: Andreas Enge <andreas@enge.fr>
ae3e4b9d — Andreas Enge 11 months ago
gnu: trinityrnaseq: Update to 2.15.2.

* gnu/packages/bioinformatics.scm (trinityrnaseq): Update to 2.15.2.

Change-Id: I3b0e6d71816db52b533b4f48757e180c1ca0af4b
7031794a — Cayetano Santos 11 months ago
gnu: fftgen: Update home-page.

* gnu/packages/fpga.scm (fftgen): Switch home-page.

Change-Id: I0d8ff0b078462ddf7c859bd62d116c65b5f2c69b
Signed-off-by: Andreas Enge <andreas@enge.fr>
06f79dc2 — Liliana Marie Prikler 11 months ago
gnu: gimp-2: Fix build.

* gnu/packages/patches/gimp-fix-metadata-editor.patch: New file.
* gnu/packages/patches/gimp-fix-tiff-load.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them here.
* gnu/packages/gimp.scm (gimp-2) [source] <patches>: Apply them.

Fixes: #1676
Change-Id: I6524d7e4f90f56d75f69a3b65e0ee6627924258c
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
7527222a — Maxim Cournoyer 11 months ago
gnu: qtbase: Fix tst_qthread for all platforms.

Rediscovered on x86_64... (see
<https://bugreports.qt.io/browse/QTBUG-139617>).

* gnu/packages/qt.scm (qtbase) [source]: Add qtbase-fix-thread-test.patch.
[#:phases] {patch-aarch64-tests}: Delete.

Change-Id: I1e77b5cd5f649138590fbe5b92f85c207a239254
450e33b0 — Yelninei 11 months ago
gnu: util-linux: Use system-hurd? to distinguish hurd-systems.

* gnu/packages/linux.scm (util-linux): Use system-hurd? when skipping tests.

Change-Id: Ic6f7fe4b5e8918a6b30bc00b8272e8e7bd7c3f43
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: xf86-input-keyboard: Use %hurd-systems.

* gnu/packages/xorg.scm (xf86-input-keyboard): Use %hurd-systems as supported-systems.

Change-Id: I7a3e41ecf6d89fe6d451dd2253b26a38e4eca0c2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3d55f5c6 — Cayetano Santos 11 months ago
gnu: verilator: Improve style.

* gnu/packages/fpga.scm (verilator)[arguments]: Use G-Expressions.

Change-Id: I3c04b4a632baaa8f2ff2f79354954fccafbbfd4a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3282a001 — Cayetano Santos 11 months ago
gnu: hdlmake: Update home-page.

* gnu/packages/fpga.scm (hdlmake): Switch home-page.

Change-Id: I7b2a11ba5bcfd345eab99d8906cca6152b14753c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
481a62fe — Cayetano Santos 11 months ago
gnu: libsigrok: Improve style.

* gnu/packages/electronics.scm (libsigrok)[arguments]: Use
G-Expressions.

Change-Id: I6ba9cbf71142577be62187e09fee4d0f89b79ba9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
44a5f936 — Cayetano Santos 11 months ago
gnu: libsigrokdecode: Improve style.

* gnu/packages/electronics.scm (libsigrokdecode)[arguments]: Use G-Expressions.

Change-Id: I6f8eb96d7b8ca196932d18bcb4fbccf96a758b7d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next