aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
AgeCommit message (Expand)Author
2013-05-12build: Use separate `AC_CONFIG_FILES' invocations for executable files....Ludovic Courtès
2013-04-12substitute-binary: Implement `--substitute'....Ludovic Courtès
2013-04-03Add preliminary binary substituter....Ludovic Courtès
2012-12-13build: When `--enable-daemon', don't error out when Nix programs are missing....Ludovic Courtès
2012-12-06build: Run all the tests against the just-built daemon....Ludovic Courtès
2012-12-05daemon: Add `list-runtime-roots' script....Ludovic Courtès
2012-12-04build: daemon: Add missing feature tests....Ludovic Courtès
2012-12-04build: daemon: Remove extraneous quotes in CPP macro `SYSTEM'....Ludovic Courtès
2012-12-03build: Include a copy of Nix's libstore and daemon; build it....Ludovic Courtès
13'>gnu: gmp: Fix building on x86_64-linux-gnux32.Efraim Flashner * gnu/packages/multiprecision.scm (gmp)[arguments]: When building for x86_64-linux-gnux32 add a configure-flag to use the x32 ABI. Change-Id: I321c707b3f7df5eeb338f03dacf08b29181ecf53 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 2023-11-18gnu: qd: Update to 2.3.24.Sharlatan Hellseher * gnu/packages/multiprecision.scm (qd): Update to 2.3.24. [native-inputs]: Add automake and autoconf. Change-Id: Ic1dfdbe19b3347367b2ffb846be6bb975a0b89ae Signed-off-by: Eric Bavier <bavier@posteo.net> 2023-11-18gnu: qd: Use G-expressions.Sharlatan Hellseher * gnu/packages/multiprecision.scm (qd): Adjust package style by using G-expressions. Change-Id: I9265979343e67d1d9e9e69b7b071ea1e429d3ee4 Signed-off-by: Eric Bavier <bavier@posteo.net> 2023-07-20gnu: mpfr: Skip failing test on the Hurd.Janneke Nieuwenhuizen * gnu/packages/multiprecision.scm (mpfr)[arguments]: When building natively on the Hurd, add 'skip-tests' phase to skip "tsprintf". 2023-06-01gnu: libtommath: Honor the #:tests? flag.Efraim Flashner * gnu/packages/multiprecision.scm (libtommath)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. 2023-06-01gnu: libtommath: Prevent possible integer overflow.Efraim Flashner * gnu/packages/multiprecision.scm (libtommath)[source]: Add patch. * gnu/packages/patches/libtommath-integer-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.