summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: reproc: Update to 14.2.5.•••* gnu/packages/cpp.scm (reproc): Update to 14.2.5. Change-Id: Ia030c4494c56c15f11b64aaa58d319a5fb7ed8b9 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov2024-10-041-3/+3
* gnu: kokkos: Mark as tunable.•••* gnu/packages/cpp.scm (kokkos)[properties]: New field. Change-Id: I763828ab23547dd519c2fe104ef2ac0b31e1add7 Ludovic Courtès2024-10-041-1/+6
* gnu: abseil-cpp: Skip 2 tests on riscv64-linux.•••* gnu/packages/cpp.scm (abseil-cpp)[arguments]: When building for riscv64-linux replace the 'check phase to skip 2 tests. Change-Id: I92a35795dad1a00606954aae7515701ad402f243 Efraim Flashner2024-09-291-1/+9
* gnu: aws-sdk-cpp: Update to 1.11.402.•••* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.402. Change-Id: I105b7bfc80f264eb9374ca71dfaf5e5417f98cbe Greg Hogan2024-09-281-2/+2
* gnu: aws-crt-cpp: Update to 0.28.2.•••* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.28.2. Change-Id: I0335caaf5705cbf635045568759cad3afc19345b Greg Hogan2024-09-281-2/+2
* gnu: folly: Update to 2024.09.09.00.•••* gnu/packages/cpp.scm (folly): Update to 2024.09.09.00. [inputs]: Add fast-float. Change-Id: Icbe6ec261561729178df0920a53ece7d4eded15d Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2024-09-281-6/+8
* gnu: fast-float: Update to 6.1.6.•••* gnu/packages/cpp.scm (fast-float): Update to 6.1.6. [license]: Add BSL-1.0. Change-Id: Ia85d6146332453a45cf54837cb53b3e05ca052f7 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2024-09-281-3/+3
* gnu: fast-float-test-files: Update to 1.0.0.•••* gnu/packages/cpp.scm (fast-float-test-files): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2024-09-281-7/+6
* gnu: magic-enum: Update to 0.9.6.•••* gnu/packages/cpp.scm (magic-enum): Update to 0.9.6. Change-Id: I9d1175554d3fd956b063e3f29dff623c4cdb0059 Zheng Junjie2024-09-271-2/+2
* gnu: Add cpp-ada-url-parser.•••* gnu/packages/cpp.scm (cpp-ada-url-parser): New variable. (cpm-for-cpp-ada-url-parser): New variable. Change-Id: I0b61c3b136e2781774c6a5e67eeb6b662e97dd88 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> dan2024-09-261-0/+57
* gnu: simdjson: Update to 3.10.1.•••* gnu/packages/cpp.scm (simdjson): Update to 3.10.1. Change-Id: I6711077e162bcfbf6702d521fdeec44e3b21f074 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> dan2024-09-261-2/+2
* gnu: ftxui: Fix cross-compiling.•••* gnu/packages/cpp.scm (ftxui)[arguments]<#:configure-flags>: Disable FTXUI_BUILD_TESTS when cross-compiling. Change-Id: I0c4578febcbd40076dc0b85505406e16d4b65ba1 Zheng Junjie2024-09-181-1/+4
* gnu: ftxui: Build shared libraries.•••* gnu/packages/cpp.scm (ftxui)[arguments]<#:configure-flags>: Add -DBUILD_SHARED_LIBS=ON. Change-Id: I0c4578febcbd40076dc0b85505406e16d4b65ba1 Zheng Junjie2024-09-181-1/+2
* gnu: kokkos: Update to 4.4.00.•••* gnu/packages/cpp.scm (kokkos): Update to 4.4.00. Change-Id: I58b6fed438721bce58645a03b76851183e675a69 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Romain GARBAGE2024-09-161-2/+2
* gnu: cpp-httplib: Update to 0.16.0.•••* gnu/packages/cpp.scm (cpp-httplib): Update to 0.16.0. David Elsing2024-09-061-2/+2
* gnu: asmjit: Update to commit 062e69c.•••* gnu/packages/cpp.scm (asmjit): Update to commit 062e69c. David Elsing2024-09-061-2/+2
* gnu: mpark-variant: Fix build.•••* gnu/packages/cpp.scm (mpark-variant)[native-inputs]: Add gcc-12. Liliana Marie Prikler2024-09-051-1/+1
* gnu: tomlplusplus: Fix build.•••* gnu/packages/cpp.scm (tomlplusplus)[arguments]<#:phases>: Move the "C" locale to part of the utf8 locale list. [native-inputs]: Add ‘libc-utf8-locales-for-target’. Change-Id: I1e6362dd27e88d22e1c40aea1ccf1767c93fbeac John Kehayias2024-08-311-3/+5
* build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod...•••Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer2024-08-311-1/+1
* gnu: Add biblesync.•••* gnu/packages/cpp.scm (biblesync): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I48ae683824214a2609b83e1b0af2880b4ac46d44 Peepo Froggings2024-08-211-18/+52
* gnu: ftxui: Update to 5.0.0.•••* gnu/packages/cpp.scm (ftxui): Update to 5.0.0. Change-Id: I5a1d0170c9d44426fb76eb00296af644fa7d8c16 Zheng Junjie2024-07-301-2/+2
* gnu: lager: Update to 0.1.1.•••* gnu/packages/cpp.scm (lager): Update to 0.1.1. Change-Id: Ied19cc6d5371cee9d97aa4dfb21a78f6d1582f10 Liliana Marie Prikler2024-07-271-27/+25
* gnu: zug: Update to 0.1.1.•••* gnu/packages/cpp.scm (zug): Update to 0.1.1. Change-Id: I0e86256f986bab5d97081ddd9ef85375643a6997 Liliana Marie Prikler2024-07-271-22/+20
* gnu: c2ffi: Update to 18.1.0.0.•••Change-Id: Ie4a2c35d001a1c74be117312deb5f81d66109dfd Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Attila Lendvai2024-07-151-8/+6
* gnu: asmjit: Update to commit 3ca5c18.•••* gnu/packages/cpp.scm (asmjit): Update to commit 3ca5c18. David Elsing2024-06-181-3/+3
* gnu: kokkos: update to 4.3.01.•••* gnu/packages/cpp.scm (kokkos): Update to 4.3.01. Signed-off-by: Andreas Enge <andreas@enge.fr> angicque2024-06-141-2/+2
* gnu: abseil-cpp: Fix linking on riscv64-linux.•••* gnu/packages/cpp.scm (abseil-cpp)[arguments]: When building for riscv64-linux adjust the configure-flags to link with latomic. Change-Id: I12099d1a99b54f20f7ddbba2fbd495379a05476b Efraim Flashner2024-05-231-0/+5
* gnu: abseil-cpp: Fix build on i686-linux.•••* gnu/packages/cpp.scm (abseil-cpp)[source]: Add patch. (abseil-cpp-20220623.1)[source]: Same. * gnu/packages/patches/abseil-cpp-20220623.1-no-kepsilon-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I27b9abc2c44ff6dc313209f4b0b12542a92d6fcd Efraim Flashner2024-05-211-2/+6
* gnu: abseil-cpp-20200923.3: Fix test suite on some architectures.•••* gnu/packages/cpp.scm (abseil-cpp-20200923.3)[source]: Add patches. * gnu/packages/patches/abseil-cpp-20200923.3-adjust-sysinfo.patch, gnu/packages/patches/abseil-cpp-20200923.3-duration-test.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: I3a0a6c3396a7c2854236c68ec77a68bbdd6af1f4 Efraim Flashner2024-05-211-1/+3
* gnu: psascan: Limit to 64-bit systems.•••* gnu/packages/cpp.scm (psascan)[supported-systems]: New field. Change-Id: I19eef41449a16b4440f3dd73cdb181c7c3383e84 Efraim Flashner2024-05-071-0/+2
* gnu: cpplint: Use pyproject-build-system.•••* gnu/packages/cpp.scm (cpplint)[build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. Change-Id: I270de2cafe75ef2d7280dee884a0aeb060f2aa32 Ricardo Wurmus2024-04-221-8/+5
* gnu: Add tomlplusplus.•••* gnu/packages/cpp.scm (tomlplusplus): New variable. Change-Id: I4b5c79e9fdcfdaa80c0c24bb89bf5b783f1a581f Modified-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space> Daniel Ziltener2024-04-201-0/+36
* Merge remote-tracking branch 'savannah/master' into mesa-updates•••Change-Id: Iad185e2ced97067b3dff8fd722435a6c5e2c00e5 Christopher Baines2024-04-091-7/+87
|\
| * gnu: Add pystring.•••* gnu/packages/cpp.scm (pystring): New variable. Change-Id: Ifff1ae3d3ed8ec880a2dd098d6d81de28d7bdda6 Vinicius Monego2024-04-061-0/+38
| * gnu: openimageio: Update to 2.5.10.1.•••* gnu/packages/graphics.scm (openimageio): Update to 2.5.10.1. [source]: Adjust tag prefix. [arguments]: Use G-Expressions. <#:configure-flags>: Pass "-DOIIO_BUILD_TESTS=false". [inputs]: Replace openexr-2 with openexr, fmt-8 with fmt. Use package labels. Sort alphabetically. Change-Id: I7016f89c5b7c78cbc1ffeac23e5c0cefe2a8f43b Vinicius Monego2024-04-061-1/+1
| * gnu: kokkos: Update to 4.2.01.•••* gnu/packages/cpp.scm (kokkos): Update to 4.2.01. Change-Id: I29df429ad8d347ba486f0a59bf1c4e2a106e51d1 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Romain GARBAGE2024-04-051-2/+2
| * gnu: sobjectizer: Update to 5.8.2.•••* gnu/packages/cpp.scm (sobjectizer): Update to 5.8.2. [arguments]: Delete trailing #t. Change-Id: I639ca0a7324987534eda13e63c44ec8c7ace0139 Maxim Cournoyer2024-04-031-4/+3
| * gnu: Add syscmdline.•••* gnu/packages/cpp.scm (syscmdline): New variable. Change-Id: I721b0eb5358cf41eade23c093b506b4750c53082 Maxim Cournoyer2024-04-031-0/+43
* | gnu: magic-enum: Update to 0.9.5.•••* gnu/packages/cpp.scm (magic-enum): Update to 0.9.5. Change-Id: I8306d7ef69276e33f7daada895165a88bfc938ad Signed-off-by: John Kehayias <john.kehayias@protonmail.com> dan2024-04-011-2/+3
|/
* gnu: Add castxml.•••* gnu/packages/cpp.scm (castxml): New variable. Change-Id: I11fe3bce19a1bdb1170aa81547574836a823bcb8 Ricardo Wurmus2024-03-271-0/+32
* gnu: gperftools: Fix build on riscv64-linux.•••* gnu/packages/cpp.scm(gperftools)[arguments]: When building for riscv64-linux always link with libatomic. Change-Id: I067087fffd8c142759b6d113f993c3e2ab1aef9b Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zheng Junjie2024-03-101-4/+7
* gnu: Add wide-integer.•••* gnu/packages/cpp.scm (wide-integer): New variable. Liliana Marie Prikler2024-03-021-0/+31
* gnu: c2ffi: Update to 16.0.0.0.•••* gnu/packages/cpp.scm (c2ffi): Update to 16.0.0.0. [native-inputs, inputs]: Replace clang-12 by clang-16. Change-Id: I8b9562ea865347eafd2e098c3cf2b42611140aff Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Attila Lendvai2024-03-011-5/+7
* gnu: reproc: Improve package style.•••* gnu/packages/cpp.scm (reproc)[arguments]: Use G-expressions. <#:configure-flags>: Remove unnecessary comment. Enable CMake variable with ON rather than 1. Change-Id: Ic5e6747e7978a40d1aab66b4c3634342736c0bcf Signed-off-by: Hilton Chain <hako@ultrarare.space> Paul A. Patience2024-03-011-5/+3
* gnu: reproc: Enable reproc++.•••* gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add -DREPROC++=ON. Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0 Signed-off-by: Hilton Chain <hako@ultrarare.space> Paul A. Patience2024-03-011-1/+2
* gnu: fast-float: Update to 6.0.0.•••* gnu/packages/cpp.scm (fast-float): Update to 6.0.0. [arguments]: Adjust path to test files. Signed-off-by: Christopher Baines <mail@cbaines.net> David Elsing2024-02-131-6/+4
* gnu: google-highway: Fix tests on i686-linux.•••The tests are supposed to be skipped when there are problems with excess precision. * gnu/packages/cpp.scm (google-highway)[arguments]: Modify phases when building for i686-linux to conditionally patch the tests. Change-Id: I6381a8c9f65196fd1d7d4e4130d784863b634df5 Ricardo Wurmus2024-02-111-2/+12
* gnu: immer: Update to 0.8.1.•••* gnu/packages/cpp.scm (immer): Update to 0.8.1. [source]: Drop modules and snippet. [arguments]: Add #:configure-flags to disable -Werror. Liliana Marie Prikler2024-01-281-13/+6
* gnu: range-v3: Update to 0.12.0.•••* gnu/packages/cpp.scm (range-v3): Update to 0.12.0. [source]: Remove patch. * gnu/packages/patches/range-v3-build-with-gcc10.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I078937f9aff0da31ede8d472d8739e48bb775c55 Efraim Flashner2024-01-241-4/+3
* gnu: range-v3: Format with 'guix style'.•••* gnu/packages/cpp.scm (range-v3): Format with 'guix style'. Change-Id: I249443e5e5d0f7ef49e33de4f140246a862101d2 Efraim Flashner2024-01-241-24/+19