osqp / qdldl

A free LDL factorisation routine
Apache License 2.0
79 stars 39 forks source link

library output names #4

Closed mlubin closed 6 years ago

mlubin commented 6 years ago

The name libqdldlstatic is a bit unusual. Why not output both libqdldl.(dynamic library extension) and libqdldl.(static library extension)? E.g., on linux libqdldl.so and libqdldl.a.

bstellato commented 6 years ago

Good idea. I have enforced the same name in this commit: 6f6b2bb578ffead48e6ad5a6bb8b2fe5c2469492.