Subject | Hash | Author | Date (UTC) |
---|---|---|---|
news: Add ‘de’ translation. | dad56a2b5b01bec5ae7acd9859727671fc060070 | Florian Pelz | 2020-10-14 06:25:34 |
gnu: Krita: Update to 4.4.0. | ec7803981a74b733c58cbb63dea4ed724c24e2de | Leo Famulari | 2020-10-14 03:22:04 |
gnu: Add libleak. | bc23c3ecd1a8e523ea385068c8ce618c8309b274 | Maxim Cournoyer | 2020-10-13 15:21:40 |
gnu: Add libwuya. | 9acf79b25861b75a92ea8c32eb926e465ba5b20a | Maxim Cournoyer | 2020-10-13 19:15:59 |
gnu: Add libbacktrace. | 7e15ded6474bf3096f01fcd830337d66cb682669 | Maxim Cournoyer | 2020-10-13 19:14:32 |
Revert "gnu: python-chardet: Enable tests." | 58af4c9621af02cc4e2bb5692d4b377084b0fcc6 | Marius Bakke | 2020-10-13 22:46:30 |
gnu: Add go-github-com-gologme-log. | fd595f31e3301df7976951ceb9683e66f629c3dd | raingloom | 2020-07-13 02:22:46 |
gnu: Add go-github-com-cheggaaa-pb. | 4a28246d3080598d2f5b0a249607fc0ccbf81e83 | raingloom | 2020-07-13 02:21:11 |
gnu: Add go-github-com-arceliar-phony. | 6e085d6f17e831e88a35c275892bde32fdb11986 | raingloom | 2020-07-13 02:15:28 |
gnu: go-golang-org-x-sys: Update to 0598657 | 939680f3354b0266292a1d947879f6fe0ad5b3ae | raingloom | 2020-05-30 10:52:00 |
gnu: Add python-dpath. | e8c5533d26b4441c96e9ae92350efcb24d787c4b | Joseph LaFreniere | 2020-10-10 06:03:18 |
gnu: Add python-dictdiffer. | 23a97f52405b49309bf8825099d8c66a9ad9998d | Joseph LaFreniere | 2020-10-06 01:43:32 |
gnu: Add bindfs. | 6b219b899217d635e5f20e212a88393caff83cd8 | Morgan Smith | 2020-10-09 22:20:53 |
gnu: git-annex: Update to 8.20201007. | 1bf912e58e08c69e74964d8b350537235e13dc39 | Kyle Meyer | 2020-10-07 20:49:46 |
gnu: muchsync: Use pandoc instead of ghc-pandoc. | 8514dfdee61b04f0daf22b4a957df1bea4b3f298 | zimoun | 2020-10-07 15:24:11 |
gnu: python-chardet: Enable tests. | 331aaf52806b27430c4efaf8f230097ede69e61a | Lars-Dominik Braun | 2020-10-07 07:32:34 |
gnu: Add dex. | 3182d629a25b1132fc542391b451580d44d9f92c | James Smith | 2020-10-07 20:44:14 |
gnu: nmap: Update license. | 2323a7120a0f3ed96fedfff42e86c0aee97995c0 | Marius Bakke | 2020-10-13 20:16:57 |
gnu: xf86-input-libinput: Update to 0.30.0. | 17032767da189a31d24fc350e68d065ec12bb9f6 | Marius Bakke | 2020-10-13 15:00:14 |
gnu: Remove python2-gst. | 55fe84c6ebd37e6ee82114d4fc2c09ed42d1b3c0 | Marius Bakke | 2020-10-12 22:50:00 |
File | Lines added | Lines deleted |
---|---|---|
etc/news.scm | 19 | 0 |
File etc/news.scm changed (mode: 100644) (index 027436647b..f1887b60c3) | |||
20 | 20 | ||
21 | 21 | (entry (commit "abd7a474615353149a44f4504f0b4b248dcc0716") | (entry (commit "abd7a474615353149a44f4504f0b4b248dcc0716") |
22 | 22 | (title (en "New @option{--with-c-toolchain} package transformation option") | (title (en "New @option{--with-c-toolchain} package transformation option") |
23 | (de "Neue Paketumwandlungsoption @option{--with-c-toolchain}") | ||
23 | 24 | (fr "Nouvelle option de transformation @option{--with-c-toolchain}")) | (fr "Nouvelle option de transformation @option{--with-c-toolchain}")) |
24 | 25 | (body | (body |
25 | 26 | (en "The new @option{--with-c-toolchain} package transformation | (en "The new @option{--with-c-toolchain} package transformation |
... | ... | guix build octave-cli \\ | |
38 | 39 | @end example | @end example |
39 | 40 | ||
40 | 41 | Run @command{info \"(guix) Package Transformation Options\"} for more info.") | Run @command{info \"(guix) Package Transformation Options\"} for more info.") |
42 | (de "Die neue Paketumwandlungsoption @option{--with-c-toolchain} | ||
43 | bietet Entwicklern die Möglichkeit, leicht ihre Lieblingspakete mit der | ||
44 | selbstgewählten Toolchain für C/C++ anstelle der vorgegebenen neu zu | ||
45 | erstellen. | ||
46 | |||
47 | Zum Beispiel werden mit folgendem Befehl die Pakete @code{fftw} und | ||
48 | @code{fftwf} sowie alle davon abhängigen Pakete bis einschließlich | ||
49 | @code{octave-cli} mit Version 10 der GCC erstellt (vorgegeben wäre zurzeit, | ||
50 | GCC 7.5 zu benutzen): | ||
51 | |||
52 | @example | ||
53 | guix build octave-cli \\ | ||
54 | --with-c-toolchain=fftw=gcc-toolchain@@10 \\ | ||
55 | --with-c-toolchain=fftwf=gcc-toolchain@@10 | ||
56 | @end example | ||
57 | |||
58 | Führen Sie für mehr Informationen @command{info \"(guix.de) | ||
59 | Paketumwandlungsoptionen\"} aus.") | ||
41 | 60 | (fr "La nouvelle option de transformation de paquets | (fr "La nouvelle option de transformation de paquets |
42 | 61 | @option{--with-c-toolchain} permet aux développeur·euses de recompiler leurs | @option{--with-c-toolchain} permet aux développeur·euses de recompiler leurs |
43 | 62 | paquets préférés avec la chaîne d'outils C/C++ de leur choix à la place de | paquets préférés avec la chaîne d'outils C/C++ de leur choix à la place de |