# Copyright 2012 Karsten Ahnert # Copyright 2012 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 : requirements BOOST_ALL_NO_LIB=1 ../../../.. -std=c++11 gcc:-ffast-math intel:"-fast -inline-forceinline" : default-build release ; lib libgsl : : gsl ; lib libgslcblas : : gslcblas ; lib libmkl : : mkl_intel_lp64 shared ; lib libmkl_core : : mkl_core shared ; lib libmkl_intel_thread : : mkl_intel_thread ; lib libiomp5 : : iomp5 ; lib libpthread : : pthread ; exe odeint_rk4_array : odeint_rk4_array.cpp ;