aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: guile-hoot: Update to 0.5.0.David Thompson2024-09-06
| | | | | | * gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.5.0. Change-Id: I6f205218eb9b2044378ebbda736407a3a85035b1
* gnu: trealla: Update to 2.55.35.jgart2024-09-06
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.55.35. Change-Id: Ibdc23c3f443d55a4e2f8c256531b64a97fc42c2f
* gnu: trealla: Update to 2.55.34.jgart2024-09-06
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.55.34. Change-Id: Ida254b8f5877291cbcf8ac6ccb5e45a2f6d79a7f
* gnu: kmime: Disable testFancyFormat test.Zheng Junjie2024-09-07
| | | | | | | | Fixes <issues.guix.gnu.org/73067> * gnu/packages/kde-pim.scm (kmime)[arguments]: Disable testFancyFormat test. Change-Id: Id1b459832a6a0b2d7636855774a1ffaadb1aacba
* gnu: qcoro-qt6: Adjust synopsis.Zheng Junjie2024-09-06
| | | | | | | * gnu/packages/qt.scm (qcoro-qt6)[synopsis]: Adjust it. Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: qcoro-qt: Build with -fPICDoğan Çeçen2024-09-06
| | | | | | | | * gnu/packages/qt.scm (qcoro-qt5, qcoro-qt6)[arguments]: Adjust configure-flags to add -fPIC to CMAKE_CXX_FLAGS. Change-Id: I5ed2ee18cec120b282863ce6a5f6b6b149059515 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: kwin: Disable failing test on aarch64.Roman Scherer2024-09-06
| | | | | | | | * gnu/packages/kde-plasma.scm (kwin)[arguments]: Disable failing test on aarch64. Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: nano: Update to 8.2.Andy Tai2024-09-06
| | | | | | | * gnu/packages/text-editors.scm (nano): Update to 8.2. Change-Id: I72d3ead40cc5cabf52931567195d6bafd3e86d6e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: flatpak: Update to 1.14.10 [security fixes].Zheng Junjie2024-09-06
| | | | | | | | | | Fixes CVE-2024-42472. Fixes <https://issues.guix.gnu.org/73059>. * gnu/packages/package-management.scm (flatpak): Update to 1.14.10. * gnu/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch: Adjust it. Change-Id: Ia0bd866ee46e8b0cd24d37d14df61cdc22692d4e
* gnu: bubblewrap: Update to 0.10.0.Zheng Junjie2024-09-06
| | | | | | | | | | * gnu/packages/virtualization.scm (bubblewrap): Update to 0.10.0. [source]: Switch to git-fetch. [build-system]: Switch to meson-build-system. [native-inputs]: Add pkg-config. [arguments]: Use G-expressions, Remove trailing #t. Change-Id: Id1b459832a6a0b2d7636855774a1ffaadb1aacba
* gnu: xournalpp: Show icons.Nicolas Goaziou2024-09-06
| | | | | | | | | | Fixes: <https://issues.guix.gnu.org/51968> * gnu/packages/pdf.scm (xournalpp)[arguments]: Add phase to wrap GDK_PIXBUF_MODULE_FILE. [inputs]: Add ADWAITA-ICON-THEME. Change-Id: Ie0e20249462c66f974b2fe1e3156d5fc9cb01b62
* gnu: python-pytorch-lightning: Update to commit 2064887.David Elsing2024-09-06
| | | | | | | | * gnu/packages/machine-learning.scm (python-pytorch-lightning): Update to commit 2064887. [source]: Update URL. [arguments]<#:tests-flags>: Skip additional failing tests. <#:phases>: Adjust 'patch-version-detection' phase.
* gnu: python-torchmetrics: Update to 1.4.1.David Elsing2024-09-06
| | | | | | | | * gnu/packages/machine-learning.scm (python-torchmetrics): Update to 1.4.1. [source]: Switch to GitHub repository. [arguments]: New field. [propagated-inputs]: Add python-lightning-utilities. [home-page]: Update URL.
* gnu: python-lightning-utilities: Update to 0.11.6.David Elsing2024-09-06
| | | | | | | * gnu/packages/machine-learning.scm (python-lightning-utilities): Update to 0.11.6. [source] Adjust URI. [build-system]: Move to pyproject-build-system.
* gnu: python-torchvision: Update to 0.19.0.David Elsing2024-09-06
| | | | | | * gnu/packages/machine-learning.scm (python-torchvision): Update to 0.19.0. [arguments]: Add 'setenv' phase for finding libjpeg-turbo. [inputs]: Add ffmpeg.
* gnu: python-pytorch: Update to 2.4.0.David Elsing2024-09-06
| | | | | | | | | | | | | | | | | | | | | | This also updates the qnnpack-pytorch package. * gnu/packages/machine-learning.scm (%python-pytorch-version): Set to 2.4.0. (%python-pytorch-src): Adjust hash accordingly. [source]: Remove obsolete file deletions in snippet. (python-pytorch)[arguments]<#:phases>: Disable telemetry and set Python install directory. Remove obsolete USE_FFMPEG, USE_OPENCV and USE_PYTORCH_QNNPACK environment variables. [native-inputs]: Remove python-typing-extensions. [inputs]: Add brotli, cpp-httplib and zlib. Remove qnnpack. Use oneapi-dnnl, qnnpack-pytorch and xnnpack for all systems. [propagated-inputs]: Add onnx and python-typing-extensions. Use cpuinfo for all systems. [supported-systems]: New field. (python-pytorch-for-r-torch)[inputs]: Add qnnpack. * gnu/packages/patches/python-pytorch-fix-codegen.patch: Adjust patch. * gnu/packages/patches/python-pytorch-runpath.patch: Adjust patch. * gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust patch. * gnu/packages/patches/python-pytorch-without-kineto.patch: Adjust patch.
* gnu: cpp-httplib: Update to 0.16.0.David Elsing2024-09-06
| | | | * gnu/packages/cpp.scm (cpp-httplib): Update to 0.16.0.
* gnu: gloo: Update to commit 81925d1.David Elsing2024-09-06
| | | | | | * gnu/packages/machine-learning.scm (gloo): Update to commit 81925d1. [arguments]: Add -DCMAKE_CXX_STANDARD=17 to #:configure-flags. [supported-systems]: New field.
* gnu: onnx-optimizer: Update to 0.3.19.David Elsing2024-09-06
| | | | | | | * gnu/packages/machine-learning.scm (onnx-optimizer): Update to 0.3.19. * gnu/packages/patches/onnx-optimizer-system-library.patch: Adjust patch. Co-authored-by: Andy Tai <atai@atai.org>
* gnu: onnx: Update to 1.16.2.David Elsing2024-09-06
| | | | | | | | | | | | | | | | | | * gnu/packages/machine-learning.scm (onnx): Update to 1.16.2. [source]: Remove patch. [build-system]: Move to pyproject-build-system. [arguments]<#:tests?>: Disable for systems where python-nbval is not supported. <#:phases>: Remove 'relax-requirements' phase. Pass "-DONNX_BUILD_TESTS" to CMake depending on tests?. [native-inputs]: Add python-fb-re2 and python-parameterized-next. Remove python-nbval on unsupported systems. * gnu/packages/patches/onnx-shared-libraries.patch: Adjust patch. * gnu/packages/patches/onnx-skip-model-downloads.patch: Adjust patch. * gnu/packages/patches/onnx-use-system-googletest.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Co-authored-by: Andy Tai <atai@atai.org>
* gnu: Remove onnx-for-torch2.David Elsing2024-09-06
| | | | * gnu/packages/machine-learning.scm (onnx-for-torch2): Delete variable.
* gnu: Remove onnx-optimizer-for-torch2.David Elsing2024-09-06
| | | | * gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): Delete variable.
* gnu: Add python-parameterized-next.David Elsing2024-09-06
| | | | * gnu/packages/check.scm (python-parameterized-next): New variable.
* gnu: python-nbval: Update to 0.11.0.David Elsing2024-09-06
| | | | | | | | * gnu/packages/python-check.scm (python-nbval): Update to 0.11.0. [arguments]<#:phases>: Adjust 'check' phase. [native-inputs]: Remove python-pytest. [propagated-inputs]: Add python-coverage and python-pytest. Remove python-six.
* gnu: Add xnnpack-for-r-torch.David Elsing2024-09-06
| | | | | * gnu/packages/machine-learning.scm (xnnpack-for-r-torch): New variable. (xnnpack)[inputs]: Use xnnpack-for-r-torch instead of xnnpack.
* gnu: xnnpack: Update to commit 08f1489.David Elsing2024-09-06
| | | | | | | | | | | | | | | | More tests fail when building the shared library, so they are disabled. The scripts to generate the autogenerated files run all commands at once, so they are converted to Makefiles first. * gnu/packages/machine-learning.scm (xnnpack): Update to commit 08f1489. [source]: Remove patch. Adjust snippet. [arguments]<#:configure-flags>: Add "-DXNNPACK_BUILD_TESTS=OFF". <#:tests?>: Disable tests. <#:phases>: Adjust 'fix-cmake' phase. Convert code generation scripts to Makefiles and run them. Run different missing scripts. * gnu/packages/patches/xnnpack-remove-broken-tests.patch: Remove file. * gnu/packages/patches/xnnpack-system-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: fbgemm: Update to 0.7.0.David Elsing2024-09-06
| | | | * gnu/packages/machine-learning.scm (fbgemm): Update to 0.7.0.
* gnu: oneapi-dnnl: Update to 3.5.3.David Elsing2024-09-06
| | | | * gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.5.3.
* gnu: nnpack: Depend on python-peachpy only for x86_64.David Elsing2024-09-06
| | | | | * gnu/packages/machine-learning.scm (nnpack)[native-inputs]: Provide python-peachpy only when 'target-x86-64?'.
* gnu: cpuinfo: Update to commit 05332fd.David Elsing2024-09-06
| | | | | | | | Also disable tests on aarch64, because they fail in the build container. * gnu/packages/parallel.scm (cpuinfo): Update to commit 05332fd. [arguments]<#:tests?>: Disable on aarch64. [supported-systems]: Remove field.
* gnu: pthreadpool: Update to commit 560c60d.David Elsing2024-09-06
| | | | * gnu/packages/parallel.scm (pthreadpool): Update to commit 560c60d.
* gnu: flatbuffers-next: Update to 24.3.25.David Elsing2024-09-06
| | | | * gnu/packages/serialization.scm (flatbuffers-next): Update to 24.3.25.
* gnu: python-optree: Update to 0.11.0.David Elsing2024-09-06
| | | | | * gnu/packages/python-xyz.scm (python-optree): Update to 0.11.0. [arguments]<#:test-flags>: Disable failing test.
* gnu: Remove python-typing-extensions-4.10.David Elsing2024-09-06
| | | | | | | * gnu/packages/machine-learning.scm (python-typing-extensions-4.10): Delete variable. * gnu/packages/machine-learning.scm (python-pytorch)[native-inputs] Replace python-typing-extensions-4.10 with python-typing-extensions.
* gnu: asmjit: Update to commit 062e69c.David Elsing2024-09-06
| | | | * gnu/packages/cpp.scm (asmjit): Update to commit 062e69c.
* gnu: dezyne: Update to 2.18.3.Janneke Nieuwenhuizen2024-09-06
| | | | | | | | * gnu/packages/dezyne.scm (dezyne): Update. [propagated]: Move into... [inputs]: ...this. Change-Id: I2da63e128e8f990a409b36ffaa38e56029740292
* Revert "gnu: gsl: Add debug output."Ludovic Courtès2024-09-06
| | | | | | | This reverts commit 36e30a33e8c67d15ccfae6e4a4289c193f0759ad, which triggers too many rebuilds (‘gsl’ has 2.9K dependents). Change-Id: Ia0f0968b23dbf8234c69973eaf71d33a2e8c0690
* gnu: gsl: Add debug output.Artyom Bologov2024-09-05
| | | | * gnu/packages/maths.scm (gsl)[outputs]: Add "debug".
* gnu: trealla: Update to 2.55.33.jgart2024-09-05
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.55.33. Change-Id: I56d95f72211c24ec7442c8d0fed31b3d181c79b3
* gnu: xfce4-screenshooter: Update to 1.11.1.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.11.1. Change-Id: I99811c51b9af116181f51ba31b17425a8efbec65
* gnu: xfburn: Update to 0.7.2.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (xfburn): Update to 0.7.2. Change-Id: Id6c813830692fe2d692e080d045fac5984de578c
* gnu: xfce4-notifyd: Update to 0.9.6.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.6. Change-Id: I6a478f9b40d3a4b72100cee0b820e48da14788e9
* gnu: xfce4-power-manager: Update to 4.18.4.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.4. Change-Id: Ib28b1edcdb91a7aaedabe439c9d470ed6b8bbfee
* gnu: thunar: Update to 4.18.11.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.18.11. Change-Id: I80189eeef2f4d1278bffef7568e2894866eef3fd
* gnu: xfce4-settings: Update to 4.18.6.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.6. Change-Id: I7aa5b4937f7402ac86058eb8d8b9c4366f8eadc8
* gnu: xfce4-session: Update to 4.18.4.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (xfce4-session): Update to 4.18.4. Change-Id: I249be00123d32fdadd79b6ac716ea8fe5d98f337
* gnu: xfce4-whiskermenu-plugin: Update to 2.8.3.宋文武2024-09-06
| | | | | | | | * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.8.3. [inputs]: Add accountsservice and gtk-layer-shell. [arguments]: Remove 'fix-shell-script phase. Change-Id: I87fc277c5e32674a505a532ad129c75d24d854a5
* gnu: elementary-xfce-icon-theme: Update to 0.19.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.19. Change-Id: I4cfd6b480806b7e9ec090f5dd1ebe2e1b1ed0f7f
* gnu: libxfce4ui: Update to 4.18.6.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.6. Change-Id: If392f88d81f406a3022e1d445b6339922dc0b9fe
* gnu: libxfce4util: Update to 4.18.2.宋文武2024-09-06
| | | | | | * gnu/packages/xfce.scm (libxfce4util): Update to 4.18.2. Change-Id: Idbc7bdef940ddc6feff4b60832326ebe779192ba