aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/lightdm-vncserver-check.patch
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-22 13:44:56 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-22 13:54:46 +0100
commitab9f9b582e510e3d1133ec29242e70fca1d2997a (patch)
tree89915fe2912bb79fbdd2cfebf3541a93849745b1 /gnu/packages/patches/lightdm-vncserver-check.patch
parent196e1f9025bcef72948ad365ed8853e3ecfe644e (diff)
downloadguix-ab9f9b582e510e3d1133ec29242e70fca1d2997a.tar.gz
guix-ab9f9b582e510e3d1133ec29242e70fca1d2997a.zip
gnu: r-sesamedata: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-sesamedata): Update to 1.20.0. Change-Id: Idc8ff7679495ede0dd037ef393300c7fe4787610
Diffstat (limited to 'gnu/packages/patches/lightdm-vncserver-check.patch')
0 files changed, 0 insertions, 0 deletions
.Previously, code would be compiled with '-std=c++11', leading to compilation errors in VNL: vnl_bignum.cxx:738:37: error: ‘numeric_limits’ is not a member of ‘std’ * gnu/packages/image-processing.scm (insight-toolkit)[arguments]: Pass "-DCMAKE_CXX_STANDARD=17". Ludovic Courtès 2023-06-24gnu: Add ansilove....* gnu/packages/image-processing.scm (ansilove): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Cairn 2023-06-24gnu: Add libansilove....* gnu/packages/image-processing.scm (libansilove): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Cairn 2023-06-14gnu: opencv: Fix building on riscv64-linux....* gnu/packages/image-processing.scm (opencv)[arguments]: Adjust the custom 'disable-broken-tests phase to adjust or skip some tests when building for riscv64-linux. Efraim Flashner 2023-06-12gnu: vtk: Fix building on riscv64-linux....* gnu/packages/image-processing.scm (vtk)[arguments]: Adjust configure-flags when building for riscv64-linux to link with '-latomic'. Efraim Flashner 2023-06-09gnu: opencv: Fix building on aarch64....* gnu/packages/image-processing.scm (opencv)[arguments]: When building for aarch64 adjust the 'disable-broken-tests phase to make the test suite pass. Efraim Flashner 2023-05-28gnu: paraview: Update to 5.11.1....* gnu/packages/image-processing.scm (paraview): Update to 5.11.1. [source]: Unbundle nlohmannjson. [arguments]<#:configure-flags>: Add “-DVTK_MODULE_USE_EXTERNAL_VTK_nlohmannjson=ON”. [inputs]: Add nlohmann-json. Liliana Marie Prikler 2023-05-28gnu: Remove paraview-5.9....* gnu/packages/image-processing.scm (paraview-5.9): Delete variable. Liliana Marie Prikler 2023-05-14gnu: Rename json-modern-cxx to nlohmann-json....* gnu/packages/cpp.scm (nlohmann-json): New variable. (json-modern-cxx): Mark as deprecated alias. (xtl, jsonnet)[inputs]: Use nlohmann-json. * gnu/packages/build-tools.scm (bear)[inputs]: Likewise. * gnu/packages/cybersecurity.scm (blacksmith)[inputs]: Likewise. * gnu/packages/databases.scm (sqlitebrowser)[inputs]: Adjust comment. * gnu/packages/games.scm (openrct2)[inputs]: Use nlohmann-json. * gnu/packages/graphics.scm (f3d)[native-inputs]: Likewise. * gnu/packages/hardware.scm (openrgb)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/image-processing.scm (paraview)[inputs]: Adjust comment. * gnu/packages/irods.scm (irods, irods-client-icommands)[inputs]: Use nlohmann-json. * gnu/packages/jupyter.scm (xeus)[inputs]: Likewise. * gnu/packages/messaging.scm (mtxclient, nheko)[inputs]: Likewise. * gnu/packages/text-editors.scm (jucipp)[inputs]: Likewise. * gnu/packages/video.scm (mktoolnix)[inputs]: Likewise. * gnu/packages/xdisorg.scm (nwg-launchers)[inputs]: Likewise. Liliana Marie Prikler 2023-04-23gnu: OpenColorIO: Fix build with GCC 11....* gnu/packages/patches/opencolorio-fix-build-with-gcc11.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image-processing.scm (opencolorio)[source]: Use it. Leo Famulari 2023-04-14Merge branch 'master' into core-updates....Conflicts: gnu/local.mk gnu/packages/build-tools.scm gnu/packages/certs.scm gnu/packages/check.scm gnu/packages/compression.scm gnu/packages/cups.scm gnu/packages/fontutils.scm gnu/packages/gnuzilla.scm gnu/packages/guile.scm gnu/packages/ibus.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/music.scm gnu/packages/nss.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/qt.scm gnu/packages/ruby.scm gnu/packages/shells.scm gnu/packages/tex.scm gnu/packages/video.scm gnu/packages/vulkan.scm gnu/packages/web.scm gnu/packages/webkit.scm gnu/packages/wm.scm Maxim Cournoyer 2023-03-27gnu: vtk: Don't pin to proj-7....* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj-7 by proj. Guillaume Le Vaillant 2023-03-23gnu: opencv: Mention it includes the Python bindings....* gnu/packages/image-processing.scm (opencv) [description]: Mention the Python bindings are included in this package. Maxim Cournoyer 2023-03-22gnu: opencv: Absorb opencv-next....* gnu/packages/image-processing.scm (opencv): Absorb opencv-next, updating package to 4.7.0. [arguments]: Simplify the regexps in the disable-broken-tests phase, to make it easier to understand. Simply remove the removed lined in the do-not-install-3rdparty-file phase, instead of leaving it blank. Maxim Cournoyer 2023-03-22gnu: Add opencv-next....* gnu/packages/image-processing.scm (opencv-next): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Andy Tai 2023-03-21gnu: vtk: Remove reference to GCC....This removes GCC from the closure of VTK, reducing its size by 200 MiB (17%). * gnu/packages/image-processing.scm (vtk)[arguments]: Change to gexps. Add #:phases. (vtk-7)[arguments]: Turn #:configure-flags into a gexp. Ludovic Courtès 2023-03-21gnu: vtk: Enable OpenMP, TBB, and Open MPI support....* gnu/packages/image-processing.scm (vtk)[arguments]: Pass options to enable OpenMP, TBB, and MPI. [inputs]: Add OPENMPI. [propagated-inputs]: Add TBB. Ludovic Courtès 2023-03-16gnu: nip2: Remove input labels....* gnu/packages/image-processing.scm (nip2)[inputs]: Remove labels. Ludovic Courtès