aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2024-06-18gnu: emacs-denote: Update to 2.3.5....* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 2.3.5. Change-Id: Ie316235ea36c332fb6adecc912d77026dc08e387 Nicolas Goaziou
2024-06-18gnu: emacs-cider: Update to 1.15.0....* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.15.0. Change-Id: I5f8d72056235d72f0fbad1e662a203d31dbcf0a8 Nicolas Goaziou
2024-06-18gnu: emacs-helm: Update to 3.9.9....* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.9. Change-Id: Ib75950d82ca63a80eb54824cf21553bf87f75bfc Nicolas Goaziou
2024-06-18gnu: emacs-noman: Update to 0.6....* gnu/packages/emacs-xyz.scm (emacs-noman): Update to 0.6. Change-Id: Ie8f00dab80397ba88a20cca3172a6085cb8aaa8e Nicolas Goaziou
2024-06-18gnu: emacs-org-fc: Update to 0.6.2....* gnu/packages/emacs-xyz.scm (emacs-org-fc): Update to 0.6.2. Change-Id: I5855631ad3be1b3e241165fb1137dbcd9a4f8038 Nicolas Goaziou
2024-06-18gnu: emacs-corfu: Update to 1.4....* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 1.4. Change-Id: Iac30e79a93dbbc0d5c4e7b494aaf228bb9d26fa4 Nicolas Goaziou
2024-06-18gnu: emacs-auto-compile: Update to 2.0.1....* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.1. Change-Id: Ie5e03b21036e6aca5bd7a5f04de8f512b6a095b0 Nicolas Goaziou
2024-06-18gnu: emacs-prism: Update to 0.3.5....* gnu/packages/emacs-xyz.scm (emacs-prism): Update to 0.3.5. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: I4cb227752028fd40b064346d777a40da92a3874b Nicolas Goaziou
2024-06-18gnu: emacs-geiser: Update to 0.31....* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.31. Change-Id: I2392f0425d842cf45723868484b13acb4f3f5d54 Nicolas Goaziou
2024-06-18gnu: Add emacs-smudge....* gnu/packages/emacs-xyz.scm (emacs-smudge): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I4e61665f3b03c5f4a2be7608b93b9a2a188eadc6 NoƩ Lopez
2024-06-18gnu: vlc: Update to 3.0.21....* gnu/packages/video.scm (vlc): Update to 3.0.21. Change-Id: Ie2f8f232b41962ffe51b236fda15b3fc0ac62570 Signed-off-by: Andreas Enge <andreas@enge.fr> Andy Tai
2024-06-18gnu: python-pytorch-for-r-torch: Adjust to new python-pytorch....* gnu/packages/machine-learning.scm (%python-pytorch-for-r-torch-src): Add patches. (python-pytorch-for-r-torch)[version]: Use %python-pytorch-for-r-torch-version. [source]: Use %python-pytorch-for-r-torch-src. [native-inputs]: Use 'modify-inputs'. [inputs]: Don't replace xnnpack. Replace qnnpack-pytorch with qnnpack-pytorch-for-r-torch and oneapi-dnnl with oneapi-dnnl-for-r-torch. [propagated-inputs]: Don't replace onnx and onnx-optimizer. * gnu/packages/patches/python-pytorch-for-r-torch-fix-codegen: New file. * gnu/packages/patches/python-pytorch-for-r-torch-system-libraries.patch: New file. * gnu/packages/patches/python-pytorch2-system-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Register them. David Elsing
2024-06-18gnu: Add qnnpack-pytorch-for-r-torch....* gnu/packages/machine-learning.scm (%python-pytorch-for-r-torch-version): New variable. (%python-pytorch-for-r-torch-src): New variable. (qnnpack-pytorch-for-r-torch): New variable. David Elsing
2024-06-18gnu: Add oneapi-dnnl-for-r-torch....* gnu/packages/machine-learning.scm (oneapi-dnnl-for-r-torch): New variable. David Elsing
2024-06-18gnu: Add ideep-pytorch-for-r-torch....* gnu/packages/machine-learning.scm (ideep-pytorch-for-r-torch): New variable. David Elsing
2024-06-18gnu: python-torchvision: Update to 0.17.1....* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.17.1. [source]: Add snippet to remove "android" and "ios" directories. David Elsing
2024-06-18gnu: Add python-pytorch-avx....* gnu/packages/machine-learning.scm (python-pytorch-avx): New variable. David Elsing
2024-06-18gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies....Autogenerated files are also regenerated. The tests can be run, but are disabled, as they require a long time. * gnu/packages/machine-learning.scm (python-pytorch): Update to 2.2.1. [version]: Use %python-pytorch-version. [source]: Use %python-pytorch-src. [arguments]: Remove 'make-things-writable phase. Add 'cmake-patches, 'disable-avx-dependencies, 'set-max-jobs, 'codegen1, 'codegen2, 'build2, 'install2 phases. Adjust 'use-system-libraries and 'check phases. [native-inputs]: Add doxygen, ideep-pytorch, pocketfft-cpp, python-expecttest, python-pytest-flakefinder, python-pytest-rerunfailures-13, python-pytest-shard, python-pytest-xdist, python-hypothesis, python-types-dataclasses, python-typing-extensions-4.10 and valgrind. [inputs]: Add asmjit, clog, flatbuffers-next, foxi, fxdiv, libuv, miniz-for-pytorch, qnnpack, qnnpack-pytorch and oneapi-dnnl. Use nnpack, oneapi-dnnl, qnnpack, qnnpack-pytorch and xnnpack only for supported systems. [propagated-inputs]: Add python-filelock, python-fsspec, python-jinja2, python-networkx, python-opt-einsum, python-optree, python-packaging, python-psutil and python-sympy. Remove python-cffi and python-six. Use cpuinfo only for supported systems. (%python-pytorch-src)[source]: Add patches. (python-pytorch2): Remove variable. * gnu/packages/patches/python-pytorch-runpath.patch: Adjust patch. * gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust patch. * gnu/packages/patches/python-pytorch-1.9.0-system-libraries.patch: Remove file. * gnu/packages/patches/python-pytorch-fix-codegen.patch: New file. * gnu/packages/patches/python-pytorch-without-kineto: New file. * gnu/local.mk (dist_patch_DATA): Register them. David Elsing
2024-06-18gnu: Add qnnpack-pytorch....This is an internal fork of QNNPACK in the PyTorch source tree. * gnu/packages/machine-learning.scm (%python-pytorch-version): New variable. (%python-pytorch-src): New variable. (qnnpack-pytorch): New variable. David Elsing
2024-06-18gnu: Remove xnnpack-for-torch2....* gnu/packages/machine-learning.scm (xnnpack-for-torch2): Delete variable. (python-pytorch-for-r-torch)[inputs]: Remove field. * gnu/packages/patches/xnnpack-for-torch2-system-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. David Elsing
2024-06-18gnu: xnnpack: Update to commit 51a9875....The tests which fail to build if building the shared library are removed by a patch. Autogenerated files are removed by a snippet and generated in a separate build phase. * gnu/packages/machine-learning.scm (xnnpack): Update to commit 51a9875. [source]: Add patch for tests. Add snippet to remove autogenerated files. [arguments]: New modules and phase arguments. [inputs]: Add clog and cpuinfo. [native-inputs]: New field. * gnu/packages/patches/xnnpack-remove-broken-tests.patch: Add file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/patches/xnnpack-system-libraries.patch: Update patch. David Elsing
2024-06-18gnu: Add ideep-pytorch....* gnu/packages/machine-learning.scm (ideep-pytorch): New variable. David Elsing
2024-06-18gnu: Add foxi....* gnu/packages/machine-learning.scm (foxi): New variable. * gnu/packages/patches/foxi-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. David Elsing
2024-06-18gnu: Add qnnpack....* gnu/packages/machine-learning.scm (qnnpack): New variable. David Elsing
2024-06-18gnu: Add fbgemm....* gnu/packages/machine-learning.scm (fbgemm): New variable. * gnu/packages/patches/fbgemm-use-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. David Elsing
2024-06-18gnu: Add tensorpipe....* gnu/packages/machine-learning.scm (tensorpipe): New variable. David Elsing
2024-06-18gnu: oneapi-dnnl: Update to 3.3.5....* gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.3.5. [supported-systems]: New field. David Elsing
2024-06-18gnu: nnpack: Update to commit 70a77f4....* gnu/packages/machine-learning.scm (nnpack): Update to commit 70a77f4. [supported-systems]: New field. David Elsing
2024-06-18gnu: clog: Add "-DUSE_SYSTEM_LIBS=ON" configure flag....* gnu/packages/parallel.scm (clog)[arguments]: Add "-DUSE_SYSTEM_LIBS=ON" to #:configure-flags. * gnu/packages/patches/clog-fix-shared-build.patch: Adjust patch. David Elsing
2024-06-18gnu: cpuinfo: Update to commit aa4b216....* gnu/packages/parallel.scm (cpuinfo): Update to commit aa4b216. [arguments]: Set the "-DUSE_SYSTEM_LIBS=ON" configure flag instead of using a patch. [supported-systems]: New field. * gnu/packages/patches/cpuinfo-system-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. David Elsing
2024-06-18gnu: pthreadpool: Update to commit 178e3e0....* gnu/packages/parallel.scm (pthreadpool): Update to commit 178e3e0. David Elsing
2024-06-18gnu: python-flatbuffers-next: Update to 23.5.26....* gnu/packages/serialization.scm (python-flatbuffers-next): Update to 23.5.26. David Elsing
2024-06-18gnu: Remove flatbuffers-next-shared....* gnu/packages/serialization.scm (flatbuffers-next-shared): Delete variable. * gnu/packages/machine-learning.scm (tensorflow-lite)[arguments]: Use flatbuffers-next instead of flatbuffers-next-shared. David Elsing
2024-06-18gnu: Add libnop....* gnu/packages/serialization.scm (libnop): New variable. David Elsing
2024-06-18gnu: Add miniz-for-pytorch....* gnu/packages/compression.scm (miniz-for-pytorch): New variable. * gnu/packages/patches/miniz-for-pytorch.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. David Elsing
2024-06-18gnu: Add miniz....* gnu/packages/compression.scm (miniz): New variable. David Elsing
2024-06-18gnu: Add python-pytest-rerunfailures-13....* gnu/packages/python-check.scm (python-pytest-rerunfailures-13): New variable. David Elsing
2024-06-18gnu: Add python-expecttest....* gnu/packages/python-check.scm (python-expecttest): New variable. David Elsing
2024-06-18gnu: Add python-pytest-shard....* gnu/packages/python-check.scm (python-pytest-shard): New variable. David Elsing
2024-06-18gnu: Add python-pytest-flakefinder....* gnu/packages/python-check.scm (python-pytest-flakefinder): New variable. David Elsing
2024-06-18gnu: Add python-optree....* gnu/packages/python-xyz.scm (python-optree): New variable. * gnu/packages/patches/python-optree-fix-32-bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I37e38ef9da5e7459c8faf2c3494e2e0c0aedbfff David Elsing
2024-06-18gnu: Add python-typing-extensions-4.10....* gnu/packages/python-build.scm (python-typing-extensions-4.10): New variable. David Elsing
2024-06-18gnu: asmjit: Update to commit 3ca5c18....* gnu/packages/cpp.scm (asmjit): Update to commit 3ca5c18. David Elsing
2024-06-18gnu: bitcoin-core: Update to 27.1....* gnu/packages/finance.scm (bitcoin-core): Update to 27.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: Idc6a1c949103904829ed12cc7699d63e5d6d9d37 Michael Ford
2024-06-18gnu: cl-ctype: Update to 0.0.0-3.c514623....* gnu/packages/lisp-xyz.scm (sbcl-ctype): Update to 0.0.0-3.c514623. Change-Id: Ie57ee10342094da4dd5d5a99e00042954ab57060 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles
2024-06-18gnu: cl-triads: Update to 0.0.1....* gnu/packages/lisp-xyz.scm (sbcl-triads)[source, home-page]: Update URL. [inputs]: Add sbcl-charje.loop and sbcl-command-line-args. Change-Id: I9a6d1d484920c9c76e2f9d74142ecdc82d31dfde Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles
2024-06-18gnu: rmlint: Use default scons....* gnu/packages/disk.scm (rmlint): Use default scons. Change-Id: I84f66876f8acaee719f657ca85693bc23a8d0c4d Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves
2024-06-18Merge branch 'lisp-team'...Change-Id: Ia9a07fff02b01b3470f7abe28bc05a0fd8737416 Guillaume Le Vaillant
2024-06-18gnu: Add r-mcmcglmm....* gnu/packages/cran.scm (r-mcmcglmm): New variable. Change-Id: I1ea9b743af9c9f2a13a5998baa732fa9783766a1 Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Afkhami, Navid
2024-06-18gnu: Add r-scent....* gnu/packages/bioinformatics.scm (r-scent): New variable. Change-Id: Ie517c0619683590f630013982e831fad528c1dea Afkhami, Navid