Commit graph

93 commits

Author SHA1 Message Date
Paul A. Patience 483f537081
doc, gnu, guix: Fix typos.
* doc/guix.texi: Fix various typos and reword a sentence.
* gnu/packages/cpp.scm (cpplint)[description]: Fix typo.
* gnu/packages/dns.scm (ldns): Fix typo in comment.
* gnu/packages/games.scm (yamagi-quake2): Fix typo in comment.
* gnu/packages/qt.scm (python-pyqtwebengine): Fix typo in comment.
* gnu/packages/rails.scm (ruby-autoprefixer-rails): Fix typo in comment.
* gnu/packages/syndication.scm (quiterss)[description]: Fix typo.
* gnu/packages/terminals.scm (kmscon): Fix typo in comment.
* gnu/packages/xml.scm (perl-xml-sax-base)[description]: Fix typo.
  (python-elementpath)[description]: Fix typo.
* guix/build/asdf-build-system.scm (output-translation): Fix typo in docstring.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-13 23:57:45 +02:00
Tobias Geerinckx-Rice 9dbedb8bae
gnu: folly: Update to 2021.04.26.00.
* gnu/packages/cpp.scm (folly): Update to 2021.04.26.00.
2021-04-28 19:11:13 +02:00
Tobias Geerinckx-Rice 97d9814167
gnu: xsimd: Update to 7.5.0.
* gnu/packages/cpp.scm (xsimd): Update to 7.5.0.
2021-04-28 19:11:13 +02:00
Tobias Geerinckx-Rice 28c09381d4
gnu: xsimd: Update to 7.4.10.
* gnu/packages/cpp.scm (xsimd): Update to 7.4.10.
2021-04-09 17:37:44 +02:00
Raghav Gururajan 510e24f973
gnu: Add xsd.
* gnu/packages/cpp.scm (xsd): New variable.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-27 23:55:34 -04:00
Raghav Gururajan f649a0a557
gnu: Add cli.
* gnu/packages/cpp.scm (cli): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-27 23:32:11 -04:00
Raghav Gururajan 111004cc58
gnu: Add libxsd-frontend.
* gnu/packages/cpp.scm (libxsd-frontend): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-27 23:29:10 -04:00
Raghav Gururajan ae479f1834
gnu: Add libcutl.
* gnu/packages/cpp.scm (libcutl): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-27 23:23:26 -04:00
Tobias Geerinckx-Rice 8a423f8911
gnu: ccls: Update to 0.20201219.
* gnu/packages/cpp.scm (ccls): Update to 0.20201219.
2021-03-27 20:52:17 +01:00
Greg Hogan 6457985e39
gnu: abseil-cpp: Patch sterror_test.
* gnu/packages/patches/abseil-cpp-fix-gtest.patch: Renamed file.
* gnu/packages/patches/abseil-cpp-fix-strerror_test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Rename / add files.
* gnu/packages/cpp.scm (abseil-cpp)[source]: Use files.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-19 22:32:40 +01:00
Greg Hogan c4d616f7c6
gnu: abseil-cpp: Update to 20200923.3.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20200923.3.
[arguments]: Enable external googletest.
* gnu/packages/patches/abseil-cpp-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-19 22:17:03 +01:00
Greg Hogan bd0808f131
gnu: aws-sdk-cpp: Update to 1.8.159.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.8.159.
[arguments]: Build as shared library

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-12 23:58:55 +01:00
Tobias Geerinckx-Rice d5542627fa
gnu: range-v3: Fix typo in description.
* gnu/packages/cpp.scm (range-v3)[description]: Fix typo.
2021-03-10 01:16:07 +01:00
Greg Hogan be22c87d2d
gnu: Add pcg-cpp.
* gnu/packages/cpp.scm (pcg-cpp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-02 23:12:36 +01:00
Greg Hogan f16168744e
gnu: Add caf.
* gnu/packages/cpp.scm (caf): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-25 14:41:41 -05:00
Mathieu Othacehe b4f28584d3
gnu: cli11: Remove (guix utils) dependency.
* gnu/packages/cpp.scm (cli11)[arguments]: Do not import (guix utils) that is
not meant to go on the build side.
2021-02-23 12:39:15 +01:00
Milkey Mouse f129ca0b18
gnu: Add cli11.
* gnu/packages/cpp.scm (cli11): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-21 10:14:28 +01:00
Greg Hogan 7cd0247eb4
gnu: gperftools: Update to 2.8.1.
* gnu/packages/cpp.scm (gperftools): Update to 2.8.1.
[arguments]: Set '#:parallel-tests? #f'.

Co-authored-by: Leo Famulari <leo@famulari.name>
2021-02-18 13:03:48 -05:00
Raghav Gururajan a5f4d39027
gnu: Add range-v3.
* gnu/packages/cpp.scm (range-v3): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-01-31 09:22:49 +01:00
Raghav Gururajan 6bacfa63c1
gnu: Add c++-gsl.
* gnu/packages/cpp.scm (c++-gsl): New variable.
* gnu/packages/patches/c++-gsl-find-system-gtest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-01-31 09:22:46 +01:00
Greg Hogan 4d8837c196
gnu: folly: Update to 2021.01.25.00.
* gnu/packages/cpp.scm (folly): Update to 2021.01.25.00.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-26 23:50:25 +01:00
Efraim Flashner 578856fd46
gnu: magic-enum: Declare a source file-name.
* gnu/packages/cpp.scm (magic-enum)[source]: Add file-name field.
2021-01-21 14:51:26 +02:00
Anadon 944aebb46a
gnu: Add magic-enum.
* gnu/packages/cpp.scm (magic-enum): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-01-20 09:04:59 +01:00
Pierre Neidhardt f2089be3d1
gnu: json-modern-cxx: Install json_fwd.hpp header.
* gnu/packages/cpp.scm (json-modern-cxx)[arguments]: Set
JSON_MultipleHeaders=ON to install optional header.
2021-01-07 14:21:28 +01:00
Tobias Geerinckx-Rice 75abc3bc81
gnu: xtl: Update to 0.6.23.
* gnu/packages/cpp.scm (xtl): Update to 0.6.23.
2020-12-23 00:54:49 +01:00
Greg Hogan 5686f5d7cd
gnu: Add aws-sdk-cpp.
* gnu/packages/cpp.scm (aws-sdk-cpp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-17 14:01:18 +01:00
Brett Gilio 937bc58414
gnu: Add libexpected.
* gnu/packages/cpp.scm (libexpected): New variable.
* gnu/packages/patches/libexpected-nofetch.patch: Add patch.
* gnu/local.mk: Reference patch.
2020-12-05 21:10:59 -06:00
Tobias Geerinckx-Rice c7e8bfe2ff
gnu: xsimd: Define SIMD.
* gnu/packages/cpp.scm (xsimd)[description]: Expand the @acronym.
2020-11-17 04:45:29 +01:00
Tobias Geerinckx-Rice 902e944ef7
gnu: xsimd: Update to 7.4.9.
* gnu/packages/cpp.scm (xsimd): Update to 7.4.9.
2020-11-17 04:45:29 +01:00
Tobias Geerinckx-Rice 41745f728e
gnu: xtl: Update to 0.6.21.
* gnu/packages/cpp.scm (xtl): Update to 0.6.21.
2020-11-04 06:36:17 +01:00
Brett Gilio b995cc8b9a
gnu: ccls: Update to 0.20201025.
* gnu/packages/cpp.scm (ccls): Update to 0.20201025.
2020-10-30 12:40:43 -05:00
Tobias Geerinckx-Rice 3eafd41f50
gnu: xtl: Update to 0.6.20.
* gnu/packages/cpp.scm (xtl): Update to 0.6.20.
2020-10-20 22:09:47 +02:00
Marius Bakke 9ac212cbae
gnu: folly: Remove reference to missing patch.
The patch is unnecessary because tests are disabled.
This is a follow-up to 5b548a1ee4.

* gnu/packages/cpp.scm (folly)[source](patches): Remove.
* gnu/local.mk (dist_patch_DATA): Remove missing patch.
2020-10-10 23:39:16 +02:00
Greg Hogan 5b548a1ee4
gnu: Add folly.
* gnu/packages/cpp.scm (folly): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-10 23:00:02 +02:00
Tobias Geerinckx-Rice 5d9a100e7e
gnu: xtl: Update to 0.6.19.
* gnu/packages/cpp.scm (xtl): Update to 0.6.19.
2020-10-01 00:13:42 +02:00
Greg Hogan 469e6aaea0
gnu: Add cxxopts.
* gnu/packages/cpp.scm (cxxopts): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18 16:43:17 +02:00
Alexandros Theodotou 24e37fbbc4
gnu: Add reproc.
* gnu/packages/cpp.scm (reproc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-11 17:53:59 +02:00
Tobias Geerinckx-Rice 098593e61d
gnu: xtl: Update to 0.6.18.
* gnu/packages/cpp.scm (xtl): Update to 0.6.18.
2020-09-07 01:40:03 +02:00
Tobias Geerinckx-Rice 74541d4911
gnu: xtl: Update to 0.6.17.
* gnu/packages/cpp.scm (xtl): Update to 0.6.17.
2020-09-01 15:09:21 +02:00
Tobias Geerinckx-Rice 9372337f62
gnu: xtl: Update to 0.6.16.
* gnu/packages/cpp.scm (xtl): Update to 0.6.16.
2020-08-20 05:14:15 +02:00
Michael Rohleder 697e54b2a1
gnu: Add rttr.
* gnu/packages/cpp.scm (rttr): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-11 10:59:04 +02:00
Tobias Geerinckx-Rice 7b403575fa
gnu: json-modern-cxx: Update to 3.9.1.
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.9.1.
[arguments]: Remove obsolete ‘fix-pkg-config-install’ phase.
2020-08-10 00:37:48 +02:00
Marius Bakke 295b4f7e17
gnu: json-modern-cxx: Update to 3.9.0.
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.9.0.
[arguments]: New field.
[native-inputs]: Add "json_test_data" origin.
2020-07-30 00:57:26 +02:00
Tobias Geerinckx-Rice 33de9ee42f
gnu: xtl: Update to 0.6.15.
* gnu/packages/cpp.scm (xtl): Update to 0.6.15.
2020-07-28 21:24:12 +02:00
Vinicius Monego 264070986f
gnu: Add chaiscript.
* gnu/packages/cpp.scm (chaiscript): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
Ludovic Courtès b0e7b6992f
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs.  Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.

* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 23:08:15 +02:00
Tobias Geerinckx-Rice 4ec610af2c
gnu: gperftools: Update to 2.8.
* gnu/packages/cpp.scm (gperftools): Update to 2.8.
2020-07-11 21:55:57 +02:00
Tobias Geerinckx-Rice 6dcc17105e
gnu: abseil-cpp: Update to 20200225.2.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.2.
2020-05-30 16:54:51 +02:00
Tobias Geerinckx-Rice abd90f636b
gnu: ccls: Update to 0.20190823.6.
* gnu/packages/cpp.scm (ccls): Update to 0.20190823.6.
2020-05-20 05:56:54 +02:00
Mathieu Othacehe 6c25b00dcf
gnu: cpplint: Update to 1.4.5.
Fix build and update to 1.4.5.

* gnu/packages/cpp.scm (cpplint): Update to 1.4.5,
[native-inputs]: add python-pytest, python-pytest-cov,
python-pytest-runner,
[arguments]: add a new 'use-later-pytest phase to remove pytest version
requirement.
2020-05-09 21:38:33 +02:00