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
16 lines
520 B
Makefile
16 lines
520 B
Makefile
# $NetBSD: buildlink3.mk,v 1.30 2013/02/12 21:07:21 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-python
|
|
|
|
.if !defined(BOOST_PYTHON_BUILDLINK3_MK)
|
|
BOOST_PYTHON_BUILDLINK3_MK:=
|
|
|
|
# Use a dependency pattern that guarantees the proper ABI.
|
|
BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.53.*
|
|
BUILDLINK_ABI_DEPENDS.boost-python+= boost-python>=1.51.*
|
|
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.endif # BOOST_PYTHON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-python
|