cafa437f5f
Intel(r) Threading Building Blocks (Intel TBB) offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you take advantage of multi-core processor performance without having to be a threading expert. Intel TBB is not just a threads-replacement library. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanisms for scalability and performance.
12 lines
456 B
Makefile
12 lines
456 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/08/27 19:48:13 asau Exp $
|
|
|
|
BUILDLINK_TREE+= threadingbuildingblocks
|
|
|
|
.if !defined(THREADINGBUILDINGBLOCKS_BUILDLINK3_MK)
|
|
THREADINGBUILDINGBLOCKS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.threadingbuildingblocks+= threadingbuildingblocks>=3.0.6
|
|
BUILDLINK_PKGSRCDIR.threadingbuildingblocks?= ../../parallel/threadingbuildingblocks
|
|
.endif # THREADINGBUILDINGBLOCKS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -threadingbuildingblocks
|