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

headers should be installed along with the library etc. #64

Closed dimpase closed 1 year ago

dimpase commented 1 year ago

To be able to correctly use the library, msolve should be installing headers - currently it does not, as I noticed while working on #63

dimpase commented 1 year ago

Also, to avoid swamping a top-level include directory, such as $prefix/include, I suggest to install headers to $prefix/include/msolve