Skip to content
Snippets Groups Projects
Unverified Commit 4fe735b4 authored by Giovanni's avatar Giovanni Committed by GitHub
Browse files

Merge pull request #739 from mabraham/patch-1

Let GROMACS runtime logs show PLUMED patch active
parents aa81dd4f 65021761
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,8 @@ EOF
plumed_before_patch(){
plumed_patch_info
mv cmake/gmxVersionInfo.cmake cmake/gmxVersionInfo.cmake.preplumed
awk -v version="$PLUMED_VERSION" '/^set\(GMX_VERSION_STRING_OF_FORK/{gsub(/""/, version)}; {print}' cmake/gmxVersionInfo.cmake.preplumed > cmake/gmxVersionInfo.cmake
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment