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

Update example Jamfile to handle older compilers.

This commit is contained in:
jzmaddock
2017-06-30 09:26:54 +01:00
parent 9651db9ea7
commit 0fab8fd7c5

View File

@@ -118,9 +118,9 @@ test-suite examples :
[ run students_t_two_samples.cpp ]
[ run HSO3SO4.cpp ]
[ run root_elliptic_finding.cpp /boost/timer : : : release <link>static ]
[ run root_finding_algorithms.cpp /boost/timer : : : release <link>static ]
[ run root_n_finding_algorithms.cpp /boost/timer : : : release <link>static ]
[ run root_elliptic_finding.cpp /boost/timer : : : release <link>static [ requires cxx11_unified_initialization_syntax cxx11_defaulted_functions ] <target-os>freebsd:<linkflags>"-lrt" <target-os>linux:<linkflags>"-lrt -lpthread" ]
[ run root_finding_algorithms.cpp /boost/timer : : : release <link>static [ requires cxx11_hdr_tuple cxx11_unified_initialization_syntax ] <target-os>freebsd:<linkflags>"-lrt" <target-os>linux:<linkflags>"-lrt -lpthread" ]
[ run root_n_finding_algorithms.cpp /boost/timer : : : release <link>static [ requires cxx11_unified_initialization_syntax cxx11_defaulted_functions ] <target-os>freebsd:<linkflags>"-lrt" <target-os>linux:<linkflags>"-lrt -lpthread" ]
[ explicit root_elliptic_finding ]
[ explicit root_finding_algorithms ]