add gromacs install example script

This commit is contained in:
2025-05-23 22:11:26 +02:00
parent 3b38c45562
commit 03d25a44f0
2 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- gromacs-2018.8/src/gromacs/utility/arrayref.h 2019-10-04 08:39:25.000000000 +0200
+++ gromacs-2018.8-fixed/src/gromacs/utility/arrayref.h 2025-05-23 14:54:03.458763669 +0200
@@ -46,6 +46,7 @@
#include <cstddef>
#include <array>
+#include <limits>
#include <iterator>
#include <stdexcept>
#include <utility>