We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> > MacOS doesn't have O_DIRECT, so I commented out this line in cpp/include/kvikio/file_handle.hpp:
// if (o_direct) { file_flags |= O_DIRECT; } After that, ./build.sh libkvikio worked :-) @qkoziol, could you please open a separate issue for this so we don't lose track.
// if (o_direct) { file_flags |= O_DIRECT; } After that, ./build.sh libkvikio worked :-)
@qkoziol, could you please open a separate issue for this so we don't lose track.
Yes, will do
Originally posted by @qkoziol in #373 (comment)
The text was updated successfully, but these errors were encountered:
#ifdef
O_DIRECT
Use #ifdef to guard O_DIRECT usage (#404)
89a3343
Fixes #383 Authors: - https://github.com/jakirkham - Mads R. B. Kristensen (https://github.com/madsbk) Approvers: - Mads R. B. Kristensen (https://github.com/madsbk) - Lawrence Mitchell (https://github.com/wence-) URL: #404
Successfully merging a pull request may close this issue.
Yes, will do
Originally posted by @qkoziol in #373 (comment)
The text was updated successfully, but these errors were encountered: