aboutsummaryrefslogtreecommitdiff
path: root/build-aux/cuirass
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-11-14 16:59:37 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-11-15 19:09:13 +0100
commit97b672d99fd8b017a6b069b1bf5e6bd4b8e61e8f (patch)
tree8b73ae9632f983603be3b78e10c43dfe3793f791 /build-aux/cuirass
parentd9227245219da28dd24145774295ede618a55eae (diff)
downloadguix-97b672d99fd8b017a6b069b1bf5e6bd4b8e61e8f.tar.gz
guix-97b672d99fd8b017a6b069b1bf5e6bd4b8e61e8f.zip
gnu: gn: Enable tests.
* gnu/packages/build-tools.scm (gn)[arguments]: Remove #:tests?. Override 'check' phase.
Diffstat (limited to 'build-aux/cuirass')
0 files changed, 0 insertions, 0 deletions
id=0681f05486d901c92637c098bb7afddef35068b0'>gnu: gfortran: Remove unusable versions....The gfortran packages cannot be used without being wrapped with gfortran-toolchain. However, as the comment in (gnu packages commencement) explains, there cannot be more than one gfortran-toolchain package because of ABI issues. Thus, versions of gfortran other than the main one are useless. * gnu/packages/gcc.scm (gfortran-4.8, gfortran-4.9, gfortran-5, gfortran-6, gfortran-7, gfortran-8, gfortran-9): Remove variables. (gfortran): Define the gfortran package based on the gcc variable. Jakub Kądziołka 2020-05-08Merge branch 'core-updates'Marius Bakke 2020-05-08gnu: gcc: Add 10.1.0....* gnu/packages/gcc.scm (gcc-10): New variable. Ludovic Courtès 2020-04-28gnu: custom-gcc: Ensure #:modules are not overridden by the inherited GCC....This fixes a regression introduced in 56c833ea287f8f6d3c72f8bddc314960c0164d64 where the #:modules argument became ineffective. Reported by Efraim Flashner in <https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00473.html> * gnu/packages/gcc.scm (custom-gcc)[arguments]: Add #:modules through SUBSTITUTE-KEYWORD-ARGUMENTS. Marius Bakke 2020-04-23gnu: GCC@8: Remove obsolete patch....This is no longer required since the update to 8.4.0 in 60ce496ad8. * gnu/packages/patches/gcc-8-libsanitizer-mode-size.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gcc.scm (gcc-8)[source](patches): Remove it. Marius Bakke 2020-03-24gnu: bootstrap: gcc-static: Use gcc-5....* gnu/packages/make-bootstrap.scm (gcc-static): Use gcc-5. This fixes building libstdc++-boot0 with a newly built %bootstrap-gcc. (%gcc-stripped): Likewise. (gcc-for-bootstrap): Likewise. * gnu/packages/patches/gcc-5-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-5): Use it. Jan Nieuwenhuizen 2020-03-21Merge branch 'master' into core-updatesMarius Bakke 2020-03-20gnu: make-libiberty: Use install-file....* gnu/packages/gcc.scm(make-libiberty): In phase install use install-file helper function to install file. guy fleury iteriteka 2020-03-20gnu: libiberty: Do not inherit properties from GCC....* gnu/packages/gcc.scm (make-libiberty)[properties]: New field. Marius Bakke 2020-03-18gnu: GCC@9: Remove obsolete patch....This patch became obsolete when the update to 9.3.0 was merged (commit 3dade1d59e7b4caa641670a76c0c48b4c90f6b3c). * gnu/packages/patches/gcc-9-libsanitizer-mode-size.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gcc.scm (gcc-9)[source](patches): Remove it. Marius Bakke 2020-03-18Merge branch 'master' into core-updatesMarius Bakke 2020-03-15gnu: gcc@4.9, gcc@5: Adjust for CPLUS_INCLUDE_PATH changes....* gnu/packages/gcc.scm (gcc-4.9): Unless cross-compiling, add ... [arguments]: with a phase to remove glibc and GCC from CPLUS_INCLUDE_PATH. (gcc-6)[arguments]: Inherit from GCC-4.8. Marius Bakke 2020-03-16gnu: Add libgccjit....* gnu/packages/gcc.scm (libgccjit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Joseph LaFreniere 2020-03-14gnu: gcc-9: Update to 9.3.0....* gnu/packages/gcc.scm (gcc-9): Update to 9.3.0. Efraim Flashner 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-03-04gnu: gcc-8: Update to 8.4.0....* gnu/packages/gcc.scm (gcc-8): Update to 8.4.0. Efraim Flashner