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:
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user