summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-14Revert "gnu: gcc-11: Fix build on powerpc64le."...This reverts commit 9900f9e9b86550e7d336b04ad46fba088e28cbd6. Andreas Enge
2023-04-13gnu: gcc-11: Fix build on powerpc64le....* 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> Andreas Enge
2023-04-12gnu: ocaml-mdx: Fix tests....* gnu/packages/ocaml.scm (ocaml-mdx)[arguments]: Substitue obsolete 'egrep' by 'grep -E'. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Simon Tournier
2023-04-12gnu: ocaml-ppxlib: Fix tests....* gnu/packages/ocaml.scm (ocaml-ppxlib)[arguments]: Substitue obsolete 'egrep' by 'grep -E'. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Simon Tournier
2023-04-12gnu: eigen-for-tensorflow: Do not compile broken test....* 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. Ricardo Wurmus
2023-04-12gnu: python-absl-py: Fix Python version check....* 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. Ricardo Wurmus
2023-04-12gnu: abseil-cpp-20200923.3: Fix build failure....* gnu/packages/cpp.scm (abseil-cpp-20200923.3)[arguments]: Add phase 'fix-max to add a missing type cast. Ricardo Wurmus
2023-04-11gnu: python-scipy: Update to 1.10.1....* 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. Maxim Cournoyer
2023-04-11gnu: qemu: Re-add meson to native inputs....It was erroneously removed in commit 46873adc04ccf2c753362ee14c7faa81fed602c4 ("gnu: Remove extraneous #:meson build arguments."). * gnu/packages/virtualization.scm (qemu) [native-inputs]: Add meson. Maxim Cournoyer
2023-04-11gnu: autogen: Fix build on i686....* gnu/packages/autogen.scm (autogen): Add a snippet. Signed-off-by: Andreas Enge <andreas@enge.fr> Kaelyn
2023-04-10gnu: meson-python: Update to 0.12.1....* 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. Maxim Cournoyer
2023-04-10status: Guard against a numerical overflow condition....Fixes <https://issues.guix.gnu.org/62766>. * guix/status.scm (update-build): Use 0 as progress when an exception occurs while computing it. Maxim Cournoyer
2023-04-10gnu: inkscape: Fixup inputs....* gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Replace librsvg with librsvg-for-system. (inkscape)[inputs]: Remove duplicate bash-minimal, librsvg. Efraim Flashner
2023-04-10gnu: ldc: Build with newer llvm....* 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. Efraim Flashner
2023-04-10gnu: gdmd: Build with gdc-11....* gnu/packages/dlang.scm (gdmd)[inputs]: Replace gdc-10 with gdc-11. Efraim Flashner
2023-04-10gnu: Add gdc-toolchain-11....* gnu/packages/commencement.scm (gdc-toolchain-11): New variable. Efraim Flashner
2023-04-10gnu: python-lit: Honor the #:tests? flag....* gnu/packages/check.scm (python-lit)[arguments]: Honor the #:tests? flag in the custom 'check phase. Efraim Flashner
2023-04-10gnu: python-lit: Update to 16.0.0....* gnu/packages/check.scm (python-lit): Update to 16.0.0. [native-inputs]: Replace llvm with llvm-14. Efraim Flashner
2023-04-09gnu: gtk: Do not manually move /bin....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. Maxim Cournoyer
2023-04-09gnu: meson: Update to 1.0.1....* 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. Maxim Cournoyer
2023-04-09build: meson: Explicitly invoke "meson setup" instead of just "meson"....* guix/build/meson-build-system.scm (configure): Invoke the setup command to avoid a deprecation warning. Maxim Cournoyer
2023-04-09build: meson: Honor bindir, libdir and includedir....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. Maxim Cournoyer
2023-04-09gnu: libcacard: Use latest meson....* gnu/packages/spice.scm (libcacard) [arguments]: Remove meson. Add a runpath directive to #:configure-flags. Maxim Cournoyer
2023-04-09gnu: gnome-mahjongg: Update to 3.38.3-0.e9e73e5....* 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. Maxim Cournoyer
2023-04-09gnu: authenticator: Patch to build with a recent meson....* 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. Maxim Cournoyer
2023-04-09gnu: gnome-disk-utility: Update to 44.0....* 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. Maxim Cournoyer
2023-04-09gnu: dconf-editor: Update to 43.0....* 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. Maxim Cournoyer
2023-04-09gnu: gnome-screenshot: Update to 41.0-0.9f067cf....* gnu/packages/gnome.scm (gnome-screenshot): Update to 41.0-0.9f067cf. [source]: Fetch from git. [arguments]: Remove #:meson argument. Maxim Cournoyer
2023-04-09gnu: libnice: Update to 0.1.21....* gnu/packages/networking.scm (libnice): Update to 0.1.21. [arguments]: Use gexps. [native-inputs]: Remove labels. Maxim Cournoyer
2023-04-09gnu: gnome-user-share: Update to 43.0....* 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. Maxim Cournoyer
2023-04-09gnu: Remove extraneous #:meson build arguments....* 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. Maxim Cournoyer
2023-04-09gnu: qtbase: Disable qsslkey tests....* gnu/packages/qt.scm (qtbase)[arguments]: Add tst_qsslkey to list of disabled tests. Ricardo Wurmus
2023-04-09gnu: linphone-desktop: Update to 5.0.14....* 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. Ricardo Wurmus
2023-04-08gnu: liblinphone: Update to 5.2.50....* 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. Ricardo Wurmus
2023-04-08gnu: Add openldap-for-linphone....* gnu/packages/openldap.scm (openldap-for-linphone): New variable. Ricardo Wurmus
2023-04-08gnu: xsd: Build with GCC 10....* gnu/packages/cpp.scm (xsd)[native-inputs]: Add gcc-10. Ricardo Wurmus
2023-04-08gnu: libxsd-frontend: Build with GCC 10....* gnu/packages/cpp.scm (libxsd-frontend)[native-inputs]: Add gcc-10. Ricardo Wurmus
2023-04-08gnu: cli: Use GCC 10....* gnu/packages/cpp.scm (cli)[native-inputs]: Add gcc-10. Ricardo Wurmus
2023-04-08gnu: mediastreamer2: Update to 5.2.49....* gnu/packages/linphone.scm (mediastreamer2): Update to 5.2.49. Ricardo Wurmus
2023-04-08gnu: mediastreamer2: Drop input labels....* gnu/packages/linphone.scm (mediastreamer2)[native-inputs]: Drop package labels. [inputs]: Same. Ricardo Wurmus
2023-04-08gnu: mediastreamer2: Use G-expression....* gnu/packages/linphone.scm (mediastreamer2)[arguments]: Rewrite with G-expression. Ricardo Wurmus
2023-04-08gnu: bcmatroska2: Update to 5.2.1....* gnu/packages/linphone.scm (bcmatroska2): Update to 5.2.1. [inputs]: Add bctoolbox. [arguments]: Add build phase to patch build system. Ricardo Wurmus
2023-04-08gnu: bzrtp: Update to 5.2.49....* gnu/packages/linphone.scm (bzrtp): Update to 5.2.49. Ricardo Wurmus
2023-04-08gnu: bzrtp: Drop input labels....* gnu/packages/linphone.scm (bzrtp)[inputs]: Drop package labels. Ricardo Wurmus
2023-04-08gnu: ortp: Update to 5.2.49....* gnu/packages/linphone.scm (ortp): Update to 5.2.49. [arguments]: Disable documentation. Ricardo Wurmus
2023-04-08gnu: ortp: Drop input labels....* gnu/packages/linphone.scm (ortp)[native-inputs]: Drop package labels. Ricardo Wurmus
2023-04-08gnu: ortp: Use G-expression....* gnu/packages/linphone.scm (ortp)[arguments]: Use G-expression. Ricardo Wurmus
2023-04-08gnu: libcutl: Use GCC 10....* gnu/packages/cpp.scm (libcutl)[native-inputs]: Add gcc-10. Ricardo Wurmus
2023-04-08gnu: lime: Update to 5.2.49....* gnu/packages/linphone.scm (lime): Update to 5.2.49. [arguments]: Enable building of documentation; disable server and multidomains tests as they require networking. Ricardo Wurmus
2023-04-08gnu: soci: Update to 4.0.3....* gnu/packages/databases.scm (soci): Update to 4.0.3. Ricardo Wurmus