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

Remove @LINBOXSAGE_LIBS@ from linbox.pc.in #170

Closed cyrilbouvier closed 5 years ago

cyrilbouvier commented 5 years ago

In the file linbox.pc.in, the placeholder @LINBOXSAGE_LIBS@ was never substituted preventing the use of pkg-config --libs linbox for compiling code using LinBox. As git grep LINBOXSAGE returns nothing, I assume it is a remaining artifact from some old and removed code and can be safely removed.