JuliaMath / openspecfun

A collection of special mathematical functions
Other
35 stars 20 forks source link

Would it be possible to add an option to use `cmake` as the configuration tool? #60

Closed Ionizing closed 10 months ago

Ionizing commented 1 year ago

Hi, I've been using Julia for several years, and find SpecialFunctions.jl runs pretty fast. It beats both scipy.special and GNU-GSL. Thus I want to port it to Rust using build.rs, which would depends on cmake. I tried to write a CMakeLists.txt and the build results are same with original makefile's. So would it be possible that I make a PR to add the CMakeLists.txt to this repo?

You can read the CMakeLists.txt at here if you have interest.

ViralBShah commented 1 year ago

Yes, that would be fine. We can also then update the build system here as well.

I suppose the file should be added at the top-level rather than in amos.

ViralBShah commented 10 months ago

Fixed in #61