JuliaMath / openlibm

High quality system independent, portable, open source libm implementation
https://openlibm.org
Other
515 stars 141 forks source link

CMake parity with Makefile #301

Open Zopolis4 opened 4 months ago

Zopolis4 commented 4 months ago

The CMake build option does not seem to have support for installing the built library, nor does it produce both static and shared libraries. Additionally, it also does not create an openlibm.pc file, nor does it seem to have support for installing headers.

ViliusSutkus89 commented 4 months ago

Hello @Zopolis4 , everything you've mentioned except openlibm.pc would be handled by #302

Zopolis4 commented 4 months ago

Thanks! It's certainly a step in the right direction, but I do need the openlibm.pc file to be able to switch buildsystems. I can't re-open the issue myself, though.