darioizzo / audi

Header only, C++ library (and the Python pyaudi package) implementing the algebra of Taylor truncated polynomials and a few algorithms useful for its applications (Differential Intelligence, automatic differentiation, Taylor Models, etc.)
http://darioizzo.github.io/audi/
GNU General Public License v2.0
71 stars 18 forks source link

Fix linking to boost serialization when tests are disabled. #19

Closed neXyon closed 8 years ago

neXyon commented 8 years ago

When you build audi with

BUILD_PYAUDI ON BUILD_TESTS OFF

the serialization library of boost was not linked.

darioizzo commented 8 years ago

Nice!!! But serialization is also needed for the tests .. can you update the pull request accordingly?

neXyon commented 8 years ago

Updated!