2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-21 05:02:13 +00:00

20 Commits

Author SHA1 Message Date
René Ferdinand Rivera Morell
00381ec23f Add support for modular build structure. (#88)
* Make the library modular usable.

* Switch to library requirements instead of source. As source puts extra source in install targets.

* Update library dependencies.

* Add requires-b2 check to top-level build file.

* Bump B2 require to 5.2

* Change all <source> references to <library>.

* Move inter-lib dependencies to a project variable and into the build targets.

* Switch to /boost/test//included target for header only mode of Boost.Test.

* Update build deps.

* Change math dep real target math/tr1.
2024-08-19 10:27:34 -04:00
Matt Borland
8c095fed5b Remove use of boost.static_assert 2023-12-20 15:55:15 +01:00
Matt Borland
ccf0f9278e Remove uses of boost.array 2023-12-20 15:22:56 +01:00
Mario Mulansky
db8b39ae27 Change eigen algebra to support Eigen>=3.3 (#237)
* Change eigen algebra to support Eigen>=3.3

An internal change in Eigen made odeint incompatible with Eigen
versions >=3.3. This commit changes odeint in such a way that it
does not rely on the changed behvior, so it is now compatible with
old and new Eigen.

Fixes #194

* Remove obsolete Eigen fail compile test

* Remove compile-fail test for C++98 unwrap_reference
2019-03-16 16:20:44 -07:00
Mario Mulansky
b4f52468e0 removed non-existing file from Jamfile
see https://github.com/boostorg/odeint/pull/2
2015-07-09 11:54:58 +02:00
Mario Mulansky
f496df3682 cleaned up thrust Makefile 2014-10-07 13:07:18 +02:00
Karsten Ahnert
720a926e45 fixes #139 2014-08-16 21:05:16 +02:00
Karsten Ahnert
87dae441ef removing old include from external test jamfiles, adding nounused local typedef warning, adding newline to toolset.jam.patch 2014-08-16 14:12:08 +02:00
mariomulansky
bf7b9f64c9 added macros for thrust resizing, addressing #136 2014-07-31 22:53:52 +02:00
alankelly
1ca3c4758e there is no same size unit test as this is tested as part of the resize unit test 2014-06-27 13:15:33 +02:00
alankelly
31ed4aadde nt2_norm_inf defines the infinity norm of a multi-dimensional matrix in the same manner as eigen - that is the largest absolute value 2014-06-26 17:42:04 +02:00
alankelly
9d0fc0a1b8 norm_inf updated to use new mnorminf function 2014-06-26 15:36:10 +02:00
alankelly
1be2466792 NT2_ROOT changed to NT2_ROOT_PATH because NT2 misbehaves when NT2_ROOT is defined 2014-06-26 15:36:10 +02:00
alankelly
4c56710814 parentheses correct on environment variable 2014-06-26 15:36:10 +02:00
alankelly
3bcb729a1b norm_inf unit test updated 2014-06-26 15:36:10 +02:00
alankelly
8555a34f5f Jamfiles corrected, gcc specific flags are marked so and NT2_SIMD_FLAGS is read from an environment variable 2014-06-26 15:36:10 +02:00
alankelly
a7a39feab9 copyright updated 2014-06-26 15:36:10 +02:00
alankelly
d6d0a98ec8 added is_resizeable unit test 2014-06-26 15:36:10 +02:00
alankelly
002002209b unit tests and Jamfile added 2014-06-26 15:36:10 +02:00
Karsten Ahnert
915cb28b85 boost.adaption: moving test_external directory 2014-03-26 08:21:07 +01:00