gromacs: Let runtime logs show homebrew was used

Knowing that homebrew has patched the code and organized the build is
potentially valuable information for GROMACS users and developers
troubleshooting their runs.

Closes #85158.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Mark Abraham 2021-09-14 13:35:54 +02:00 committed by BrewTestBot
parent 30fe17843b
commit 5ce6b86f32
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ class Gromacs < Formula
inreplace "src/gromacs/gromacs-config.cmake.cmakein", "@GROMACS_CXX_COMPILER@", cxx
mkdir "build" do
system "cmake", "..", *std_cmake_args, "-DGROMACS_CXX_COMPILER=#{cxx}"
system "cmake", "..", *std_cmake_args, "-DGROMACS_CXX_COMPILER=#{cxx}",
"-DGMX_VERSION_STRING_OF_FORK=#{tap.user}"
system "make", "install"
end