aboutsummaryrefslogtreecommitdiff
path: root/tests/go.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/go.scm')
0 files changed, 0 insertions, 0 deletions
g-tooltip'>* gnu/packages/graphics.scm (lib2geom)[arguments]: When building for ppc64le-linux add a phase to skip a test known to fail upstream. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Marcel van der Boom 2024-09-29gnu: skia: Honor #:tests? argument....* gnu/packages/graphics.scm (skia)[arguments]: Skip 'check phase when #:tests? is false. Change-Id: I529d91cf9cedfe36fa14a2ae514589810054eac8 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Dariqq 2024-09-26gnu: lib2geom: Skip a test on riscv64-linux....* gnu/packages/graphics.scm (lib2geom)[arguments]: When building for riscv64-linux add a phase to skip a test known to fail upstream. Change-Id: Ib328a4b2ed3263f71d6ca846b181eca3e47a3800 Efraim Flashner 2024-09-18gnu: assimp: Update to 5.4.3....* gnu/packages/graphics.scm (assimp): Update to 5.4.3. Change-Id: I56f3d62f2dd29d73a79ee0b1fda5b8a86dfb343c Zheng Junjie 2024-09-12gnu: Add embree-3....Fixes <https://issues.guix.gnu.org/73186>. Followup to commit 31a55a652f8e4856fd66b47377e214b7d20b4f61 which updated embree; libigl needs an older version. * gnu/packages/engineering.scm (embree-3): New variable. * gnu/packages/engineering.scm (libigl)[inputs]: Replace embree with embree-3 Change-Id: I8c1f038b918c8f4411fec7f53703945df6e6008a John Kehayias 2024-09-09gnu: f3d: Update to 2.5.0....* gnu/packages/graphics.scm (f3d): Update to 2.5.0. Change-Id: Ibd6fd3238dd07b8d52842cda4532ec7c084d1f9e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Artyom V. Poptsov 2024-09-07gnu: embree: Update to 4.3.3....* gnu/packages/graphics.scm (embree): Update to 4.3.3. Change-Id: Ibcd48258df0de9ba0203e6d934f1fff5394f1f78 John Kehayias 2024-08-31gnu: asli: Update to 0.1-1.4f4ba14....* gnu/packages/graphics.scm (asli): Update to the commit 4f4ba142ea7db6eecfdb546538c88a38680a83c5 to allow build with CGAL v5.6. * gnu/packages/patches/asli-use-system-libs.patch: Update. Change-Id: I623099a34d96180fe6aa4c161cfa895597a45304 Artyom V. Poptsov 2024-08-31gnu: mmm: Fix the build....* gnu/packages/graphics.scm (mmm): Fix the build. [arguments]: Add "patch-meson-build" phase. [home-page]: Fix the URL. Change-Id: If6f1a255e864669a10c646ee0d991e6fabdcb6b9 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov 2024-08-31gnu: lib2geom: Skip failing tests on i686-linux....* gnu/packages/graphics.scm (lib2geom)[arguments]: Skip 3 more failing tests on i686-linux. Change-Id: Ied70ec568f87d0dc77511bfda1d4a3c493a4aba4 Ludovic Courtès 2024-08-31gnu: lib2geom: Disable broken test on aarch64....* gnu/packages/graphics.scm (lib2geom)[arguments]: Conditionally disable "elliptical-arc-test". Change-Id: Id6bbcb9c94831daa65c9596f080c194392d08b42 Ricardo Wurmus 2024-08-31gnu: openimageio: Fix cmake file....* gnu/packages/graphics.scm (openimageio)[arguments]: Add fix-OpenImageIOConfig phase. Change-Id: I0a923c8513069dde5cd3e42fde9279cbd177a10a Zheng Junjie 2024-08-31gnu: openimageio: Fix build....This fixes <https://issues.guix.gnu.org/72046>. * gnu/packages/graphics.scm (openimageio)[arguments]<#:phases>: Add fix-zlib-version phase. Change-Id: I7ea6e7b7da675bf11a85381cbe26c6992f2bd299 Zheng Junjie 2024-08-31gnu: lib2geom: Use gexps and remove input labels....* gnu/packages/graphics.scm (lib2geom) [arguments]: Use gexps. Add #:modules argument. [native-inputs, inputs, propagated-inputs]: Remove labels. Change-Id: Ia61ff5e8aa1f64231c98b1fb7f31a49513ede7f8 Maxim Cournoyer 2024-08-31gnu: lib2geom: Update to 1.3....* gnu/packages/graphics.scm (lib2geom): Update to 1.3. Change-Id: Icac0c5674e39709ac85880ad7b22149b8fe30806 Maxim Cournoyer 2024-08-31gnu: autotrace: Update to 0.31.10....* gnu/packages/graphics.scm (autotrace): Update to 0.31.10. [inputs]: Add pango. Change-Id: I26abf2ee1a2c031062a2cdfa1ac4c02cd7474614 Maxim Cournoyer 2024-08-31gnu: pstoedit: Update to 4.00....* gnu/packages/graphics.scm (pstoedit): Update to 4.00. [source]: Apply patches. [arguments]: New field. [inputs]: Remove labels. Add glib and pango. * gnu/packages/patches/pstoedit-fix-gcc12.patch: New file. * gnu/packages/patches/pstoedit-fix-plainC.patch: Likewise. * gnu/packages/patches/pstoedit-pkglibdir.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: Ia17dae0ebc3e08b573b02431b10cc689a72a07dd Maxim Cournoyer 2024-08-31gnu: hwdata: Update to 0.374....* gnu/packages/pciutils.scm (hwdata): Update to 0.374. [arguments]: Don't modify #:phases. [outputs]: Keep only "out" for pkg-config file. (pciutils)[native-inputs]: Replace hwdata to "out" output. * gnu/packages/graphics.scm (mangohub)[inputs]: Likewise. * gnu/packages/kde-plasma.scm (kwin)[inputs]: Likewise. * gnu/packages/virtualization.scm (libosinfo)[native-inputs]: Likewise. * gnu/packages/wm.scm (wlroots)[native-inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Hilton Chain 2024-08-12gnu: cgal: Update to 5.6.1....* gnu/packages/graphics.scm (cgal): Update to 5.6.1. Change-Id: Id909fc7be5d421496e6a3cd87d366f437f76bcfa Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Artyom V. Poptsov 2024-07-18gnu: drawpile: Fix build....* gnu/packages/graphics.scm (drawpile)[inputs]: Replace karchive and kdnssd with karchive-5 and kdnssd-5. Change-Id: I73047d3f564f04cc98d7a41ea243e4f7dd70f67f Zheng Junjie