me
/
guix
Archived
1
0
Fork 0
Commit Graph

228 Commits (6ff3c359e75e65abbb336fe381f05f16fcfd93fd)

Author SHA1 Message Date
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
Liliana Marie Prikler 8d6f66d621
gnu: Add immer.
* gnu/packages/cpp.scm (immer): New variable.
2023-05-14 12:22:29 +02:00
Liliana Marie Prikler f8d06e2c32
gnu: nlohmann-json: Improve package style.
* gnu/package/cpp.scm (nlohmann-json)[source]<snippet>: Fit to 80 chars width.
Use G-Expressions.
[arguments]: Use G-Expressions.
2023-05-14 12:22:29 +02:00
Liliana Marie Prikler 4a3f946408
gnu: nlohmann-json: Update to 3.11.2.
* gnu/packages/cpp.scm (nlohmann-json): Update to 3.11.2.
[source]<snippet>: Adjust accordingly.
[native-inputs]<json_test_data>: Update to 3.1.0.
2023-05-14 12:22:29 +02:00
Liliana Marie Prikler 58e84ec9af
gnu: Rename json-modern-cxx to nlohmann-json.
* gnu/packages/cpp.scm (nlohmann-json): New variable.
(json-modern-cxx): Mark as deprecated alias.
(xtl, jsonnet)[inputs]: Use nlohmann-json.
* gnu/packages/build-tools.scm (bear)[inputs]: Likewise.
* gnu/packages/cybersecurity.scm (blacksmith)[inputs]: Likewise.
* gnu/packages/databases.scm (sqlitebrowser)[inputs]: Adjust comment.
* gnu/packages/games.scm (openrct2)[inputs]: Use nlohmann-json.
* gnu/packages/graphics.scm (f3d)[native-inputs]: Likewise.
* gnu/packages/hardware.scm (openrgb)[inputs]: Likewise.
[arguments]: Adjust accordingly.
* gnu/packages/image-processing.scm (paraview)[inputs]: Adjust comment.
* gnu/packages/irods.scm (irods, irods-client-icommands)[inputs]: Use
nlohmann-json.
* gnu/packages/jupyter.scm (xeus)[inputs]: Likewise.
* gnu/packages/messaging.scm (mtxclient, nheko)[inputs]: Likewise.
* gnu/packages/text-editors.scm (jucipp)[inputs]: Likewise.
* gnu/packages/video.scm (mktoolnix)[inputs]: Likewise.
* gnu/packages/xdisorg.scm (nwg-launchers)[inputs]: Likewise.
2023-05-14 12:22:29 +02:00
Artyom V. Poptsov cc47c5277d
gnu: ftxui: Build ftxui-benchmark.
* gnu/packages/cpp.scm (ftxui)[native-inputs]: Add benchmark.
[arguments]: Remove #:phases.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-13 17:54:14 +08:00
Lu Hui c2cac2e985
gnu: ftxui: Update to 4.0.0.
* gnu/packages/cpp.scm (ftxui): Update to 4.0.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-11 18:15:25 +08:00
Josselin Poiret 4884ee6dd4
gnu: libexpected: Update to 1.1.0.
* gnu/packages/patches/libexpected-use-provided-catch2.patch: Add new patch.
* gnu/packages/patches/libexpected-nofetch.patch: Remove unused patch.
* gnu/local.mk (dist_patch_DATA): Register changes.
* gnu/packages/cpp.scm (libexpected): Update to 1.1.0, and use new patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-28 21:13:36 +02:00
Ricardo Wurmus 54db21b9f8
gnu: Add abseil-cpp-20211102.0.
* gnu/packages/cpp.scm (abseil-cpp-20211102.0): New variable.
2023-04-21 13:10:32 +02:00
Ludovic Courtès 4a51c88da8
gnu: abseil-cpp: Add variant for C++11.
* gnu/packages/cpp.scm (abseil-cpp-for-c++-standard): New procedure.
(abseil-cpp-cxxstd17): Use it.
(abseil-cpp-cxxstd11): New variable.
2023-04-20 15:53:43 +02:00
Ricardo Wurmus 3ff587f8b0
gnu: abseil-cpp-20200923.3: Fix build failure.
* gnu/packages/cpp.scm (abseil-cpp-20200923.3)[arguments]: Add phase 'fix-max
to add a missing type cast.
2023-04-12 14:18:13 +02:00
Ricardo Wurmus 4bb0ea7507
gnu: xsd: Build with GCC 10.
* gnu/packages/cpp.scm (xsd)[native-inputs]: Add gcc-10.
2023-04-08 20:05:05 +02:00
Ricardo Wurmus 58872772c6
gnu: libxsd-frontend: Build with GCC 10.
* gnu/packages/cpp.scm (libxsd-frontend)[native-inputs]: Add gcc-10.
2023-04-08 20:05:05 +02:00
Ricardo Wurmus 53855bf71d
gnu: cli: Use GCC 10.
* gnu/packages/cpp.scm (cli)[native-inputs]: Add gcc-10.
2023-04-08 20:05:05 +02:00
Ricardo Wurmus e335d055a0
gnu: libcutl: Use GCC 10.
* gnu/packages/cpp.scm (libcutl)[native-inputs]: Add gcc-10.
2023-04-08 20:05:05 +02:00
Christopher Baines 7df09ee0ab
Merge remote-tracking branch 'savannah/master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/autotools.scm
	gnu/packages/cmake.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/haskell.scm
	gnu/packages/pdf.scm
	gnu/packages/python-xyz.scm
	gnu/packages/samba.scm
	gnu/packages/tex.scm
	gnu/packages/tls.scm
	gnu/packages/wxwidgets.scm
