acts-project / algebra-plugins

Mozilla Public License 2.0
3 stars 10 forks source link

Use `ALGEBRA_PLUGINS_USE_SYSTEM_LIBS` across the board for configuration #84

Closed wermos closed 1 year ago

wermos commented 1 year ago

Addresses #82.

I used ALGEBRA_PLUGINS_USE_SYSTEM_LIBS everywhere (i.e. for Vc, Fastor, and Eigen) so that now there is no surprise about why, say, Fastor is searching for a system library even though -DALGEBRA_PLUGINS_USE_SYSTEM_LIBS=TRUE was passed.