summaryrefslogtreecommitdiff
path: root/gnu/packages/tbb.scm
Commit message (Collapse)AuthorAge
* gnu: tbb: Update to 2017.ng02016-09-12
| | | | | | | * gnu/packages/tbb.scm (tbb): Update to 2017. [license]: Change to ASL2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: tbb: Set rpath in LDFLAGS.Ricardo Wurmus2015-04-27
| | | | | * gnu/packages/tbb.scm (tbb)[arguments]: Set rpath to "/lib" output directory in LDFLAGS.
* gnu: tbb: Set library rpath.Ricardo Wurmus2015-04-16
| | | | | * gnu/packages/tbb.scm (tbb)[arguments]: Add the rpath for lib directory of output to LDFLAGS.
* gnu: Add Threading Building Blocks.Ricardo Wurmus2015-01-29
* gnu/packages/tbb.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.