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
13 lines
364 B
Makefile
13 lines
364 B
Makefile
# $NetBSD: buildlink3.mk,v 1.21 2013/02/12 21:07:21 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-jam
|
|
|
|
.if !defined(BOOST_JAM_BUILDLINK3_MK)
|
|
BOOST_JAM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.53.*
|
|
BUILDLINK_DEPMETHOD.boost-jam?= build
|
|
BUILDLINK_PKGSRCDIR.boost-jam?= ../../devel/boost-jam
|
|
.endif # BOOST_JAM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-jam
|