aboutsummaryrefslogtreecommitdiff
path: root/nix/boost/format/exceptions.hpp
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-14 23:02:27 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-15 16:33:08 -0500
commite9bb8eca3d89242f9eee391ff4c0b094f2692fca (patch)
tree57001946e6af43b22e827c3821e91fe5c0322b3a /nix/boost/format/exceptions.hpp
parent4ef16b23e6735d164d5f5cb6375132f83cd78d5b (diff)
downloadguix-e9bb8eca3d89242f9eee391ff4c0b094f2692fca.tar.gz
guix-e9bb8eca3d89242f9eee391ff4c0b094f2692fca.zip
gnu: python-typed-ast: Update to 1.4.2.
* gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.4.2.
Diffstat (limited to 'nix/boost/format/exceptions.hpp')
0 files changed, 0 insertions, 0 deletions
Efraim Flashner 2022-03-14gnu: gcc@11: Inherit supported micro-architectures from gcc@10....Previously, gcc@11 would inherit the 'compiler-cpu-architectures' property from gcc@8. * gnu/packages/gcc.scm (gcc-11)[properties]: New field. Ludovic Courtès 2022-02-22gnu: custom-gcc-gccgo: Remove procedure....* gnu/packages/gcc.scm (custom-gcc-gccgo): Remove procedure. (make-gccgo): Use custom-gcc procedure. Efraim Flashner 2022-02-22gnu: Add gccgo-11....* gnu/packages/gcc.scm (gccgo-11): New variable. Efraim Flashner 2022-02-15gnu: gcc-2.95: Support more systems....* gnu/packages/gcc.scm (gcc-2.95)[supported-systems]: Allow all except powerpc64le-linux and riscv64-linux. [arguments]: Set #:system to the 32-bit version of our supported 64-bit architectures. Modify custom 'set-dynamic-linker-file-name phase to use the glibc-dynamic-linker for the selected system, and to substitute more locations. Efraim Flashner 2022-02-14gnu: gcc: Add 2.95....* gnu/packages/gcc.scm (gcc-2.95): New variable. Ludovic Courtès 2022-02-13gnu: gcc: Add compiler-cpu-architectures for armhf....* gnu/packages/gcc.scm (%gcc-7.5-armhf-micro-architectures, %gcc-10-armhf-micro-architectures): New variables. (gcc-7, gcc-10)[properties]: Add armhf compiler-cpu-architectures. Efraim Flashner 2022-02-13gnu: gcc: Add compiler-cpu-architectures for aarch64....* gnu/packages/gcc.scm (%gcc-7.5-aarch64-micro-architectures, %gcc-10-aarch64-micro-architectures): New variables. (gcc-7, gcc-10)[properties]: Add aarch64 compiler-cpu-architectures. Efraim Flashner 2022-01-01gnu: gcc: Add 'compiler-cpu-architectures' property....* gnu/packages/gcc.scm (%gcc-7.5-x86_64-micro-architectures) (%gcc-10-x86_64-micro-architectures): New variables. (gcc-7, gcc-10): Add 'properties' field. * gnu/packages/commencement.scm (make-gcc-toolchain): Likewise. Ludovic Courtès 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-09gnu: Add gfortran-7....* gnu/packages/gcc.scm (gfortran-7): New variable. Ricardo Wurmus 2021-12-07gnu: make-gccgo: Override empty GOROOT/GCCGOTOOLDIR...gnu/packages/gcc.scm (make-gccgo)[arguments]: Set tool paths (GOROOT and GCCGOTOOLDIR) even if they are already set to "". Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sarah Morgensen 2021-11-11gnu: gcc-5: Fix powerpc64le-linux build...GCC 5 has a misaligned access to a vector pointer which causes a build failure when using GCC 8 and later. Backport upstream fix that was applied on the GCC 6 branch. * gnu/packages/gcc.scm (gcc-5)[source]: Apply gcc-5-fix-powerpc64le-build.patch. * gnu/packages/patches/gcc-5-fix-powerpc64le-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Thiago Jung Bauermann