Age | Commit message (Collapse) | Author |
|
* gnu/packages/cpp.scm (mcpp): New public variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (simdjson): Update to 3.1.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/cpp.scm (google-highway): Update to 1.0.3.
|
|
* gnu/packages/cpp.scm (libzen): Update to 0.4.40.
|
|
* gnu/packages/cpp.scm (ftxui): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/cpp.scm (psascan): New variable.
|
|
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.
|
|
* gnu/packages/cpp.scm (gulrak-filesystem): Update to 1.5.12.
|
|
* 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.
|
|
* gnu/packages/cpp.scm (safeint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (json-dto): New variable.
|
|
* gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
|
|
* gnu/packages/cpp.scm (folly): Update to 2022.10.31.00.
|
|
* gnu/packages/cpp.scm (ccls): Update to 0.20210330.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* 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.
|
|
* gnu/packages/cpp.scm (sajson-for-gemmi): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/cpp.scm (optionparser): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/cpp.scm (sajson): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* 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>
|
|
* gnu/packages/cpp.scm (fast-float-test-files, fast-float): New variables.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* 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>
|
|
* gnu/packages/cpp.scm (abseil-cpp-cxxstd17): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
Automated with:
git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
|
|
* gnu/packages/cpp.scm (xsimd-benchmark): Fix package name.
[arguments]<#:configure-flags>: Enable examples ...
<#:phases>{install} ... and install.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (xsimd): Update to 9.0.1.
[home-page]: Update redirect.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.0.
|
|
* gnu/packages/cpp.scm (cpp-mustache): New variable.
|
|
* gnu/packages/cpp.scm (gperftools): Update to 2.10.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/cpp.scm (pegtl): Update to 3.2.7.
|
|
* gnu/packages/cpp.scm (libconfini)[arguments]: Add "--disable-static"
to #:configure-flags.
|
|
* gnu/packages/cpp.scm (libconfini): Update to 1.16.4.
|
|
* gnu/packages/cpp.scm (xsimd): Update to 8.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (google-highway): Update to 0.17.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (reproc): Update to 14.2.4.
|
|
* gnu/packages/cpp.scm (caf): Update to 0.18.6.
|
|
* gnu/packages/cpp.scm (aws-sdk-cpp):
[inputs]: Remove openssl.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (aws-crt-cpp): Fix comment formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.236.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.17.27.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (folly): Update to 2022.04.11.00.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (cxxopts): Update to 3.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence.
|
|
* gnu/packages/cpp.scm (atomic-queue)[arguments]: When cross-compiling, add a
do-not-check-for-boost phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/cpp.scm (atomic-queue)[arguments]: In the check phase, run
tests instead of returning a function to run them.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/cpp.scm (atomic-queue): New variable.
|
|
* gnu/packages/cpp.scm (poco): New variable.
|
|
* gnu/packages/cpp.scm (c2ffi): New variable.
Co-authored-by: muradm <mail@muradm.net>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/cpp.scm (gulrak-filesystem): New variable.
|
|
* gnu/packages/cpp.scm (range-v3)[arguments]: Add configure-flag to not
build with '-march=native'.
|