antonmks / Alenka

GPU database engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation on Windows

archenroot opened this issue · comments

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.

commented

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
#108, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABhkFBFCmAThv1GjDZ3cxi3CkBsLZhiUks5q5z8_gaJpZM4KmF2H
.

That is clear statement, thank you.