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.
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 aCMakeLists.txt
and the build results are same with originalmakefile
's. So would it be possible that I make a PR to add theCMakeLists.txt
to this repo?You can read the
CMakeLists.txt
at here if you have interest.