ankane / torch.rb

Deep learning for Ruby, powered by LibTorch
Other
704 stars 30 forks source link

Torch.rb mswin support #5

Closed golirev closed 4 years ago

golirev commented 4 years ago

First of all, thank you for your great work.

Although I made this PR, I would rather not merge it. Because the build system is completely different, the maintainability is not good.

I just want to inform users that you can run it on Windows.

ankane commented 4 years ago

Hey @golirev, thanks for sharing! Great to hear you were able to getting it working.

I've been trying to build it with RubyInstaller2 (appveyor branch). However, it fails during linking with tons of undefined reference errors. https://ci.appveyor.com/project/ankane/torch-rb/builds/32548173

ankane commented 4 years ago

Gonna close this out. Thanks again for sharing!