algebraic-solving / msolve

Library for Polynomial System Solving through Algebraic Methods
https://msolve.lip6.fr
GNU General Public License v2.0
90 stars 22 forks source link

make install: headers to $prefix/include/msolve #65

Closed dimpase closed 1 year ago

dimpase commented 1 year ago

provide autotools magic for installing headers

In the source, msolve's headers are symbolic links in include/msolve/ pointing to .h files in src/msolve/ Copies of these files are installed in $prefix/include/msolve/

It will fix #64

ederc commented 1 year ago

Thank you!