aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
ackages/tbb.scm?id=036d2fc88afb641a5765dd57308a8bd228c7575c'>gnu: python-tbb: Fix build....* gnu/packages/tbb.scm (python-tbb)[arguments]: Call "python setup.py install" with "--root" argument. Change-Id: I290c45f3d64c0bb6ec57a0e406132b4f42808eec Ricardo Wurmus 2023-11-19gnu: tbb: Fix building on powerpc-linux....* gnu/packages/tbb.scm (tbb)[arguments]: Adjust configure-flags when building for powerpc-linux to always link to libatomic and use the low resources tests. When building for powerpc-linux skip 3 tests. Change-Id: I323db085db1fcbb33f96c2bccb85cb8f56d41f6b Efraim Flashner 2023-11-15gnu: tbb: Fix building on armhf-linux....* gnu/packages/tbb.scm (tbb)[arguments]: Add configure-flag when building for armhf-linux to run a lighter test suite. Add a phase when building for armhf-linux to skip a test. Change-Id: Ic730c82f30357d3a55e92098114a9dc2a6d062e9 Efraim Flashner