From 4a4dbc7da5e728efaf3d5a2c84d568be81512e7d Mon Sep 17 00:00:00 2001 From: Gareth Tribello Date: Fri, 7 Dec 2018 12:49:00 +0000 Subject: [PATCH] Added further instructions on building of PLUMED+LAMMPS --- doc/src/Build_extras.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/Build_extras.txt b/doc/src/Build_extras.txt index c35418ae5f..9841acd1f6 100644 --- a/doc/src/Build_extras.txt +++ b/doc/src/Build_extras.txt @@ -763,6 +763,11 @@ a global PLUMED installation or consider downloading PLUMED during the LAMMPS bu [CMake build]: +When the "-D PKG_USER-PLUMED" flag is included in the cmake command you must ensure that +gsl, blas and lapack are installed in locations that are specified in your environment. There +are then two additional commands that control the manner in which PLUMED is obtained and linked +into LAMMPS. + -D DOWNLOAD_PLUMED=value # download PLUMED for build, value = no (default) or yes -D PLUMED_MODE=value # Linkage mode for PLUMED, value = static (default), shared, or runtime :pre