aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-07gnu: kmime: Disable testFancyFormat test....Fixes <issues.guix.gnu.org/73067> * gnu/packages/kde-pim.scm (kmime)[arguments]: Disable testFancyFormat test. Change-Id: Id1b459832a6a0b2d7636855774a1ffaadb1aacba Zheng Junjie
2024-09-06gnu: qcoro-qt6: Adjust synopsis....* gnu/packages/qt.scm (qcoro-qt6)[synopsis]: Adjust it. Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Zheng Junjie
2024-09-06gnu: qcoro-qt: Build with -fPIC...* 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> Doğan Çeçen
2024-09-06gnu: kwin: Disable failing test on aarch64....* gnu/packages/kde-plasma.scm (kwin)[arguments]: Disable failing test on aarch64. Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Roman Scherer
2024-09-06gnu: nano: Update to 8.2....* gnu/packages/text-editors.scm (nano): Update to 8.2. Change-Id: I72d3ead40cc5cabf52931567195d6bafd3e86d6e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai
2024-09-06gnu: flatpak: Update to 1.14.10 [security fixes]....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 Zheng Junjie
2024-09-06gnu: bubblewrap: Update to 0.10.0....* 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 Zheng Junjie
2024-09-06gnu: xournalpp: Show icons....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 Nicolas Goaziou
2024-09-06activation: Fix TOCTTOU in mkdir-p/perms....Fixes <https://issues.guix.gnu.org/47584>. I removed the 'Based upon mkdir-p from (guix build utils)' comment because it's quite a bit different now. * gnu/build/activation.scm (verify-not-symbolic): Delete. (mkdir-p/perms): Rewrite in terms of 'openat'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Id2f5bcbb903283afd45f6109190210d02eb383c7 Maxime Devos
2024-09-06gnu: python-pytorch-lightning: Update to commit 2064887....* 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. David Elsing
2024-09-06gnu: python-torchmetrics: Update to 1.4.1....* 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. David Elsing
2024-09-06gnu: python-lightning-utilities: Update to 0.11.6....* gnu/packages/machine-learning.scm (python-lightning-utilities): Update to 0.11.6. [source] Adjust URI. [build-system]: Move to pyproject-build-system. David Elsing
2024-09-06gnu: python-torchvision: Update to 0.19.0....* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.19.0. [arguments]: Add 'setenv' phase for finding libjpeg-turbo. [inputs]: Add ffmpeg. David Elsing
2024-09-06gnu: python-pytorch: Update to 2.4.0....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. David Elsing
2024-09-06gnu: cpp-httplib: Update to 0.16.0....* gnu/packages/cpp.scm (cpp-httplib): Update to 0.16.0. David Elsing
2024-09-06gnu: gloo: Update to commit 81925d1....* gnu/packages/machine-learning.scm (gloo): Update to commit 81925d1. [arguments]: Add -DCMAKE_CXX_STANDARD=17 to #:configure-flags. [supported-systems]: New field. David Elsing
2024-09-06gnu: onnx-optimizer: Update to 0.3.19....* 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> David Elsing
2024-09-06gnu: onnx: Update to 1.16.2....* 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> David Elsing
2024-09-06gnu: Remove onnx-for-torch2....* gnu/packages/machine-learning.scm (onnx-for-torch2): Delete variable. David Elsing
2024-09-06gnu: Remove onnx-optimizer-for-torch2....* gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): Delete variable. David Elsing
2024-09-06gnu: Add python-parameterized-next....* gnu/packages/check.scm (python-parameterized-next): New variable. David Elsing
2024-09-06gnu: python-nbval: Update to 0.11.0....* 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. David Elsing
2024-09-06gnu: Add xnnpack-for-r-torch....* gnu/packages/machine-learning.scm (xnnpack-for-r-torch): New variable. (xnnpack)[inputs]: Use xnnpack-for-r-torch instead of xnnpack. David Elsing
2024-09-06gnu: xnnpack: Update to commit 08f1489....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. David Elsing
2024-09-06gnu: fbgemm: Update to 0.7.0....* gnu/packages/machine-learning.scm (fbgemm): Update to 0.7.0. David Elsing
2024-09-06gnu: oneapi-dnnl: Update to 3.5.3....* gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.5.3. David Elsing
2024-09-06gnu: nnpack: Depend on python-peachpy only for x86_64....* gnu/packages/machine-learning.scm (nnpack)[native-inputs]: Provide python-peachpy only when 'target-x86-64?'. David Elsing
2024-09-06gnu: cpuinfo: Update to commit 05332fd....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. David Elsing
2024-09-06gnu: pthreadpool: Update to commit 560c60d....* gnu/packages/parallel.scm (pthreadpool): Update to commit 560c60d. David Elsing
2024-09-06gnu: flatbuffers-next: Update to 24.3.25....* gnu/packages/serialization.scm (flatbuffers-next): Update to 24.3.25. David Elsing
2024-09-06gnu: python-optree: Update to 0.11.0....* gnu/packages/python-xyz.scm (python-optree): Update to 0.11.0. [arguments]<#:test-flags>: Disable failing test. David Elsing
2024-09-06gnu: Remove python-typing-extensions-4.10....* 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. David Elsing
2024-09-06gnu: asmjit: Update to commit 062e69c....* gnu/packages/cpp.scm (asmjit): Update to commit 062e69c. David Elsing
2024-09-06guix build: ‘--log-file’ honors the configured substitute URLs....* guix/scripts/build.scm (guix-build): When defining ‘urls’, add ‘substitute-urls’ call. * doc/guix.texi (Additional Build Options): Adjust ‘--log-file’ documentation. Change-Id: I40f0647efe64ba3a63a6379b8da80b0da8910f48 Ludovic Courtès
2024-09-06gnu: dezyne: Update to 2.18.3....* gnu/packages/dezyne.scm (dezyne): Update. [propagated]: Move into... [inputs]: ...this. Change-Id: I2da63e128e8f990a409b36ffaa38e56029740292 Janneke Nieuwenhuizen
2024-09-06Revert "gnu: gsl: Add debug output."...This reverts commit 36e30a33e8c67d15ccfae6e4a4289c193f0759ad, which triggers too many rebuilds (‘gsl’ has 2.9K dependents). Change-Id: Ia0f0968b23dbf8234c69973eaf71d33a2e8c0690 Ludovic Courtès
2024-09-05gnu: gsl: Add debug output....* gnu/packages/maths.scm (gsl)[outputs]: Add "debug". Artyom Bologov
2024-09-05gnu: trealla: Update to 2.55.33....* gnu/packages/prolog.scm (trealla): Update to 2.55.33. Change-Id: I56d95f72211c24ec7442c8d0fed31b3d181c79b3 jgart
2024-09-06gnu: xfce4-screenshooter: Update to 1.11.1....* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.11.1. Change-Id: I99811c51b9af116181f51ba31b17425a8efbec65 宋文武
2024-09-06gnu: xfburn: Update to 0.7.2....* gnu/packages/xfce.scm (xfburn): Update to 0.7.2. Change-Id: Id6c813830692fe2d692e080d045fac5984de578c 宋文武
2024-09-06gnu: xfce4-notifyd: Update to 0.9.6....* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.6. Change-Id: I6a478f9b40d3a4b72100cee0b820e48da14788e9 宋文武
2024-09-06gnu: xfce4-power-manager: Update to 4.18.4....* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.4. Change-Id: Ib28b1edcdb91a7aaedabe439c9d470ed6b8bbfee 宋文武
2024-09-06gnu: thunar: Update to 4.18.11....* gnu/packages/xfce.scm (thunar): Update to 4.18.11. Change-Id: I80189eeef2f4d1278bffef7568e2894866eef3fd 宋文武
2024-09-06gnu: xfce4-settings: Update to 4.18.6....* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.6. Change-Id: I7aa5b4937f7402ac86058eb8d8b9c4366f8eadc8 宋文武
2024-09-06gnu: xfce4-session: Update to 4.18.4....* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.4. Change-Id: I249be00123d32fdadd79b6ac716ea8fe5d98f337 宋文武
2024-09-06gnu: xfce4-whiskermenu-plugin: Update to 2.8.3....* 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 宋文武
2024-09-06gnu: elementary-xfce-icon-theme: Update to 0.19....* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.19. Change-Id: I4cfd6b480806b7e9ec090f5dd1ebe2e1b1ed0f7f 宋文武
2024-09-06gnu: libxfce4ui: Update to 4.18.6....* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.6. Change-Id: If392f88d81f406a3022e1d445b6339922dc0b9fe 宋文武
2024-09-06gnu: libxfce4util: Update to 4.18.2....* gnu/packages/xfce.scm (libxfce4util): Update to 4.18.2. Change-Id: Idbc7bdef940ddc6feff4b60832326ebe779192ba 宋文武
2024-09-05gnu: php: Disable tests relating to BICUBIC interpolation....* gnu/packages/php.scm (php)[arguments]: Delete three tests that are known to fail. Change-Id: Ib684328654c75f37111d252fb0f9fb3356daff9a Signed-off-by: Andreas Enge <andreas@enge.fr> Carlo Zancanaro