d49b8b6594
New Libraries * Algorithm: A collection of useful generic algorithms, from Marshall Clow. This includes several different searching algorithms, as well as most of the new algorithms from the C++11 standard library * Functional/OverloadedFunction: Overload different functions into a single function object, from Lorenzo Caminiti. * LocalFunction: Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti. * Utility/IdentityType: Wrap types within round parenthesis so they can always be passed as macro parameters, from Lorenzo Caminiti. More http://www.boost.org/users/history/version_1_50_0.html
16 lines
519 B
Makefile
16 lines
519 B
Makefile
# $NetBSD: buildlink3.mk,v 1.27 2012/07/02 07:02:25 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.50.*
|
|
BUILDLINK_ABI_DEPENDS.boost-python+= boost-python-1.50.*
|
|
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.endif # BOOST_PYTHON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-python
|