glotzerlab / freud

Powerful, efficient particle trajectory analysis in scientific Python.
https://freud.readthedocs.io
BSD 3-Clause "New" or "Revised" License
270 stars 49 forks source link

Eigen #159

Closed bdice closed 6 years ago

bdice commented 6 years ago

Original report by Bradley Dice (Bitbucket: bdice, GitHub: bdice).


Re-assess how Eigen is used in freud. We might just need to update the library to reduce the excess of warnings during build. Eigen appears to be used only in cpp/registration/brute_force.h, from a quick search.

See also: https://bitbucket.org/glotzer/hoomd-blue/pull-requests/440/use-latest-version-of-eigen/diff

bdice commented 6 years ago

Original comment by Bradley Dice (Bitbucket: bdice, GitHub: bdice).


Updated Eigen to be a submodule in the reduce-boost branch.