Skip to content

CMake: preserve GMX_DESCRIBE_BLAS/LAPACK on reconfigure

Previously, with internal BLAS/LAPACK, CMake variables GMX_DESCRIBE_(LAPACK|BLAS) were not properly set on reconfiguring. As a result, "BLAS library" and "LAPACK library" in gmx -version output were empty.

Merge request reports