Rii support for Windows or multiplatform or pure python (similar to nanopq)
ashleyabraham opened this issue · 2 comments
ashleyabraham commented
In the readme it said Rii only works with Linux, I've used it in Mac with no issues and now trying to use it in Windows for a client and getting build error. Is there a way to build it in Windows (instructions please) or any plans for windows or multi-platform support in the near future
matsui528 commented
Rii works for WSL (I confirmed). I recommend using WSL.
For native windows, I don't plan to support it now. It seems SIMD codes need to be revised. https://github.com/matsui528/rii/runs/3014401725?check_suite_focus=true Currently, I don't have a windows platform (MSVC) and cannot solve the problem. PR is welcome!
I don't plan to make rii pure-python. For rii to be fast, I need to use c++.