1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 06:00:36 +02:00
Commit Graph

72969 Commits

Author SHA1 Message Date
Xinglu Chen
e83fe81be4 gnu: Add ocamlformat.
* gnu/packages/ocaml.scm (ocamlformat): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-08 22:43:24 +02:00
Xinglu Chen
092b65e1aa gnu: Add ocaml-dune-build-info.
* gnu/packages/ocaml.scm (ocaml-dune-build-info): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-08 22:37:34 +02:00
Xinglu Chen
03f05b475b gnu: Add ocaml-fix.
* gnu/packages/ocaml.scm (ocaml-fix): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-08 22:30:56 +02:00
Xinglu Chen
2787bcbd1b gnu: Add ocaml-uuseg.
* gnu/packages/ocaml.scm (ocaml-uuseg): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-08 22:25:59 +02:00
Xinglu Chen
d31434c473 gnu: Add ocaml-uucp.
* gnu/packages/ocaml.scm (ocaml-uucp): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-08 22:24:10 +02:00
Xinglu Chen
882976d444 gnu: Add ocaml-uucd.
* gnu/packages/ocaml.scm (ocaml-uucd): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-08 22:21:23 +02:00
Xinglu Chen
e473fe1056 gnu: ocaml-bisect-ppx: Update to 2.6.1.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.6.1.
[propagated-inputs]: Adjust accordingly.
[arguments]: Remove unnecessary phase; disable tests.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-08 22:20:15 +02:00
Lars-Dominik Braun
e81cf4e79a gnu: darktable: Add compatibility for ROCm.
darktable has a few tools, which can use OpenCL, not just the main
binary. Instead of wrapping it, patch the search path. ROCm also
fails to build OpenCL kernels with just the inline keyword. Apply
upstream fix.

* gnu/packages/photo.scm (darktable) [#:phases]: Add new phases, remove
LD_LIBRARY_PATH from wrap-binary.
2021-08-08 16:47:56 +02:00
Lars-Dominik Braun
339762235d gnu: Add rocm-bandwidth-test.
* gnu/packages/rocm.scm (rocm-bandwidth-test): New variable.
2021-08-08 16:47:56 +02:00
Lars-Dominik Braun
91ce17a532 gnu: Add rocminfo.
* gnu/packages/rocm.scm (rocminfo): New variable.
2021-08-08 16:47:56 +02:00
Lars-Dominik Braun
c0f10a5dd4 gnu: Add rocm-opencl-runtime.
* gnu/packages/rocm.scm (rocm-opencl-runtime): New variable.
* gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch,
gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch,
gnu/packages/patches/rocm-opencl-runtime-4.3-nocltrace.patch,
gnu/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2021-08-08 16:47:56 +02:00
Lars-Dominik Braun
7221722dd5 gnu: Add rocclr.
* gnu/packages/rocm.scm (rocclr): New variable.
2021-08-08 16:47:56 +02:00
Lars-Dominik Braun
a85eff8171 gnu: Add rocr-runtime.
* gnu/packages/rocm.scm (rocr-runtime): New variable.
2021-08-08 16:47:55 +02:00
Lars-Dominik Braun
dc5755c411 gnu: Add roct-thunk-interface.
* gnu/packages/rocm.scm (roct-thunk-interface): New variable.
2021-08-08 16:47:55 +02:00
Lars-Dominik Braun
9c083e7063 gnu: Add rocm-comgr.
* gnu/packages/rocm.scm (rocm-comgr): New variable.
* gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-08-08 16:47:55 +02:00
Lars-Dominik Braun
884334afec gnu: Add rocm-device-libs.
* gnu/packages/rocm.scm (rocm-device-libs): New variable.
2021-08-08 16:47:55 +02:00
Lars-Dominik Braun
c5ee2cf72a gnu: Add llvm-for-rocm.
* gnu/packages/rocm.scm (llvm-for-rocm): New variable.
* gnu/packages/patches/llvm-roc-3.0.0-add_libraries.patch,
gnu/packages/patches/llvm-roc-4.0.0-remove-isystem-usr-include.patch,
gnu/packages/patches/llvm-roc-4.2.0-add_Object.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2021-08-08 16:47:55 +02:00
Lars-Dominik Braun
df90cb1d5c gnu: Add rocm-cmake.
* gnu/packages/rocm.scm (%rocm-version, rocm-cmake): New variables.
2021-08-08 16:47:52 +02:00
Efraim Flashner
a75cc5f463 gnu: gcc-11: Update to 11.2.0.
* gnu/packages/gcc.scm (gcc-11): Update to 11.2.0.
2021-08-08 16:48:27 +03:00
Efraim Flashner
f8b5286d4a gnu: stockfish: Update aarch64-linux build target.
* gnu/packages/games.scm (stockfish)[arguments]: Build for armv8 on
aarch64-linux.
2021-08-08 16:48:27 +03:00
Danny Milosavljevic
3e48d8c481 gnu: svd2rust: Update to 0.19.0.
* gnu/packages/crates-io.scm (svd2rust): Update to 0.19.0.
[arguments]<#:cargo-inputs]: Add rust-anyhow, rust-clap-conf, rust-thiserror.
Remove rust-error-chain.
2021-08-08 14:49:21 +02:00
Danny Milosavljevic
f28128626c gnu: Add rust-clap-conf.
* gnu/packages/crates-io.scm (rust-clap-conf-0.1): New variable.
2021-08-08 14:46:07 +02:00
Danny Milosavljevic
995f740628 gnu: rust-svd-parser: Update home-page.
* gnu/packages/crates-io.scm (rust-svd-parser)[home-page]: Modify.
2021-08-08 14:46:04 +02:00
Danny Milosavljevic
5db89b3510 gnu: rust-svd-parser: Update to 0.10.2.
* gnu/packages/crates-io.scm (rust-svd-parser): Update to 0.10.2.
[arguments]<#:cargo-inputs]: Remove rust-either.  Add rust-once-cell,
rust-rayon, rust-regex.
2021-08-08 14:45:58 +02:00
Efraim Flashner
a88cf96480 gnu: python-networkx: Update to 2.6.2.
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.6.2.
2021-08-08 13:52:38 +03:00
Guillaume Le Vaillant
7334535e9d gnu: fldigi: Update to 4.1.20.
* gnu/packages/radio.scm (fldigi): Update to 4.1.20.
2021-08-08 11:09:33 +02:00
Guillaume Le Vaillant
b0568808ad gnu: txr: Update to 268.
* gnu/packages/lisp.scm (txr): Update to 268.
  [arguments]: Update 'fix-tests' phase.
2021-08-08 11:04:15 +02:00
Efraim Flashner
b138d8b19a gnu: ruby-2.5: Update to 2.5.9.
* gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.9.
[source]: Remove redundant inherited fields.
2021-08-08 11:25:20 +03:00
Efraim Flashner
dc9560028b gnu: ruby-3.0: Update to 3.0.2.
* gnu/packages/ruby.scm (ruby-3.0): Update to 3.0.2.
2021-08-08 11:25:20 +03:00
Efraim Flashner
7fb009b12e gnu: ruby-2.7: Update to 2.7.4.
* gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.4.
[source]: Remove redundant inherited fields.
2021-08-08 11:25:14 +03:00
Leo Famulari
aa816708b2 gnu: MPD: Update to 0.22.10.
* gnu/packages/mpd.scm (mpd): Update to 0.22.10.
2021-07-27 12:34:56 -04:00
Leo Famulari
3832d66cfd gnu: lynx: Update to 2.9.0dev.9 [security fixes].
Fixes <https://lists.nongnu.org/archive/html/lynx-dev/2021-08/msg00000.html>.

* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.9.
2021-07-27 12:34:57 -04:00
Leo Famulari
178cbc30d4 gnu: GPSD: Update to 3.23.
Fixes <https://gitlab.com/gpsd/gpsd/-/issues/144>, "GPSD time will jump
back 1024 weeks at after week=2180 (23-October-2021)".

See also <http://bugs.gnu.org/49815>.

* gnu/packages/gps.scm (gpsd): Update to 3.23.
[arguments]: Set TAR=noop in the 'fix-build' phase.
2021-07-27 12:34:56 -04:00
muradm
29883f1130 services: pam-limits: fix limits.conf location
* gnu/services/base.scm: fix limits.conf location

This fixes #49771

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-07 17:34:23 +02:00
Nicolas Goaziou
ae16fa14d3 gnu: emacs-elfeed-score: Update to 0.7.10.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.10.
2021-08-07 16:42:57 +02:00
Tobias Geerinckx-Rice
dacab2ef4b gnu: dovecot-pigeonhole: Update to 0.5.16.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.16.
2021-08-07 15:26:06 +02:00
Tobias Geerinckx-Rice
eeb38a3a7b gnu: dovecot: Update to 2.3.16.
* gnu/packages/mail.scm (dovecot): Update to 2.3.16.
2021-08-07 15:26:06 +02:00
Nicolas Goaziou
a496afd8fc gnu: Add emacs-valign.
* gnu/packages/emacs-xyz.scm (emacs-valign): New variable.
2021-08-07 11:28:33 +02:00
Nicolas Goaziou
9dce1e2398 gnu: emacs-magit: Update to 3.2.1.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.1.
2021-08-07 09:08:36 +02:00
Nicolas Goaziou
fd45f8b0c3 gnu: emacs-fountain-mode: Update to 3.5.1.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.5.1.
2021-08-07 09:05:30 +02:00
Nicolas Goaziou
f96ba8bd2a gnu: giac: Update to 1.7.0-25.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-25.
2021-08-06 21:06:45 +02:00
Nicolas Goaziou
c314465d74 gnu: emacs-olivetti: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.0.
2021-08-06 21:00:35 +02:00
Nicolas Goaziou
df5096031b gnu: emacs-ebdb: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.7.1.
2021-08-06 20:58:19 +02:00
Leo Prikler
95ead719a3 gnu: komikku: Update to 0.30.0.
* gnu/packages/gnome.scm (komikku): Update to 0.30.0.
[inputs]: Add python-natsort.
2021-08-06 20:26:20 +02:00
Efraim Flashner
c8e2be3b32 gnu: julia-lazyarrays: Update to 0.21.14.
* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.21.14.
2021-08-06 18:30:35 +03:00
Efraim Flashner
8822ee1775 gnu: julia: Update to 1.6.2.
* gnu/packages/julia.scm (julia): Update to 1.6.2.
[arguments]: Add phase to adjust the expected number of precompile
statements. Adjust custom 'disable-broken-tests phase to remove fixed
test.
[native-inputs]: Remove nss-certs.
2021-08-06 16:29:29 +03:00
Raghav Gururajan
1711f52931 gnu: Add slscroll.
* gnu/packages/suckless.scm (slscroll): New variable.
2021-08-06 08:26:57 -04:00
Raghav Gururajan
d26a7a5e4b gnu: Add tabbed.
* gnu/packages/suckless.scm (tabbed): New variable.
2021-08-06 08:26:56 -04:00
Sarah Morgensen
dc151c8fb1 gnu: go-1.16: Update to 1.16.7.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.7.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-06 08:15:02 -04:00
Lars-Dominik Braun
196f171c55 gnu: Add r-datasaurus.
* gnu/packages/statistics.scm (r-datasaurus): New variable.
2021-08-06 09:59:27 +02:00