gnu: cl-nkeymaps: Update to 1.1.1.
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Id02e612c03ceefb4ce6532f569c73f58a50c9777
gnu: txr: Update to 292.
* gnu/packages/lisp.scm (txr): Update to 292.
Change-Id: I7fb2e2c5ea40954d45eb80d36fb0db4f6f45c4c7
gnu: libclc: Update to 15.0.7.
* gnu/packages/llvm.scm (libclc): Update to 15.0.7.
[source]: Use the llvm-monorepo.
[arguments]: Remove configure-flag for python, add one for llvm-spirv.
Add a phase to skip 2 tests. Remove trailing #t from phases.
[propagated-inputs]: Add spirv-llvm-translator, spirv-tools.
[native-inputs]: Replace clang-9 with 15, llvm-9 with 15.
[properties]: Add release-monitoring-url.
Change-Id: I06e2e7be0dc5733a2cc17429928b1761ab987906
gnu: Add spirv-llvm-translator.
* gnu/packages/vulkan.scm (spirv-llvm-translator): New variable.
Change-Id: I9e447b7d69c7fdf620854362ca8aa98a2dfa1c87
gnu: Add plasp.
* gnu/packages/patches/plasp-fix-normalization.patch: New file.
* gnu/packages/patches/plasp-include-iostream.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them here.
* gnu/packages/potassoc.scm (plasp): New variable.
Change-Id: I0d8d64153b180a7d1d8d81888f843458efdf5e51
gnu: Add mapbox-variant.
* gnu/packages/cpp.scm (mapbox-variant): New variable.
Change-Id: Id84b35d97d73fcf1c116ddca844bc75ada627b55
gnu: guix: Update to 1.4.0-15.e0885fcfbb.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-15.e0885fcfbb.
Change-Id: I3a3f1512650389f9cd3edbd47c1aaf4a2410daff
gnu: curl: Skip failing test on the Hurd.
* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd,
also skip test 564.
Change-Id: I265049b70c6255f075a98b1a385d40d9dd84badf
gnu: go-gotest-tools-internal-source: Skip tests with gccgo.
* gnu/packages/golang.scm (go-gotest-tools-internal-source)[arguments]:
When building with gccgo skip the test suite.
Change-Id: Ibe3569d9449321dd13ac7691273644d83f8fb38b
gnu: docker-libnetwork-cmd-proxy: Skip tests on most architectures.
* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy)[arguments]: Skip
the tests unless building on x86_64-linux and not cross-building.
Change-Id: I35028bd728920840370fe641240053baa3a4585f
gnu: guile-next: Update to commit d8df317.
* gnu/packages/guile.scm (guile-next): Update to commit d8df317.
Change-Id: I80efe5221183f694f3e7ff85232dcce136a30ccb
gnu: php: Skip some tests on powerpc-linux.
* gnu/packages/php.scm (php)[arguments]: Adjust the 'prepare-tests phase
to skip some failing tests when building for powerpc-linux.
Change-Id: I6dd496c8b6851a06386049dca6aa0e2273e4029e
gnu: go-netlink: Skip test suite.
* gnu/packages/linux.scm (go-netlink)[arguments]: Disable tests.
Change-Id: Ifd86f8c800583d1feb9ae4f176f6981fe3d275be
Merge branch 'mesa-updates'
Change-Id: I31c26c11dd3a7838a1f70ceb250e54a1574eb580
gnu: php: Add another test to the skip-test list.
* gnu/packages/php.scm (php)[arguments]: Add a test which fails on
multiple architectures to the list skipped by all architectures.
Change-Id: I3c55179381ff4cf3e22db5d3ededf60d2a3d9d73
gnu: php: Combine skipped tests per arch code.
* gnu/packages/php.scm (php)[arguments]: In 'prepare-tests phase combine
the code used for skipping a few tests per architecture into one
grouping.
Change-Id: I275099dcc2b1f003ec48a72b910d4cfd579d9628
gnu: php: Update to 8.2.13.
* gnu/packages/php.scm (php): Update to 8.2.13.
[source]: Remove patch.
[arguments]: Adjust the 'prepare-tests phase to skip fewer tests.
[inputs]: Replace openssl-1.1 with openssl.
* gnu/packages/patches/php-fix-streams-copy-length.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I29892deda457fdbaa6dd5e01515e97583951836d
Merge branch 'master' into mesa-updates
Change-Id: Ide02272218e76dfae6dc9f8748871c8d61704260
gnu: ucsim: Update to 0.8.2.
* gnu/packages/embedded.scm (ucsim): Update to 0.8.2.
Change-Id: Id1a18ef918b28b75311a01f512a3bbfdb545cd41
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>