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

test-smith-form fails when no NTL #224

Closed Breush closed 4 years ago

Breush commented 4 years ago

make test-smith-form && ./test-smith-form

 *** ERROR *** : you need NTL to use SmithFormAdaptive
(at smithFormRough in ../linbox/algorithms/smith-form-adaptive.inl:327)
terminate called after throwing an instance of 'LinBox::LinBoxError'
Abandon
ClementPernet commented 4 years ago

fixed in #225