Age | Commit message (Expand) | Author |
2019-12-17 | gnu: gfortran: change to a hidden package...* gnu/packages/gcc.scm (gfortran-4.8, gfortran-4.9)
(gfortran-5, gfortran-6, gfortran-7, gfortran-8)
(gfortran-9): Wrap in 'hidden-package'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Konrad Hinsen |
2019-10-14 | gnu: gfortran: Add version 9.x....* gnu/packages/gcc.scm (gfortran-9): New variable.
| Ludovic Courtès |
2019-10-10 | gnu: gcc@9: Update to 9.2.0....* gnu/packages/gcc.scm (gcc-9): Update to 9.2.0.
| Ludovic Courtès |
2019-06-20 | gnu: isl: Update to 0.21....* gnu/packages/gcc.scm (isl): Update to 0.21.
| Marius Bakke |
2019-06-20 | gnu: isl: Fix fallback URL....* gnu/packages/gcc.scm (isl, isl-0.18, isl-0.11)[source](uri): Use '.bz2' tarball.
| Marius Bakke |
2019-05-25 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-05-22 | gnu: libstdc++-doc: Add version 9.x....* gnu/packages/gcc.scm (libstdc++-doc-4.9): Remove.
(libstdc++-doc-9): New variable.
| Ludovic Courtès |
2019-05-22 | gnu: libstdc++-doc: Unhide....This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db.
* gnu/packages/gcc.scm (make-libstdc++-doc): Add 'properties' field.
| Ludovic Courtès |
2019-05-16 | gnu: custom-gcc: Unhide resulting package....This is a follow-up to commit d78010b81ee6ef4fd8803082e2f401b9e55b44db. While
the plain "gcc" packages should be hidden by default, gcc-derived packages
like "gfortran" should not.
* gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? property.
| Ricardo Wurmus |
2019-05-09 | gnu: gcc-4.7: Hide package....* gnu/packages/gcc.scm (gcc-4.7): Wrap in "hidden-package" expression.
| Ricardo Wurmus |
2019-05-06 | gnu: gcc@9: Fix limits.h include for cross builds....This allows us to supply gcc-9 as an optional argument to cross-gcc,
successfully constructing gcc-9-based cross-compilers.
* gnu/packages/gcc.scm (gcc-9)[source](patches): Add
"gcc-9-asan-fix-limits-include.patch".
* gnu/packages/patches/gcc-9-asan-fix-limits-include.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Carl Dong |
2019-05-06 | gnu: gcc: Add 9.1.0....* gnu/packages/gcc.scm (gcc-9): New variable.
* gnu/packages/commencement.scm (gcc-toolchain-9): New variable.
* gnu/packages/patches/gcc-9-strmov-store-file-names.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Carl Dong |
2019-03-01 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-02-28 | gnu: GCC: Update to 8.3.0....* gnu/packages/gcc.scm (gcc-8): Update to 8.3.0.
| Marius Bakke |
2019-02-09 | gnu: Use GCC 7 as the default compiler....* gnu/packages/cross-base.scm (%gcc-cross-include-paths): Remove
CROSS_C_INCLUDE_PATH & co in favor of CROSS_CPATH.
* gnu/build/cross-toolchain.scm (%gcc-cross-include-paths): Likewise.
(cross-gcc-build-phases): Set CROSS_C_INCLUDE_PATH and
CROSS_CPLUS_INCLUDE_PATH when building the cross GCC.
* gnu/packages/commencement.scm (libstdc++): Add
"--disable-libstdcxx-dual-abi" to #:configure-flags.
(gcc-boot0)[arguments]: Add "--disable-libmpx"
to #:configure-flags.
(gcc-final): Add phase to set C_INCLUDE_PATH and CPLUS_INCLUDE_PATH before
building GCC.
(gcc-toolchain-5): Use MAKE-GCC-TOOLCHAIN.
(gcc-toolchain-7): Change to GCC-TOOLCHAIN.
* gnu/packages/gcc.scm (gcc): Change from GCC-5 to GCC-7.
(gfortran): Change to GFORTRAN-7.
(gcc-objc): Change to GCC-OBJC-7.
(gcc-objc++): Change to GCC-OBJC++-7.
* gnu/packages/rust.scm (rust-1.19.0)[native-search-paths]: Change from
C_INCLUDE_PATH & co to CPATH.
| Marius Bakke |
2018-12-08 | gnu: GCC@7: Update to 7.4.0....* gnu/packages/gcc.scm (gcc-7): Update to 7.4.0.
[source](patches): Drop 'gcc-libsanitizer-ustat.patch'.
* gnu/packages/storage.scm (ceph)[inputs]: Change from BOOST to BOOST-CXX14,
as GCC 7.4.0 triggers <https://bugs.gnu.org/33605>.
| Marius Bakke |
2018-12-08 | gnu: GCC@6: Update to 6.5.0....* gnu/packages/patches/gcc-libsanitizer-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gcc.scm (gcc-6): Update to 6.5.0.
[source](patches): Drop obsolete patches.
[source](snippet): Remove.
| Marius Bakke |
2018-09-09 | Merge branch 'master' into core-updates | Marius Bakke |
2018-09-06 | gnu: gfortran, gcc-objc, gcc-objc++: Add version 8....* gnu/packages/gcc.scm (gfortran-8, gcc-objc-8, gcc-objc++-8): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Eric Brown |
2018-09-01 | gnu: gcc@4.9: Fix FTBFS with Glibc >= 2.28....* gnu/packages/commencement.scm (gcc-for-libstdc++): New variable.
(libstdc++-boot0): Inherit from GCC-FOR-LIBSTDC++ instead of GCC-4.9.
* gnu/packages/gcc.scm (gcc-4.9)[source](patches): Add
"gcc-4.9-libsanitizer-ustat.patch".
* gnu/packages/patches/gcc-4.9-libsanitizer-ustat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Marius Bakke |
2018-08-26 | gnu: gcc: Include libsanitizer patch for versions 6 and 7....* gnu/packages/gcc.scm (gcc-6, gcc-7)[source](patches): Add
"gcc-libsanitizer-ustat.patch".
| Marius Bakke |
2018-08-25 | Merge branch 'staging' into core-updates | Marius Bakke |
2018-08-25 | gnu: gcc: Fix build with glibc >= 2.28....* gnu/packages/patches/gcc-libsanitizer-ustat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gcc.scm (gcc-5)[source](patches): Add it.
| Marius Bakke |
2018-08-19 | gnu: gcc@4.8: Fix libsanitizer build issue....Fixes <https://bugs.gnu.org/32397>.
Reported by fis trivial <ybbs.daans@hotmail.com>.
* gnu/packages/patches/gcc-4.8-libsanitizer-fix.patch: New file.
* gnu/packages/gcc.scm (gcc-4.8)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2018-08-12 | gnu: gcc@5: Build with isl@0.18....* gnu/packages/gcc.scm (gcc-5)[inputs]: Change ISL to ISL-0.18.
(isl-0.18): New public variable.
| Marius Bakke |
2018-08-01 | Merge branch 'master' into core-updates | Marius Bakke |
2018-07-27 | gnu: gcc@8: Update to 8.2.0....* gnu/packages/gcc.scm (gcc-8): Update to 8.2.0.
| Ludovic Courtès |
2018-07-24 | Merge branch 'master' into core-updates | Marius Bakke |
2018-07-02 | Merge branch 'master' into staging | Marius Bakke |
2018-06-29 | Merge branch 'master' into core-updates | Ricardo Wurmus |
2018-06-26 | gnu: Add gcc@8....* gnu/packages/patches/gcc-8-strmov-store-file-names.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gcc.scm (gcc-8): New public variable.
| Marius Bakke |
2018-06-14 | gnu: custom-gcc: Fix regex used for matching executables....Fixes <https://bugs.gnu.org/31561>.
* gnu/packages/gcc.scm (custom-gcc)[arguments]: Fix regex used for matching
broken or conflicting executables.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Alex Vong |
2018-06-12 | gnu: isl: Update to 0.19....* gnu/packages/gcc.scm (isl): Update to 0.19.
| Tobias Geerinckx-Rice |
2018-05-08 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-07 | gnu: gcc > 5: Use 'CPATH' instead of 'C_INCLUDE_PATH' & co....Partly addresses <https://bugs.gnu.org/30756>.
Reported by julien lepiller <julien@lepiller.eu>,
Marius Bakke <mbakke@fastmail.com>,
and Giel van Schijndel <giel@mortis.eu>
* gnu/packages/gcc.scm (gcc-6)[native-search-paths]: New field.
| Ludovic Courtès |
2018-04-21 | gnu: gcc@4.7: Combine duplicate 'patches' fields into one....* gnu/packages/gcc.scm (gcc-4.7)[source]: Combine duplicate 'patches' fields
into one. Previously, the first 'patches' field was being ignored.
| Mark H Weaver |
2018-04-12 | gnu: gnu-c-manual: Use invoke....* gnu/packages/gcc.scm (gnu-c-manual)[arguments]: Use invoke.
| Mark H Weaver |
2018-04-12 | gnu: libstdc++-doc: Use invoke....* gnu/packages/gcc.scm (make-libstdc++-doc)[arguments]: Use invoke.
| Mark H Weaver |
2018-03-16 | gnu: libstdc++: Return #t from chdir phase....* gnu/packages/gcc.scm (make-libstdc++)[arguments]: Return #t from chdir
phase.
| Mark H Weaver |
2018-03-16 | gnu: All snippets report errors using exceptions, else return #t....* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
| Mark H Weaver |
2018-02-20 | gnu: gcc@4.7: Update phase style....* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Use MODIFY-PHASES syntax
and end phases with #t.
| Tobias Geerinckx-Rice |
2018-02-18 | gnu: gcc@4.9: Fix libsanitizer compilation with glibc 2.26....* gnu/packages/patches/gcc-4.9-libsanitizer-fix.patch: New file.
* gnu/packages/gcc.scm (gcc-4.9)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2018-01-26 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-25 | gnu: gcc@7: Update to 7.3.0....* gnu/packages/gcc.scm (gcc-7): Update to 7.3.0.
| Mark H Weaver |
2018-01-18 | gnu: gcc@4.9: Fix libsanitizer cross-compilation....* gnu/packages/gcc.scm (gcc@4.9)[source]: Add gcc-asan-missing-include patch.
| Efraim Flashner |
2018-01-18 | gnu: gcc@4.9: Fix building with glibc@2.26....* gnu/packages/gcc.scm (gcc@4.9)[source]: Add snippet to adjust
linux-unwind.h to changes in glibc.
* gnu/packages/commencement.scm (gcc-for-libstdc++): New variable.
(libstdc++-boot0): Inherit from gcc-for-libstdc++, update note.
| Efraim Flashner |
2018-01-05 | gnu: gcc@6: Fix building with glibc@2.26....* gnu/packages/gcc.scm (gcc@6)[source]: Add snippet to adjust
linux-unwind.h to changes in glibc@2.26. Add patch.
* gnu/packages/patches/gcc-libsanitizer-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2018-01-03 | gnu: gcc@4.8: Fix libsanitizer cross-compilation....This patch is modified from the original patch targeting gcc@5.
* gnu/packages/patches/gcc-asan-missing-include.patch: New file.
* gnu/packages/gcc.scm (gcc@4.8)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2018-01-03 | gnu: gcc@4.8: Fix building with glibc@2.26....* gnu/packages/gcc.scm (gcc@4.8)[source]: Add snippet to adjust
linux-unwind.h to changes in glibc@2.26.
| Efraim Flashner |
2017-12-31 | gnu: gcc: Fix cross-compilation to GNU/Hurd....* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): Return
"--disable-libcilkrts" when TARGET matches "-gnu".
| Ludovic Courtès |