GeomScale / volesti

Practical volume computation and sampling in high dimensions
GNU Lesser General Public License v3.0
142 stars 114 forks source link

Build only with lp-solve source code, no need for liblpsolve55.so files #290

Closed vfisikop closed 4 months ago

vfisikop commented 4 months ago

With this cmake change volesti can now build without linking against the .so library.

Instructions: https://lpsolve.sourceforge.net/5.5/Build.htm#Link%20your%20code%20with%20the%20lpsolve%20source%20code

vfisikop commented 4 months ago

Thanks @TolisChal for the review!

@vaithak I added you as a reviewer since you are the main author of the cmake files for lpsolve.

I will merge it now since I got one approval. @vaithak feel free to add your feedback in this thread.