aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'savannah/master' into mesa-updatesChristopher Baines2024-04-09
|\ | | | | | | Change-Id: Iad185e2ced97067b3dff8fd722435a6c5e2c00e5
| * gnu: Add pystring.Vinicius Monego2024-04-06
| | | | | | | | | | | | * gnu/packages/cpp.scm (pystring): New variable. Change-Id: Ifff1ae3d3ed8ec880a2dd098d6d81de28d7bdda6
| * gnu: openimageio: Update to 2.5.10.1.Vinicius Monego2024-04-06
| | | | | | | | | | | | | | | | | | | | | | * 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
| * gnu: kokkos: Update to 4.2.01.Romain GARBAGE2024-04-05
| | | | | | | | | | | | | | * gnu/packages/cpp.scm (kokkos): Update to 4.2.01. Change-Id: I29df429ad8d347ba486f0a59bf1c4e2a106e51d1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: sobjectizer: Update to 5.8.2.Maxim Cournoyer2024-04-03
| | | | | | | | | | | | | | * gnu/packages/cpp.scm (sobjectizer): Update to 5.8.2. [arguments]: Delete trailing #t. Change-Id: I639ca0a7324987534eda13e63c44ec8c7ace0139
| * gnu: Add syscmdline.Maxim Cournoyer2024-04-03
| | | | | | | | | | | | * gnu/packages/cpp.scm (syscmdline): New variable. Change-Id: I721b0eb5358cf41eade23c093b506b4750c53082
* | gnu: magic-enum: Update to 0.9.5.dan2024-04-01
|/ | | | | | | * gnu/packages/cpp.scm (magic-enum): Update to 0.9.5. Change-Id: I8306d7ef69276e33f7daada895165a88bfc938ad Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
* gnu: Add castxml.Ricardo Wurmus2024-03-27
| | | | | | * gnu/packages/cpp.scm (castxml): New variable. Change-Id: I11fe3bce19a1bdb1170aa81547574836a823bcb8
* gnu: gperftools: Fix build on riscv64-linux.Zheng Junjie2024-03-10
| | | | | | | | * 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>
* gnu: Add wide-integer.Liliana Marie Prikler2024-03-02
| | | | * gnu/packages/cpp.scm (wide-integer): New variable.
* gnu: c2ffi: Update to 16.0.0.0.Attila Lendvai2024-03-01
| | | | | | | | * 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>
* gnu: reproc: Improve package style.Paul A. Patience2024-03-01
| | | | | | | | | * 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>
* gnu: reproc: Enable reproc++.Paul A. Patience2024-03-01
| | | | | | | | * gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add -DREPROC++=ON. Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0 Signed-off-by: Hilton Chain <hako@ultrarare.space>
* gnu: fast-float: Update to 6.0.0.David Elsing2024-02-13
| | | | | | | * 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>
* gnu: google-highway: Fix tests on i686-linux.Ricardo Wurmus2024-02-11
| | | | | | | | | | 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
* gnu: immer: Update to 0.8.1.Liliana Marie Prikler2024-01-28
| | | | | | * gnu/packages/cpp.scm (immer): Update to 0.8.1. [source]: Drop modules and snippet. [arguments]: Add #:configure-flags to disable -Werror.
* gnu: range-v3: Update to 0.12.0.Efraim Flashner2024-01-24
| | | | | | | | | * 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
* gnu: range-v3: Format with 'guix style'.Efraim Flashner2024-01-24
| | | | | | * gnu/packages/cpp.scm (range-v3): Format with 'guix style'. Change-Id: I249443e5e5d0f7ef49e33de4f140246a862101d2
* gnu: range-v3: Build with newer gcc.Efraim Flashner2024-01-24
| | | | | | * gnu/packages/cpp.scm (range-v3)[native-inputs]: Remove gcc-9. Change-Id: I0411d5db3e3df15c6df0a9a010d311fe1c80015c
* gnu: Add expected-lite.Maxim Cournoyer2024-01-09
| | | | | | * gnu/packages/cpp.scm (expected-lite): New variable. Change-Id: I5a21dd631e1f2a3c97b920efcdca69f2537b42da
* gnu: google-highway: Update to 1.0.7.Efraim Flashner2023-12-27
| | | | | | * gnu/packages/cpp.scm (google-highway): Update to 1.0.7. Change-Id: I8374135da8343910156709c255f144dab1554cc0
* gnu: google-highway: Build shared libraries.Efraim Flashner2023-12-27
| | | | | | | * gnu/packages/cpp.scm (google-highway)[arguments]: Add configure-flag to build shared libraries. Change-Id: Ic222dd454290742c7c964a1a5a5b7d8d7533c3e1
* gnu: abseil-cpp: Update to 20230802.1.Greg Hogan2023-12-04
| | | | | | | | | | | | | * gnu/packages/cpp.scm (abseil-cpp): Update to 20230802.1. [arguments]<#:phases>: Add phase to set timezone environment variable. * gnu/packages/cpp.scm (abseil-cpp-20220623.1): Keep old version. * gnu/packages/cpp.scm (abseil-cpp-for-c++-standard): Accept package to inherit from. * gnu/packages/cpp.scm (abseil-cpp-cxxstd11, abseil-cpp-cxxstd17): Inherit from latest supported version. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I7c29e1cd980b04496000eeb038529cdc6f636cb7
* gnu: Add mapbox-variant.Liliana Marie Prikler2023-11-30
| | | | | | * gnu/packages/cpp.scm (mapbox-variant): New variable. Change-Id: Id84b35d97d73fcf1c116ddca844bc75ada627b55
* gnu: folly: Update to 2023.11.06.00.Greg Hogan2023-11-23
| | | | | | * gnu/packages/cpp.scm (folly): Update to 2023.11.06.00. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add frozen.Maxim Cournoyer2023-11-07
| | | | | | * gnu/packages/cpp.scm (frozen): New variable. Change-Id: I738dfcfa55ddb824c2186fb61484a8a3c9532b35
* gnu: Add static-abseil-cpp.Ricardo Wurmus2023-10-30
| | | | | | | * gnu/packages/cpp.scm (static-abseil-cpp): New variable. (make-static-abseil-cpp): New procedure. Change-Id: I0b0b17b31461baf1189d7c818a82c99baad253c1
* gnu: kokkos: Restrict builds to 64-bit architectures.Ludovic Courtès2023-10-24
| | | | | | * gnu/packages/cpp.scm (kokkos)[supported-systems]: New field. Change-Id: Ia49e40471e59242e4b40879277a81de022a92d1f
* gnu: Add kokkos.Paul A. Patience2023-10-14
| | | | | | * gnu/packages/cpp.scm (kokkos): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add taskflow.Paul A. Patience2023-10-14
| | | | | | * gnu/packages/cpp.scm (taskflow): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add simdjson 0.6.Jean-Pierre De Jesus DIAZ2023-09-28
| | | | | | * gnu/packages/cpp.scm (simdjson-0.6): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add robin-hood-hashing.Jean-Pierre De Jesus DIAZ2023-09-28
| | | | | | * gnu/packages/cpp.scm (robin-hood-hashing): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libzen: Update to 0.4.41.Tobias Geerinckx-Rice2023-09-10
| | | | * gnu/packages/cpp.scm (libzen): Update to 0.4.41.
* gnu: Add optional-lite.Sughosha2023-09-02
| | | | * gnu/packages/cpp.scm (optional-lite): New variable.
* gnu: Add python-jsonnet.Antero Mejr2023-09-02
| | | | * gnu/packages/cpp.scm (python-jsonnet): New variable.
* gnu: Add libcppgenerate.宋文武2023-09-01
| | | | | | | | * gnu/packages/cpp.scm (libcppgenerate): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: chaiscript: Fix tests.宋文武2023-08-31
| | | | | * gnu/packages/cpp.scm (chaiscript)[source]: Add snippet. [inputs]: Add catch2.
* gnu: bloomberg-bde: Update to 3.118.0.1.Greg Hogan2023-08-17
| | | | | | | | | | * gnu/packages/cpp.scm (bloomberg-bde): Update to 3.118.0.1. [source](origin): Update test deletion list. [arguments]<#:configure-flags>: Update from C++17 to C++20. [supported-systems]: Only support x86_64-linux. * gnu/packages/patches/bloomberg-bde-cmake-module-path.patch: Rebase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bloomberg-bde-tools: Update to 3.118.0.0.Greg Hogan2023-08-17
| | | | | | * gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 3.118.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gperftools: Update to 2.11.Tobias Geerinckx-Rice2023-08-13
| | | | * gnu/packages/cpp.scm (gperftools): Update to 2.11.
* gnu: google-highway: Update to 1.0.5.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/cpp.scm (google-highway): Update to 1.0.5.
* gnu: xtl: Use G-expressions.Tobias Geerinckx-Rice2023-07-09
| | | | | * gnu/packages/cpp.scm (xtl)[arguments]: Rewrite as G-expressions.
* gnu: xtl: Update to 0.7.5.Tobias Geerinckx-Rice2023-07-09
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.7.5.
* gnu: Add tl-optional.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (tl-optional): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add tsl-ordered-map.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (tsl-ordered-map): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add tsl-sparse-map.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (tsl-sparse-map): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add tsl-hopscotch-map.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (tsl-hopscotch-map): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add mpark-variant.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (mpark-variant): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: aws-sdk-cpp: Update to 1.9.306.Greg Hogan2023-06-25
| | | | | | * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.306. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: psascan: Do not build with "-march=native".Zheng Junjie2023-06-14
| | | | | | | * gnu/packages/cpp.scm (psascan)[origin]: Add 'snippet'. [properties]: New field. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>