linbox-team / linbox

LinBox - C++ library for exact, high-performance linear algebra
https://linbox-team.github.io/linbox
GNU Lesser General Public License v2.1
81 stars 28 forks source link

add -pthread for NTL detection #279

Closed ClementPernet closed 2 years ago

ClementPernet commented 2 years ago

Fixes #278 WIP: need to also add the -pthread options as compile flags for LinBox (NTL_CFLAGS)

ClementPernet commented 2 years ago

Actually the NTL_CFLAGS set in the m4 macro is propagated for the library compilation environment, hence, there nothing else to add. Test examples and benchmark suites pass, including with the NTL specific tests. Ready for review.

hsignarg commented 2 years ago

The added ' -g' in 'examples/Makefile' does not concern this issue

hsignarg commented 2 years ago

looks good now