Skip to content
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 VisualStudio 2019 (CMake) build ? #10

Open
atopavirgil opened this issue Aug 5, 2021 · 0 comments
Open

Windows VisualStudio 2019 (CMake) build ? #10

atopavirgil opened this issue Aug 5, 2021 · 0 comments

Comments

@atopavirgil
Copy link

Any plans to get this to build in Windows (VS2019 using CMake mode) ? I think it is pretty close. There are a few headers problems (like unistd.h and sys/time) but these can be fixed . There is some small assembly code which needs to be changed to work in VS (uses GCC syntax) , and there are 2 functions which give errors because the old "Variable Length arrays" which is not C++ standard and which is not supported at all (no extension) for Microsoft tools. One is in \combblas\usort\src\parUtils.cpp (for sure VA) and another is probably same but implies a lot of templates, so it may be a different problem in \combblas\include\CombBLAS\mtSpGEMM.h Everything else builds, there are a few packages required but using vcpkg package manager they are found and build, so all dependencies are there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant