-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support #70
Comments
I've written down here my procedure for setting up the environment on windows systems. I have little experience with it, so I won't vouch 100% for it, but it is working on my machine (windows 10 fresh install) |
Your gist has a command which is not available from Visual Studio 2019.
Although CMake lists it as a generator for me, using
|
That's because you have the 2019 version, @pedrolima92. Write some gibberish on the generator name and CMake will spit out a list of names for you, and then you just put in the right one for the 2019 version. |
@pedrolima92 alternatively, you can use |
That worked, @gustavobat, thanks. Actually that worked as in "it convinced me that what I had before trying Fran's gist was already working. The error I was getting wasn't actually due to an attempt to link MKL-32bit"... So I still have to figure that one out. I guess what I'm trying to get at is, that line in the gist seems only necessary to Visual Studio 15 2017 |
@pedrolima92 specifying that the target's architecture is 64bits is important regardless of which Visual Studio version you are using. If you had not had issues with finding TBB you would surely have faced the linking errors that I've mentioned. How you specify the architecture is a whole other story, and I agree that @gustavobat provided a more general solution. Anyway, I have updated the gist since then. |
Since PR #67 there is no official Windows support on the development branch.
The following list consists of our current objectives currently being implemented on the branch
windows-port
BOOST_VERSION >= 1.64
Please comment if there are any other relevant tasks that should be included in this list.
The text was updated successfully, but these errors were encountered: