summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-04-14gnu: librsvg: Use gexps.Maxim Cournoyer
* gnu/packages/gnome.scm (librsvg) [arguments]: Use gexps, #$output and search-input-directory in phases.
2023-04-14build/glib-or-gtk: Avoid duplicate entries in gdk-pixbuf loaders cache.Maxim Cournoyer
* guix/build/glib-or-gtk-build-system.scm (generate-gdk-pixbuf-loaders-cache): Delete duplicate directories passed as input.
2023-04-14gnu: meson: Update to 1.1.0.Maxim Cournoyer
* gnu/packages/build-tools.scm (meson): Update to 1.1.0.
2023-04-14gnu: julia: Fix test suite regression.Simon Tournier
The update of 'mpfr' to 4.2.0 by commit d26814f8b936911d48bb004093713a525f2c6cf8 introduces a Julia test suite regression. The patch backports the Julia upstream fix. * gnu/packages/julia.scm (julia)[source]: Add patch. * gnu/packages/patches/julia-Use-MPFR-4.2.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-14gnu: gcc-11: Fix build on powerpc64le.Andreas Enge
* gnu/packages/patches/gcc-11-libstdc++-powerpc.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/gcc.scm (make-libstdc++): Apply patch for gcc versions >= 11 and < 12 on ppc64le. Co-authored-by: Christopher Baines <mail@cbaines.net> Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-14Revert "gnu: gcc-11: Fix build on powerpc64le."Andreas Enge
This reverts commit 9900f9e9b86550e7d336b04ad46fba088e28cbd6.
2023-04-13gnu: gcc-11: Fix build on powerpc64le.Andreas Enge
* gnu/packages/patches/gcc-11-libstdc++-powerpc.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/gcc.scm (make-libstdc++): Apply patch for gcc versions >= 11 and < 12 on ppc64le. Co-authored-by: Christopher Baines <mail@cbaines.net>
2023-04-12gnu: ocaml-mdx: Fix tests.Simon Tournier
* gnu/packages/ocaml.scm (ocaml-mdx)[arguments]: Substitue obsolete 'egrep' by 'grep -E'. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2023-04-12gnu: ocaml-ppxlib: Fix tests.Simon Tournier
* gnu/packages/ocaml.scm (ocaml-ppxlib)[arguments]: Substitue obsolete 'egrep' by 'grep -E'. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2023-04-12gnu: eigen-for-tensorflow: Do not compile broken test.Ricardo Wurmus
* gnu/packages/algebra.scm (eigen-for-tensorflow)[arguments]: Add phase 'gcc-compatibility to avoid compiling the stddeque test, which doesn't work with the current GCC. [native-inputs]: Remove gcc-7.
2023-04-12gnu: python-absl-py: Fix Python version check.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-absl-py)[build-system]: Use pyproject-build-system. [arguments]: Add 'patch-version-check build phase to bypass broken version check.
2023-04-12gnu: abseil-cpp-20200923.3: Fix build failure.Ricardo Wurmus
* gnu/packages/cpp.scm (abseil-cpp-20200923.3)[arguments]: Add phase 'fix-max to add a missing type cast.
2023-04-11gnu: python-scipy: Update to 1.10.1.Maxim Cournoyer
* gnu/packages/python-science.scm (python-scipy): Update to 1.10.1. [build-system]: Use pyproject-build-system. [arguments]: Add #:build-backend argument. Remove loosen-requirements, build and install phases. [native-inputs]: Remove python-pypa-build.
2023-04-11gnu: qemu: Re-add meson to native inputs.Maxim Cournoyer
It was erroneously removed in commit 46873adc04ccf2c753362ee14c7faa81fed602c4 ("gnu: Remove extraneous #:meson build arguments."). * gnu/packages/virtualization.scm (qemu) [native-inputs]: Add meson.
2023-04-11gnu: autogen: Fix build on i686.Kaelyn
* gnu/packages/autogen.scm (autogen): Add a snippet. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-10gnu: meson-python: Update to 0.12.1.Maxim Cournoyer
* gnu/packages/build-tools.scm (meson-python): Update to 0.12.1. [build-system]: Use pyproject-build-system. [arguments]: Delete #:phases argument. Add #:build-backend and #:test-flags argument. Re-instate most tests. [propagated-inputs]: Move patchelf to... [native-inputs]: ... here. Add git-minimal/pinned, and python-cython. [home-page]: Update URL.
2023-04-10status: Guard against a numerical overflow condition.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/62766>. * guix/status.scm (update-build): Use 0 as progress when an exception occurs while computing it.
2023-04-10gnu: inkscape: Fixup inputs.Efraim Flashner
* gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Replace librsvg with librsvg-for-system. (inkscape)[inputs]: Remove duplicate bash-minimal, librsvg.
2023-04-10gnu: ldc: Build with newer llvm.Efraim Flashner
* gnu/packages/dlang.scm (ldc-bootstrap)[native-inputs]: Use lld-14 for lld-wrapper in place of lld-11. Replace llvm-11 with llvm-14. (ldc)[native-inputs]: Replace clang-11 with clang-14.
2023-04-10gnu: gdmd: Build with gdc-11.Efraim Flashner
* gnu/packages/dlang.scm (gdmd)[inputs]: Replace gdc-10 with gdc-11.
2023-04-10gnu: Add gdc-toolchain-11.Efraim Flashner
* gnu/packages/commencement.scm (gdc-toolchain-11): New variable.
2023-04-10gnu: python-lit: Honor the #:tests? flag.Efraim Flashner
* gnu/packages/check.scm (python-lit)[arguments]: Honor the #:tests? flag in the custom 'check phase.
2023-04-10gnu: python-lit: Update to 16.0.0.Efraim Flashner
* gnu/packages/check.scm (python-lit): Update to 16.0.0. [native-inputs]: Replace llvm with llvm-14.
2023-04-09gnu: gtk: Do not manually move /bin.Maxim Cournoyer
The Meson build system now takes care of that itself, just like the GNU build system. * gnu/packages/gtk.scm (gtk) [arguments]: Remove /bin from the list of moved directory in the move-files phase.
2023-04-09gnu: meson: Update to 1.0.1.Maxim Cournoyer
* gnu/packages/build-tools.scm (meson-0.63): Update to 1.0.1. (meson-0.63): Rename to... (meson): ... this. [arguments]: Update explanatory comment about why tests are disabled. Use gexps and search-input-file in wrap phase override. Also use site-packages to simplify the phase. [inputs]: Replace python-wrapper with python. (meson-0.60, meson-0.59): Delete variables. * gnu/packages/patches/meson-allow-dirs-outside-of-prefix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
2023-04-09build: meson: Explicitly invoke "meson setup" instead of just "meson".Maxim Cournoyer
* guix/build/meson-build-system.scm (configure): Invoke the setup command to avoid a deprecation warning.
2023-04-09build: meson: Honor bindir, libdir and includedir.Maxim Cournoyer
This brings our meson-build-system closer to our gnu-build-system in terms of using different installation prefixes based on the presence of outputs such as "bin", "lib" or "include". * guix/build/meson-build-system.scm (configure): Add --bindir, --libdir and --includedir according to the presence of the "bin", "lib" and "include" outputs, as done in gnu-build-system.
2023-04-09gnu: libcacard: Use latest meson.Maxim Cournoyer
* gnu/packages/spice.scm (libcacard) [arguments]: Remove meson. Add a runpath directive to #:configure-flags.
2023-04-09gnu: gnome-mahjongg: Update to 3.38.3-0.e9e73e5.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.38.3-0.e9e73e5. [arguments]: Remove #:meson. [native-inputs]: Replace gtk+:bin with gtk:bin. [inputs]: Replace gtk+ with gtk and add libadwaita.
2023-04-09gnu: authenticator: Patch to build with a recent meson.Maxim Cournoyer
* gnu/packages/gnome.scm (authenticator) [arguments]: Use gexps. Remove #:meson argument. Add 'patch-meson.build phase. Use search-input-file in python-and-gi-wrap phase.
2023-04-09gnu: gnome-disk-utility: Update to 44.0.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 44.0. [arguments]: Remove #:meson. Update skip-gtk-update-icon-cache phase. [home-page]: Update URL.
2023-04-09gnu: dconf-editor: Update to 43.0.Maxim Cournoyer
* gnu/packages/gnome.scm (dconf-editor): Update to 43.0. [source]: Update source URL. [arguments]: Remove #:meson, add #:phases. [native-inputs]: Remove labels. [inputs]: Add libhandy.
2023-04-09gnu: gnome-screenshot: Update to 41.0-0.9f067cf.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-screenshot): Update to 41.0-0.9f067cf. [source]: Fetch from git. [arguments]: Remove #:meson argument.
2023-04-09gnu: libnice: Update to 0.1.21.Maxim Cournoyer
* gnu/packages/networking.scm (libnice): Update to 0.1.21. [arguments]: Use gexps. [native-inputs]: Remove labels.
2023-04-09gnu: gnome-user-share: Update to 43.0.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-user-share): Update to 43.0. [source]: Update URL. [arguments]: Remove #:meson argument. Use gexps. Remove "-Dnautilus_extension=true" configure flag. [native-inputs]: Remove labels. [inputs]: Remove gnome-bluetooth, libcanberra, libnotify and nautilus.
2023-04-09gnu: Remove extraneous #:meson build arguments.Maxim Cournoyer
* gnu/packages/build-tools.scm (meson-python) [propagated-inputs]: Replace meson-0.63 with meson. * gnu/packages/freedesktop.scm (appstream) [arguments]: Remove #:meson argument. * gnu/packages/gnome.scm (raider): Likewise. (komikku): Likewise. * gnu/packages/syndication.scm (syndication-domination): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/xdisorg.scm (tofi): Likewise.
2023-04-09gnu: qtbase: Disable qsslkey tests.Ricardo Wurmus
* gnu/packages/qt.scm (qtbase)[arguments]: Add tst_qsslkey to list of disabled tests.
2023-04-09gnu: linphone-desktop: Update to 5.0.14.Ricardo Wurmus
* gnu/packages/linphone.scm (linphone-desktop): Update to 5.0.14. [arguments]: Use G-expressions; add pre-install phase. * gnu/packages/patches/linphone-desktop-without-sdk.patch: Update.
2023-04-08gnu: liblinphone: Update to 5.2.50.Ricardo Wurmus
* gnu/packages/linphone.scm (liblinphone): Update to 5.2.50. [arguments]: Use G-expression; disable flexiapi and strict mode. [inputs]: Replace openldap with openldap-for-linphone; add zxing-cpp.
2023-04-08gnu: Add openldap-for-linphone.Ricardo Wurmus
* gnu/packages/openldap.scm (openldap-for-linphone): New variable.
2023-04-08gnu: xsd: Build with GCC 10.Ricardo Wurmus
* gnu/packages/cpp.scm (xsd)[native-inputs]: Add gcc-10.
2023-04-08gnu: libxsd-frontend: Build with GCC 10.Ricardo Wurmus
* gnu/packages/cpp.scm (libxsd-frontend)[native-inputs]: Add gcc-10.
2023-04-08gnu: cli: Use GCC 10.Ricardo Wurmus
* gnu/packages/cpp.scm (cli)[native-inputs]: Add gcc-10.
2023-04-08gnu: mediastreamer2: Update to 5.2.49.Ricardo Wurmus
* gnu/packages/linphone.scm (mediastreamer2): Update to 5.2.49.
2023-04-08gnu: mediastreamer2: Drop input labels.Ricardo Wurmus
* gnu/packages/linphone.scm (mediastreamer2)[native-inputs]: Drop package labels. [inputs]: Same.
2023-04-08gnu: mediastreamer2: Use G-expression.Ricardo Wurmus
* gnu/packages/linphone.scm (mediastreamer2)[arguments]: Rewrite with G-expression.
2023-04-08gnu: bcmatroska2: Update to 5.2.1.Ricardo Wurmus
* gnu/packages/linphone.scm (bcmatroska2): Update to 5.2.1. [inputs]: Add bctoolbox. [arguments]: Add build phase to patch build system.
2023-04-08gnu: bzrtp: Update to 5.2.49.Ricardo Wurmus
* gnu/packages/linphone.scm (bzrtp): Update to 5.2.49.
2023-04-08gnu: bzrtp: Drop input labels.Ricardo Wurmus
* gnu/packages/linphone.scm (bzrtp)[inputs]: Drop package labels.
2023-04-08gnu: ortp: Update to 5.2.49.Ricardo Wurmus
* gnu/packages/linphone.scm (ortp): Update to 5.2.49. [arguments]: Disable documentation.