2023-03-02 10:55:08 +00:00
Sughosha a404f5b640
gnu: Add mcpp.
* gnu/packages/cpp.scm (mcpp): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-11 00:09:40 +01:00
Greg Hogan bdd107088d
gnu: simdjson: Update to 3.1.0.
* gnu/packages/cpp.scm (simdjson): Update to 3.1.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-01 08:41:46 +00:00
Efraim Flashner 4cf1acc7f3
Merge remote-tracking branch 'origin/master' into core-updates
Conflicts:
	doc/guix.texi
	gnu/local.mk
	gnu/packages/admin.scm
	gnu/packages/base.scm
	gnu/packages/chromium.scm
	gnu/packages/compression.scm
	gnu/packages/databases.scm
	gnu/packages/diffoscope.scm
	gnu/packages/freedesktop.scm
	gnu/packages/gnome.scm
	gnu/packages/gnupg.scm
	gnu/packages/guile.scm
	gnu/packages/inkscape.scm
	gnu/packages/llvm.scm
	gnu/packages/openldap.scm
	gnu/packages/pciutils.scm
	gnu/packages/ruby.scm
	gnu/packages/samba.scm
	gnu/packages/sqlite.scm
	gnu/packages/statistics.scm
	gnu/packages/syndication.scm
	gnu/packages/tex.scm
	gnu/packages/tls.scm
	gnu/packages/version-control.scm
	gnu/packages/xml.scm
	guix/build-system/copy.scm
	guix/scripts/home.scm
2023-01-30 12:39:40 +02:00
Tobias Geerinckx-Rice 78299e317a
gnu: google-highway: Update to 1.0.3.
* gnu/packages/cpp.scm (google-highway): Update to 1.0.3.
2023-01-22 01:00:17 +01:00
Tobias Geerinckx-Rice a105e2a392
gnu: libzen: Update to 0.4.40.
* gnu/packages/cpp.scm (libzen): Update to 0.4.40.
2023-01-22 01:00:16 +01:00
Artyom V. Poptsov 5f7ce22201
gnu: Add ftxui.
* gnu/packages/cpp.scm (ftxui): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-01-10 09:14:53 +01:00
Ricardo Wurmus a768b0433e
gnu: Add psascan.
* gnu/packages/cpp.scm (psascan): New variable.
2023-01-06 12:28:15 +01:00
Sughosha a8f1571150
gnu: Add wdl.
Alined and improved the definition, as per the chat in IRC.

