Age | Commit message (Collapse) | Author |
|
This fixes a runtime error of "QUAKE ERROR: Your version of SDL library is
incompatible with me. You need a library version in the line of 2.0.6".
* gnu/packages/games.scm (vkquake)[inputs]: Replace sdl2 with sdl2-2.0.
Change-Id: Iab65796a85a8a8247f565323e5cb1e2c9ae8329e
Reported-by: meaty on #guix
Change-Id: Ifc4d86014a5a9e8e584edbde8057c7929d534303
|
|
* gnu/packages/wm.scm (hyprland): Update to 0.47.0.
[arguments]<#:configure-flags>: New field. Add flag to disable trying to
build hyprpm.
Change-Id: I8a8ff5fd9ff9931322296dadc673ab4ea152520b
|
|
* gnu/packages/freedesktop.scm (hyprland-protocols): Update to 0.6.1.
Change-Id: I895dbb23b3da0deefb7854a30b00ce773fb91cb2
|
|
* gnu/packages/cpp.scm (hyprutils): Update to 0.5.0.
Change-Id: I82c97dea51298ff92a95489d9a1981ac8e5d46a3
|
|
* gnu/packages/xdisorg.scm (aquamarine): Update to 0.7.1.
Change-Id: I2ae4ed9d42db6af28c4ff13cf90234c9bfd3c6b0
|
|
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2)
[arguments] <tests?>: Disable as all of them hang in CI without any
obvious reason.
Change-Id: I90d74254df46d0fb215bae3823e1c1f744156357
|
|
This is a follow-up to 79510f5e6295342f864d21b38869d215ac99a213, adjusting
minetest-server for the minetest -> luanti name change too.
* gnu/packages/minetest.scm (minetest-server)[#:phases]<check>: Set
MINETEST_GAME_PATH.
Adjust server executable path.
Change-Id: I4bcf798dea5dc1c920c2747950e970cb5fbddc3f
|
|
* gnu/packages/web.scm (surfraw): Update to 2.3.0-0.ebb8131.
Change-Id: I5ee1766f78b20281454efcd75feca75ecdad2d4f
Signed-off-by: Cayetano Santos <[email protected]>
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/guile-xyz.scm (guile-dbi)[native-inputs]: Add libltdl.
[propagated-inputs]: Switch to ‘guile-3.0’.
Signed-off-by: Ludovic Courtès <[email protected]>
Change-Id: Icf898034a480fad52e0ebd2c4c1dc928ba2839d2
|
|
* gnu/packages/hunspell.scm (hunspell-dict-pt-pt): New variable.
Change-Id: I68e4bc15af66648d06acd4ca822a9be8484220fe
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/hunspell.scm (hunspell-dict-pt-br): New variable.
Change-Id: I60f81bb664201851544246e8327e2bf8613b07ae
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/figlet.scm (toilet): New variable.
Change-Id: I5288b45e9a5f350dd5682447990493da85fbd7a5
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/machine-learning.scm (python-pytorch-geometric): Update to 2.6.1.
[arguments]<#:phases>: Disable another test.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.20.1.
[native-inputs]: Add pybind11.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
The build fails because the types of function pointers with return type
'__m256' and 'const __m256' (or '__m512' and 'const __m512') are not treated
as compatible by the compiler.
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch)
[arguments]: New field.
[inputs]: Add foxi.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
This also updates the qnnpack-pytorch package.
* gnu/packages/machine-learning.scm (%python-pytorch-version): Set to 2.5.1.
(%python-pytorch-src): Adjust hash accordingly.
(python-pytorch)[arguments]<#:phases>: Add 'remove-fr-trace-script
phase. Adjust 'use-system-libraries phase.
[native-inputs]: Add nlohmann-json. Replace cmake with cmake-minimal.
[inputs]: Remove foxi.
* gnu/packages/patches/python-pytorch-fix-codegen.patch: Adjust patch.
* gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust patch.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/machine-learning.scm (fbgemm): Update to 1.0.0.
[arguments]: Add #:cmake.
* gnu/packages/patches/fbgemm-use-system-libraries.patch: Adjust patch.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/machine-learning.scm (oneapi-dnnl)[source]: Add snippet.
[arguments]<#:configure-flags>: Add "-DDNNL_EXPERIMENTAL_UKERNEL=ON".
[arguments]<#:phases>: Add 'codegen phase.
[native-inputs]: New field to add castxml, clang-17 and python.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/python-xyz.scm (python-sympy): Update to 1.13.3.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Adjust 'check phase.
[native-inputs]: New field to add python-hypothesis, python-pytest,
python-setuptools and python-wheel.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/python-xyz.scm (python-optree): Update to 0.14.0.
[source]: Remove patch.
[arguments]<#:test-flags>: Disable additional failing test.
[native-inputs]: Replace pybind11 with pybind11-2.13 and cmake with
cmake-minimal.
* gnu/packages/patches/python-optree-fix-32-bit.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/python-xyz.scm (pybind11-2.13): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/machine-learning.scm (onnx): Update to 1.17.0.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/serialization.scm (flatbuffers-next): Update to 24.12.23.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/cpp.scm (cpp-httplib): Update to 0.18.5.
[native-inputs] Add curl.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/parallel.scm (cpuinfo): Update to commit ca156f7.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/cpp.scm (asmjit): Update to commit cfc9f81.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/wm.scm (wideriver): New variable.
Change-Id: Iab2a6bd8bd02098105848d240af0271df44b58bf
|
|
* gnu/packages/nvi.scm (nvi)[arguments]<#:make-flags>: Add CFLAGS=-g -O2
-Wno-incompatible-pointer-types -Wno-implicit-function-declaration.
Change-Id: Idb0b26dc29f90cd84aff5ac4da8b8aef5e0c1299
|
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250115.
Change-Id: I567962854682007c0db43e949fa451046b52bdba
|
|
* gnu/packages/python-science.scm (python-pods): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I758d7a45e8e7baf436abe3c0b2ad92241c0bab48
|
|
* gnu/packages/mail.scm (mu): Update to 1.12.8.
Change-Id: I763db6935e53bd7573f00443656a3f37a930deed
|
|
As seen in <https://ci.guix.gnu.org/build/8739612/log/raw>, 2 tests
failed on i686-linux, where all passed on x86_64-linux. These changes
skip some tests on non 64bit architectures.
* gnu/packages/golang-xyz.scm (go-github-com-zclconf-go-cty) [arguments]
<test-flags>: Conditionally skip some tests on non 64bit architectures.
Change-Id: Ib9c50f297744d0fe4b6f40811fdeeeb2d22a361d
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 286.
|
|
Arachne README.md states that this code is not maintained anymore, and advices
to replace it by nextpnr.
* gnu/packages/fpga.scm (arachne-pnr): Delete variable.
Change-Id: I86a42633de96af04499106aabca43bfab4b35f24
|
|
* gnu/packages/file-systems.scm (snapper): Update to 0.12.1.
[#:phases]<relative-file-locations>: Update to patch more files.
Change-Id: I6ee16a4fca78a26a7c41e29f53c22ac51912e095
|
|
* gnu/packages/fpga.scm (abc): Update to 0.0-4.d5e1a5d.
Change-Id: I99caeed3cac17af830ce3fe38689ee6fad7e8074
|
|
* gnu/packages/admin.scm (dhcpcd): Update to 10.1.0.
Change-Id: Id99145aa94f25c7920bdee798c70daff915214db
|
|
* gnu/packages/admin.scm (dhcpcd): new procedure.
Change-Id: I963b7b32dd4c5aaf40371e310bb96fa20e51504d
Signed-off-by: Zheng Junjie <[email protected]>
|
|
gnu/packages/java.scm (libantlr3c)[arguments]: Use G-Expression.
Change-Id: If280b345a9c86ddccb0614a124ff8b2215b8648c
|
|
* gnu/packages/java.scm (libantlr3c)[arguments]#<configure-flags>: When
target riscv64, Add --disable-abiflags.
Change-Id: I9e53575134630015e332e27a0286c1f58f072804
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.177.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: I995d06356a4939b947316f8c90d3e21cba9a78e1
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.127.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I8ad723c7a133b771c5c59d00615271ec6aadd704
|
|
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.74.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: Ifcbc164fdcb177e6e9e83299f95a29482b8287a9
|
|
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.11.
(linux-libre-6.12-pristine-source): Update hash.
Change-Id: Ia3ef093f90182d818c9605f0c75e2244a28e8ab1
|
|
* gnu/packages/emacs-xyz.scm (emacs-jsdoc): Use proper version tag.
Change-Id: I20df314d2508eb264bd826af4ddcbc6163d884bc
|
|
* gnu/packages/emacs-xyz.scm (emacs-logview): Fix typo in version.
[propagated-inputs]: Add emacs-compat.
Change-Id: I42b6bd62ad78103f6c1c0e2e9152d95e32664bdb
|
|
* gnu/packages/emacs-xyz.scm (emacs-beframe): Fix hash, which wasn’t properly
updated during last version bump.
Change-Id: I275596235b37a8733e668f0c07dcf3706c343604
|
|
* gnu/packages/emacs-xyz.scm (emacs-visual-replace): Update to 1.2-1.17d693f.
[native-inputs]: Add emacs-turtles.
[arguments]: Simplify `install-info' phase to avoid relying on git and Sphinx.
[propagated-inputs]: Remove python-sphinx.
Change-Id: I0bc84e7e38b3fa52ba226cde6630fb37558d5ce8
|
|
* gnu/packages/emacs-xyz.scm (emacs-turtles): New variable.
Change-Id: Ia7fc70d240afbe2eeb8909a88e30caac6f4fe14f
|
|
Change-Id: I3672a7dc248a41b1a83e4c488523f62cf1806710
|