-
Notifications
You must be signed in to change notification settings - Fork 47
Windows build #482
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 build #482
Conversation
* adding read distribution * revert formattings * Updating docker file to activate pyenv * Activate PyEnv * Adding cylon user * Adding examples section to the readme * Adding the shared folder for application source * adding data split test case * deleting temp file created in tmp directory * changed test all command * adding --with-mpi * removed --with-mpi * adding descriptions for examples * adding blogs to the website * taking file open out of numpy * fixing the test to use mpi * adding barrier * windows build * removed redundant glog lib * build.py adding CPP build * more windows changes * handeling python command in windows and linux * temporary changes * Documentation update (#479) * updating the conda install command * updating the conda install command Co-authored-by: Supun Kamburugamuve <[email protected]>
# Conflicts: # cpp/CMake/Modules/ConfigureArrow.cmake # cpp/CMakeLists.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made some minor comments
{CMAKE_FLAGS} {CPP_SOURCE_DIR}' | ||
|
||
print(cmake_command, BUILD_DIR) | ||
res = subprocess.call(cmake_command, cwd=BUILD_DIR, shell=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we have to forward the environment variables to the subprocess here? expecially in the conda environment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need to.
No description provided.