9 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
Karsten Ahnert
55c843b5dc removing old include from external example jamfiles 2014-08-16 14:13:42 +02:00
mariomulansky
1cdc33dc9c use correct env variable in nt2 jamfile 2014-07-01 20:04:18 +02:00
alankelly
b88c2f389d nt2:tie used to take better advanatge of openmp 2014-06-26 15:36:10 +02:00
alankelly
3f528712b1 parentheses correct on environemtn variable 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
d4500e0f39 instructions added for using NT2/avx 2014-06-26 15:36:10 +02:00
alankelly
387972a60a Jamefile added, copyright updated and loop extended to match original example 2014-06-26 15:36:10 +02:00
alankelly
593b24996a example of odeint with nt2 2014-06-26 15:36:10 +02:00