Liliana Marie Prikler
d1ecd3c67c
gnu: Add wide-integer.
...
* gnu/packages/cpp.scm (wide-integer): New variable.
2024-03-02 08:00:13 +01:00
Attila Lendvai
9038a46751
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>
2024-03-01 14:49:32 +01:00
Paul A. Patience
a1bf3139a0
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>
2024-03-01 14:09:53 +08:00
Paul A. Patience
b18c003c69
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>
2024-03-01 14:09:32 +08:00
David Elsing
24518d038b
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>
2024-02-13 11:04:47 +00:00
Ricardo Wurmus
4bab3a2602
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
2024-02-11 21:44:38 +01:00
Liliana Marie Prikler
edaa752321
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.
2024-01-28 08:13:16 +01:00
Efraim Flashner
da3e6aea0a
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
2024-01-24 19:15:30 +02:00
Efraim Flashner
c0f3c0cfd9
gnu: range-v3: Format with 'guix style'.
...
* gnu/packages/cpp.scm (range-v3): Format with 'guix style'.
Change-Id: I249443e5e5d0f7ef49e33de4f140246a862101d2
2024-01-24 19:15:30 +02:00
Efraim Flashner
3643389ba7
gnu: range-v3: Build with newer gcc.
...
* gnu/packages/cpp.scm (range-v3)[native-inputs]: Remove gcc-9.
Change-Id: I0411d5db3e3df15c6df0a9a010d311fe1c80015c
2024-01-24 19:15:25 +02:00
Maxim Cournoyer
0ec349078f
gnu: Add expected-lite.
...
* gnu/packages/cpp.scm (expected-lite): New variable.
Change-Id: I5a21dd631e1f2a3c97b920efcdca69f2537b42da
2024-01-09 22:10:11 -05:00
Efraim Flashner
33b816864d
gnu: google-highway: Update to 1.0.7.
...
* gnu/packages/cpp.scm (google-highway): Update to 1.0.7.
Change-Id: I8374135da8343910156709c255f144dab1554cc0
2023-12-27 15:40:37 +02:00
Efraim Flashner
b28bcd49c2
gnu: google-highway: Build shared libraries.
...
* gnu/packages/cpp.scm (google-highway)[arguments]: Add configure-flag
to build shared libraries.
Change-Id: Ic222dd454290742c7c964a1a5a5b7d8d7533c3e1
2023-12-27 15:40:37 +02:00
Greg Hogan
af2735e874
gnu: abseil-cpp: Update to 20230802.1.
...
* 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
2023-12-04 22:26:36 +01:00
Liliana Marie Prikler
9408fa3754
gnu: Add mapbox-variant.
...
* gnu/packages/cpp.scm (mapbox-variant): New variable.
Change-Id: Id84b35d97d73fcf1c116ddca844bc75ada627b55
2023-11-30 09:08:05 +01:00
Greg Hogan
8d596af2c9
gnu: folly: Update to 2023.11.06.00.
...
* gnu/packages/cpp.scm (folly): Update to 2023.11.06.00.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-23 12:56:44 +01:00
Maxim Cournoyer
f296ceaafc
gnu: Add frozen.
...
* gnu/packages/cpp.scm (frozen): New variable.
Change-Id: I738dfcfa55ddb824c2186fb61484a8a3c9532b35
2023-11-07 22:35:31 -05:00
Ricardo Wurmus
6797aac408
gnu: Add static-abseil-cpp.
...
* gnu/packages/cpp.scm (static-abseil-cpp): New variable.
(make-static-abseil-cpp): New procedure.
Change-Id: I0b0b17b31461baf1189d7c818a82c99baad253c1
2023-10-30 12:25:47 +01:00
Ludovic Courtès
81b293ef34
gnu: kokkos: Restrict builds to 64-bit architectures.
...
* gnu/packages/cpp.scm (kokkos)[supported-systems]: New field.
Change-Id: Ia49e40471e59242e4b40879277a81de022a92d1f
2023-10-24 00:02:14 +02:00
Paul A. Patience
50b82ea44e
gnu: Add kokkos.
...
* gnu/packages/cpp.scm (kokkos): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-14 22:41:44 +02:00
Paul A. Patience
4fbfe6c4ce
gnu: Add taskflow.
...
* gnu/packages/cpp.scm (taskflow): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-14 22:41:44 +02:00
Jean-Pierre De Jesus DIAZ
04e90035b8
gnu: Add simdjson 0.6.
...
* gnu/packages/cpp.scm (simdjson-0.6): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-28 11:44:10 +02:00
Jean-Pierre De Jesus DIAZ
700e4e8a42
gnu: Add robin-hood-hashing.
...
* gnu/packages/cpp.scm (robin-hood-hashing): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-28 11:44:10 +02:00
Tobias Geerinckx-Rice
6415fd680d
gnu: libzen: Update to 0.4.41.
...
* gnu/packages/cpp.scm (libzen): Update to 0.4.41.
2023-09-10 02:00:00 +02:00
Sughosha
cf2a8755db
gnu: Add optional-lite.
...
* gnu/packages/cpp.scm (optional-lite): New variable.
2023-09-02 09:26:28 +02:00
Antero Mejr
2c37b33796
gnu: Add python-jsonnet.
...
* gnu/packages/cpp.scm (python-jsonnet): New variable.
2023-09-02 09:15:24 +02:00
宋文武
5f00e0363c
gnu: Add libcppgenerate.
...
* 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>
2023-09-01 10:53:37 -04:00
宋文武
436d9487da
gnu: chaiscript: Fix tests.
...
* gnu/packages/cpp.scm (chaiscript)[source]: Add snippet.
[inputs]: Add catch2.
2023-08-31 18:01:06 +08:00
Greg Hogan
c1090dd4d6
gnu: bloomberg-bde: Update to 3.118.0.1.
...
* 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>
2023-08-17 17:39:32 +02:00
Greg Hogan
7af5597e21
gnu: bloomberg-bde-tools: Update to 3.118.0.0.
...
* gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 3.118.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-17 17:39:16 +02:00
Tobias Geerinckx-Rice
8175078275
gnu: gperftools: Update to 2.11.
...
* gnu/packages/cpp.scm (gperftools): Update to 2.11.
2023-08-13 02:00:00 +02:00
Tobias Geerinckx-Rice
a0508975dd
gnu: google-highway: Update to 1.0.5.
...
* gnu/packages/cpp.scm (google-highway): Update to 1.0.5.
2023-07-16 02:00:20 +02:00
Tobias Geerinckx-Rice
ef64cc509e
gnu: xtl: Use G-expressions.
...
* gnu/packages/cpp.scm (xtl)[arguments]:
Rewrite as G-expressions.
2023-07-09 02:00:09 +02:00
Tobias Geerinckx-Rice
6e0c8f097b
gnu: xtl: Update to 0.7.5.
...
* gnu/packages/cpp.scm (xtl): Update to 0.7.5.
2023-07-09 02:00:09 +02:00
David Elsing
1a86c362a1
gnu: Add tl-optional.
...
* gnu/packages/cpp.scm (tl-optional): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing
25045bec67
gnu: Add tsl-ordered-map.
...
* gnu/packages/cpp.scm (tsl-ordered-map): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing
53ade735cf
gnu: Add tsl-sparse-map.
...
* gnu/packages/cpp.scm (tsl-sparse-map): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing
33e2996375
gnu: Add tsl-hopscotch-map.
...
* gnu/packages/cpp.scm (tsl-hopscotch-map): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:19 +02:00
David Elsing
6ff3c359e7
gnu: Add mpark-variant.
...
* gnu/packages/cpp.scm (mpark-variant): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:19 +02:00
Greg Hogan
269cfe341f
gnu: aws-sdk-cpp: Update to 1.9.306.
...
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.306.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:04 +02:00
Zheng Junjie
09449ef6f6
gnu: psascan: Do not build with "-march=native".
...
* gnu/packages/cpp.scm (psascan)[origin]: Add 'snippet'.
[properties]: New field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14 22:34:17 +03:00
Efraim Flashner
ff6bb37299
gnu: cpp-httplib: Update to 0.12.5.
...
* gnu/packages/cpp.scm (cpp-httplib): Update to 0.12.5.
[arguments]: Adjust configure-flags to build the tests. Add a make-flag
to set CXX. Adjust custom 'disable-network-tests phase to skip more
network tests. Remove custom 'check phase.
[native-inputs]: Add googletest.
2023-06-05 22:00:56 +03:00
Denis 'GNUtoo' Carikli
c3f9445144
gnu: cpp-mustache: Update to 5.0 to fix build.
...
* gnu/packages/cpp.scm (cpp-mustache): Update to 5.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-02 16:05:25 +02:00
Liliana Marie Prikler
f74d0645cc
gnu: cli11: Use G-Expressions.
...
* gnu/packages/cpp.scm (cli11)[arguments]: Convert to list of G-Expressions.
2023-05-28 23:14:18 +02:00
Liliana Marie Prikler
3be2000d5f
gnu: cli11: Update to 2.3.2.
...
* gnu/packages/cpp.scm (cli11): Update to 2.3.2.
[source]: Remove snippet.
[arguments]: Drop #:imported-modules, #:modules, and #:phases.
[native-inputs]: Add “catch2”.
2023-05-28 23:14:18 +02:00
Saku Laesvuori
c10c24e956
gnu: c++-gsl: Update to 4.0.0
...
* gnu/packages/cpp.scm (c++gsl): Update to 4.0.0.
* gnu/packages/patches/c++-gsl-find-system-gtest.patch: Delete file.
* gnu/packages/patches/c++-gsl-move-array-bounds-tests.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): Remove deleted patches.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-28 13:09:40 +02:00
Greg Hogan
4dc6fa08be
gnu: cxxopts: Update to 3.1.1.
...
* gnu/packages/cpp.scm (cxxopts): Update to 3.1.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:55:30 +02:00
Liliana Marie Prikler
28bfc5cd08
gnu: cpp: Mention that autoload prevents module cycles.
...
* gnu/packages/cpp.scm: Add a comment on the #:autoload to explain that
serialization depends on cpp.
2023-05-14 12:29:04 +02:00
Liliana Marie Prikler
006bf1ba97
gnu: Add lager.
...
* gnu/packages/cpp.scm (lager): New variable.
2023-05-14 12:22:30 +02:00
Liliana Marie Prikler
882f55ff73
gnu: Add zug.
...
* gnu/packages/cpp.scm (zug): New variable.
2023-05-14 12:22:30 +02:00