* gnu/packages/cpp.scm (wdl): New public variable.
* gnu/packages/patches/wdl-link-libs-and-fix-jnetlib.patch: New file.
* gnu/local.mk: Register the patch file.
2023-01-04 11:22:03 +01:00
Tobias Geerinckx-Rice 627c56f543
gnu: gulrak-filesystem: Update to 1.5.12.
* gnu/packages/cpp.scm (gulrak-filesystem): Update to 1.5.12.
2022-12-11 01:00:00 +01:00
Marius Bakke abf214cda0
gnu: crc32c: Fix build on x86_64-linux.
* gnu/packages/cpp.scm (crc32c)[arguments]: Remove #:phases.  The check is for
SSE support in the compiler, not the build machine; and the runtime code tests
for SSE availability on the CPU before enabling the SSE code path.
2022-11-17 02:28:32 +01:00
Antero Mejr 7d1add80b2
gnu: Add safeint.
* gnu/packages/cpp.scm (safeint): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-15 12:16:43 +01:00
Maxim Cournoyer bc27d83b96
gnu: Add json-dto.
* gnu/packages/cpp.scm (json-dto): New variable.
2022-11-06 00:08:05 -04:00
Vinicius Monego 0e85fceb38
gnu: google-highway: Update to 1.0.2.
* gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
2022-11-05 10:13:54 -03:00
Tobias Geerinckx-Rice 8315b70fe4
gnu: folly: Update to 2022.10.31.00.
* gnu/packages/cpp.scm (folly): Update to 2022.10.31.00.
2022-10-30 02:00:26 +01:00
Z572 fb28e900d4
gnu: ccls: Update to 0.20210330.
* gnu/packages/cpp.scm (ccls): Update to 0.20210330.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-03 18:17:52 +01:00
Marius Bakke 5a5b729d66
gnu: abseil-cpp: Don't use 'package/inherit'.
* gnu/packages/cpp.scm (abseil-cpp): Use object inheritance instead of
PACKAGE/INHERIT because the inherited package has a different source, thus
replacements should not be inherited.
2022-10-17 14:49:41 +02:00
David Elsing 3cbb634a89
gnu: Add sajson-for-gemmi.
* gnu/packages/cpp.scm (sajson-for-gemmi): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-10-15 12:01:34 +02:00
David Elsing fd4342728d
gnu: Add optionparser.
* gnu/packages/cpp.scm (optionparser): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-10-15 12:01:34 +02:00
David Elsing e34bf9b634
gnu: Add sajson.
* gnu/packages/cpp.scm (sajson): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-10-15 12:01:34 +02:00
David Elsing c152902191
gnu: Add pocketfft-cpp.
* gnu/packages/patches/pocketfft-cpp-prefer-preprocessor-if.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/cpp.scm (pocketfft-cpp): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-10-15 12:01:33 +02:00
David Elsing afd853977a
gnu: Add fast-float.
* gnu/packages/cpp.scm (fast-float-test-files, fast-float): New variables.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-10-15 12:01:33 +02:00
Hilton Chain dc07a4ce6c
gnu: Add crc32c.
* gnu/packages/cpp.scm (crc32c): New variable.
* gnu/packages/patches/crc32c-unbundle-googletest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-28 20:22:38 +02:00
Hilton Chain 7bcfdebc55
gnu: Add abseil-cpp-cxxstd17.
* gnu/packages/cpp.scm (abseil-cpp-cxxstd17): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-28 20:22:38 +02:00