antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Compilation on Windows #108

Open archenroot opened 7 years ago

archenroot commented 7 years ago

I was able to compile fork by Kenji Takahashi on CUDA 8.0, but having problems with master Alenka tree. Can you provide some more strict requirements to build?

I understand if you simply go with Linux only and don't care about Windows. I primarily work on Gentoo anyway, but started with Visual Studio 2015 on Windows 10 machine with this project clone and hit a problems. I am trying to go with Cygwin, Mingw, or Windows 10 announced in past months native support of Linux (Ubuntu image), so I am interested looking into these options.

Thanks for any suggestion.

antonmks commented 7 years ago

It is not possible to compile it on Windows at the moment. Alenka depends on modernGPU library and the latest 2.0 version of modernGPU doesn't compile under Windows. I'm not sure what can be done about it, it all depends on modernGPU authors's willingness to port it to the latest Visual Studio and CUDA 8.

Regards,

Anton

On Tue, Nov 1, 2016 at 4:31 PM, archenroot notifications@github.com wrote:

I was able to compile fork by Kenji Takahashi https://github.com/KenjiTakahashi/Alenka on CUDA 8.0, but having problems with master Alenka tree. Can you provide some more strict requirements to build?

I understand if you simply go with Linux only and don't care about Windows. I primarily work on Gentoo anyway, but started with Visual Studio 2015 on Windows 10 machine with this project clone and hit a problems. I am trying to go with Cygwin, Mingw, or Windows 10 annouced in past months native support of Linux (Ubuntu image), so I am interested looking into these options.

Thanks for any suggestion.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/antonmks/Alenka/issues/108, or mute the thread https://github.com/notifications/unsubscribe-auth/ABhkFBFCmAThv1GjDZ3cxi3CkBsLZhiUks5q5z8_gaJpZM4KmF2H .

archenroot commented 7 years ago

That is clear statement, thank you.