Closed icm7216 closed 3 years ago
Thanks! XD
I find that now msys2 have many more subsystems, consider expanding the conditions:
if /cygwin|mingw/ =~ RUBY_PLATFORM
to
if /cygwin|mingw|ucrt/ =~ RUBY_PLATFORM
I accountered this issue when I try to install it, after I manually changed the condition, it is installed correctly.
It is such a short change that I think no PR is needed.
Hope for updating.
This patch resolves issue #1.
I think numo-fftw failed to link to the narray library on windows rubyinstaller2.
My fftw version on windows cmd. The ridk command is a helper tool of rubyinstaller2.
My ruby version
build
install
There were no errors during installation with this patch.
test