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

ARROW-1541: [C++] Fix race conditions in arrow_gpu with generated Flatbuffers files. Do not put generated files in source tree #1180

Closed
wants to merge 1 commit into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Oct 5, 2017

It's a better practice to put generated files in the build directory rather than in the main source tree. There was also a race condition with arrow/gpu/cuda_version.h, so fixed that also

…e dir. Fix race conditions in arrow_gpu build

Change-Id: I40abcb39a1d0a16445e30d586398b187b08e42df
@@ -1 +0,0 @@
*_generated.h
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer needed since we aren't polluting the source tree anymore

@wesm
Copy link
Member Author

wesm commented Oct 6, 2017

+1

@asfgit asfgit closed this in f8cdafa Oct 6, 2017
@wesm wesm deleted the ARROW-1541 branch October 6, 2017 01:33
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

Successfully merging this pull request may close these issues.

1 participant