c22df1760f
New Libraries: Atomic: C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann. Coroutine: Coroutine library, from Oliver Kowalke. Lockfree: Lockfree data structures, from Tim Blechmann. Multiprecision: Extended precision arithmetic types for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos. Odeint: Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky. News This release contains a fix for ticket 7743, in Boost.Locale. For more details, see the security notice. More info http://www.boost.org/users/history/version_1_53_0.html
17 lines
528 B
Makefile
17 lines
528 B
Makefile
# $NetBSD: buildlink3.mk,v 1.26 2013/02/12 21:07:21 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-headers
|
|
|
|
.if !defined(BOOST_HEADERS_BUILDLINK3_MK)
|
|
BOOST_HEADERS_BUILDLINK3_MK:=
|
|
|
|
# Use a dependency pattern that guarantees the proper ABI.
|
|
BUILDLINK_API_DEPENDS.boost-headers+= boost-headers-1.53.*
|
|
BUILDLINK_DEPMETHOD.boost-headers?= build
|
|
BUILDLINK_PKGSRCDIR.boost-headers?= ../../devel/boost-headers
|
|
|
|
PTHREAD_OPTS+= require
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # BOOST_HEADERS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-headers
|