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
83 stars 28 forks source link

NTL requires -lpthread #278

Closed ClementPernet closed 3 years ago

ClementPernet commented 3 years ago

As of v11.3.2, NTL requires to compile with the -phtread option, which is not handled in LinBox. As a result NTL detection fails.