-
Notifications
You must be signed in to change notification settings - Fork 528
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
Drop C++ 11? #4060
Labels
Comments
+1 |
njzjz
added a commit
to njzjz/deepmd-kit
that referenced
this issue
Aug 20, 2024
Merged
Merged
github-merge-queue bot
pushed a commit
that referenced
this issue
Aug 21, 2024
Fix #4060. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated installation documentation to clarify C++ compiler requirements, specifying that GCC 5 or higher is necessary for C++ 14 and potentially GCC 7 for C++ 17. - **Chores** - Enhanced CMake configuration to support C++ 14 in specific scenarios, improving compatibility with older codebases. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
mtaillefumier
pushed a commit
to mtaillefumier/deepmd-kit
that referenced
this issue
Sep 18, 2024
Fix deepmodeling#4060. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated installation documentation to clarify C++ compiler requirements, specifying that GCC 5 or higher is necessary for C++ 14 and potentially GCC 7 for C++ 17. - **Chores** - Enhanced CMake configuration to support C++ 14 in specific scenarios, improving compatibility with older codebases. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've removed support for any TensorFlow/PyTorch versions using C++ 11, so it seems that we can allow C++ 14 in our codes.
The text was updated successfully, but these errors were encountered: