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=e35ce6893c7b45730979fb61a669488de321dec8'>gnu: tbb: Update to 2017_20160916....* gnu/packages/tbb.scm (tbb): Update to 2017_20160916. Ricardo Wurmus 2016-09-26gnu: tbb: Fail on test errors....* gnu/packages/tbb.scm (tbb)[arguments]: Add phase "fail-on-test-errors". Ricardo Wurmus 2016-09-26gnu: tbb: Use modify-phases syntax....* gnu/packages/tbb.scm (tbb)[arguments]: Use "modify-phases" syntax. Ricardo Wurmus 2016-09-12gnu: tbb: Update to 2017....* gnu/packages/tbb.scm (tbb): Update to 2017. [license]: Change to ASL2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng0 2015-04-27gnu: tbb: Set rpath in LDFLAGS....* gnu/packages/tbb.scm (tbb)[arguments]: Set rpath to "/lib" output directory in LDFLAGS. Ricardo Wurmus 2015-04-16gnu: tbb: Set library rpath....* gnu/packages/tbb.scm (tbb)[arguments]: Add the rpath for lib directory of output to LDFLAGS. Ricardo Wurmus 2015-01-29gnu: Add Threading Building Blocks....* gnu/packages/tbb.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus