mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-11 05:24:01 +00:00
Add bigobj for MSVC and mingw
This commit is contained in:
parent
89a8eec610
commit
d59463b97e
@ -34,16 +34,16 @@ test-suite "odeint"
|
|||||||
:
|
:
|
||||||
[ run euler_stepper.cpp ]
|
[ run euler_stepper.cpp ]
|
||||||
# The following 3 tests use Boost.Multiprecision which requires C++14
|
# The following 3 tests use Boost.Multiprecision which requires C++14
|
||||||
[ run runge_kutta_concepts.cpp : : : [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ]
|
[ run runge_kutta_concepts.cpp : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ]
|
||||||
[ run runge_kutta_error_concepts.cpp : : : [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ]
|
[ run runge_kutta_error_concepts.cpp : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ]
|
||||||
[ run runge_kutta_controlled_concepts.cpp : : : [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ]
|
[ run runge_kutta_controlled_concepts.cpp : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ]
|
||||||
[ run resizing.cpp ]
|
[ run resizing.cpp ]
|
||||||
[ run default_operations.cpp ]
|
[ run default_operations.cpp ]
|
||||||
[ run range_algebra.cpp ]
|
[ run range_algebra.cpp ]
|
||||||
[ run implicit_euler.cpp ]
|
[ run implicit_euler.cpp ]
|
||||||
# disable in clang
|
# disable in clang
|
||||||
[ run fusion_algebra.cpp : : : <toolset>clang:<build>no ]
|
[ run fusion_algebra.cpp : : : <toolset>clang:<build>no <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj ]
|
||||||
[ run stepper_with_units.cpp : : : <toolset>clang:<build>no ]
|
[ run stepper_with_units.cpp : : : <toolset>clang:<build>no <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj ]
|
||||||
[ run stepper_copying.cpp ]
|
[ run stepper_copying.cpp ]
|
||||||
[ run stepper_with_ranges.cpp ]
|
[ run stepper_with_ranges.cpp ]
|
||||||
[ run rosenbrock4.cpp ]
|
[ run rosenbrock4.cpp ]
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
import ../../config/checks/config : requires ;
|
||||||
|
|
||||||
use-project boost : $(BOOST_ROOT) ;
|
use-project boost : $(BOOST_ROOT) ;
|
||||||
|
|
||||||
@ -25,7 +26,7 @@ test-suite "odeint"
|
|||||||
:
|
:
|
||||||
[ run regression_147.cpp ]
|
[ run regression_147.cpp ]
|
||||||
[ compile regression_149.cpp ]
|
[ compile regression_149.cpp ]
|
||||||
[ run regression_168.cpp ]
|
[ run regression_168.cpp : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj [ requires cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx14_variable_templates cxx14_constexpr ] ]
|
||||||
[ run regression_189.cpp ]
|
[ run regression_189.cpp ]
|
||||||
: <testing.launcher>valgrind
|
: <testing.launcher>valgrind
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user