2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-19 04:22:12 +00:00

removed non-existing file from Jamfile

see https://github.com/boostorg/odeint/pull/2
This commit is contained in:
Mario Mulansky
2015-07-09 11:54:58 +02:00
parent c9165e121d
commit b4f52468e0

View File

@@ -7,10 +7,11 @@
import testing ;
import boost ;
boost.use-project ;
# boost.use-project ;
use-project boost : $(BOOST_ROOT) ;
# set your MTL4 directory here
MTL4_INCLUDE = /home/mario/MTL4 ;
MTL4_INCLUDE = /home/mario/MTL4/usr/include ;
project
: requirements
@@ -25,6 +26,5 @@ project
test-suite "odeint-mtl4"
:
[ run mtl4_resize.cpp ]
[ run lorenz.cpp ]
: <testing.launcher>valgrind
;