2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-02-02 21:12:12 +00:00
Files
odeint/Jamroot
2009-12-08 21:00:59 +00:00

30 lines
759 B
Plaintext

# Copyright 2009 Karsten Ahnert and Mario Mulansky.
# Distributed under the Boost Software License, Version 1.0. (See
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
import os ;
import modules ;
import path ;
project odeint
: requirements
<include>$BOOST_ROOT ;
build-project libs/numeric/odeint/examples ;
# build-project libs/numeric/odeint/doc ;
path-constant BOOST_ROOT : [ os.environ BOOST_ROOT ] ;
###### The following is copied from another sandbox project #####
###### to get the quickbook and boostbook working ... #####
local boost-root = [ modules.peek : BOOST_ROOT ] ;
local explore-header-include = $(top)/../.. ;
##################################################################