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

`make dist` broken in linbox master #266

Closed mkoeppe closed 3 years ago

mkoeppe commented 3 years ago

This blocks the new CI workflow of FFLAS-FFPACK in the "dist" phase.

....
make  distdir-am
make[6]: *** No rule to make target 'test.matrix', needed by 'distdir-am'.  Stop.

(see https://github.com/linbox-team/fflas-ffpack/runs/2176689013?check_suite_focus=true)

ClementPernet commented 3 years ago

This should be fixed by 7bc9f04.

mkoeppe commented 3 years ago

Thanks!