Required. The commit to use as the basis for the comparison.
Required. The commit to compare against the base commit.
Language

News entries

Commit: abd7a474615353149a44f4504f0b4b248dcc0716

LanguageTitleBody
Changedde

Neue Paketumwandlungsoption --with-c-toolchain

Die neue Paketumwandlungsoption --with-c-toolchain bietet Entwicklern die Möglichkeit, leicht ihre Lieblingspakete mit der selbstgewählten Toolchain für C/C++ anstelle der vorgegebenen neu zu erstellen.

Zum Beispiel werden mit folgendem Befehl die Pakete fftw und fftwf sowie alle davon abhängigen Pakete bis einschließlich octave-cli mit Version 10 der GCC erstellt (vorgegeben wäre zurzeit, GCC 7.5 zu benutzen):

guix build octave-cli \
  --with-c-toolchain=fftw=gcc-toolchain@10 \
  --with-c-toolchain=fftwf=gcc-toolchain@10

Führen Sie für mehr Informationen info "(guix.de) Paketumwandlungsoptionen" aus.

en

New --with-c-toolchain package transformation option

The new --with-c-toolchain package transformation options provides an easy way for developers to rebuild their favorite packages with the C/C++ tool chain of their choice instead of the default one.

For example, the following command rebuilds the fftw and fftwf packages as well as every package that depends on them, up to and including octave-cli, using GCC version 10 (currently GCC 7.5 is used by default):

guix build octave-cli \
  --with-c-toolchain=fftw=gcc-toolchain@10 \
  --with-c-toolchain=fftwf=gcc-toolchain@10

Run info "(guix) Package Transformation Options" for more info.

fr

Nouvelle option de transformation --with-c-toolchain

La nouvelle option de transformation de paquets --with-c-toolchain permet aux développeur·euses de recompiler leurs paquets préférés avec la chaîne d'outils C/C++ de leur choix à la place de celle par défaut.

Par exemple, la commande ci-dessous recompile fftw, fftwf et tous les paquets qui en dépendent, jusqu'à octave-cli inclus, avec GCC 10 (actuellement c'est GCC 7.5 qui est utilisé par défaut):

guix build octave-cli \
  --with-c-toolchain=fftw=gcc-toolchain@10 \
  --with-c-toolchain=fftwf=gcc-toolchain@10

Voir info "(guix.fr) Options de transformation de paquets" pour plus de détails.

Commit: 6aeda81602555fbeac0c0a209e74f5262093b513

LanguageTitleBody
Changeden

New --with-debug-info package transformation option

The new --with-debug-info option builds a variant of a package that includes debug info and grafts it onto the application you want to debug. Thus, only the package for which you want debug info needs to be recompiled. This is useful for packages that do not already have a debug output.

For example, here is how you would obtain debug info for the glib library so you can inspect it while debugging Inkscape:

guix build --with-debug-info=glib inkscape

Run info "(guix) Package Transformation Options" for more info.

fr

Nouvelle option de transformation --with-debug-info

La nouvelle option de transformation de paquets --with-debug-info compile une variante d'un paquet avec les informations de déboguage et la greffe sur l'application que l'on veut déboguer. Ainsi seul le paquet pour lequel on demande des informations de déboguage a besoin d'être recompilé. C'est utile pour les paquets n'ayant pas déjà un résultat debug.

Voici par exemple comment obtenir des informations de déboguage pour la bibliothèque glib de manière à pouvoir l'inspecter quand on débuggue Inkscape :

guix build --with-debug-info=glib inkscape

Voir info "(guix.fr) Options de transformation de paquets" pour plus de détails.

New packages

No new packages

Removed packages

No removed packages

Version changes

No version changes

Lint warnings

No lint warning changes