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

fix compile gromacs with precompiled C library #3217

Commits on Feb 2, 2024

  1. fix compile gromacs with precompiled C library

    Fix deepmodeling#3214.
    
    In the gmx patch file, `${TENSORFLOW_ROOT}` is used other than `${TensorFlow_LIBRARY_PATH}$` or `${TENSORFLOW_INCLUDE_DIRS}`, so the fastest workaround is to set `${TENSORFLOW_ROOT}`.
    
    https://github.com/deepmodeling/deepmd-kit/blob/eb9b2efedf4efc946894800a0d7abf5056f4bb7a/source/gmx/patches/2020.2/CMakeLists.txt.patch.in#L14-L18
    Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
    njzjz committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d6e26e8 View commit details
    Browse the repository at this point in the history