From 9e154abba01c34a03c9679cc3f16c50453b67d39 Mon Sep 17 00:00:00 2001 From: "Steven J. Plimpton" <sjplimp@singsing.sandia.gov> Date: Wed, 15 Aug 2018 14:55:48 -0600 Subject: [PATCH] remove pre-install of 3 default packages from docs --- doc/src/Build_package.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/src/Build_package.txt b/doc/src/Build_package.txt index 45626dbbae..dc8918c884 100644 --- a/doc/src/Build_package.txt +++ b/doc/src/Build_package.txt @@ -121,10 +121,14 @@ right thing. Individual files are only included if their dependencies are already included. Likewise, if a package is excluded, other files dependent on that package are also excluded. -When you download a LAMMPS tarball, three packages are pre-installed -in the src directory: KSPACE, MANYBODY, MOLECULE. This is because -they are so commonly used. When you download LAMMPS source files from -the Git or SVN repositories, no packages are pre-installed. +When you download a LAMMPS tarball or download LAMMPS source files +from the Git or SVN repositories, no packages are pre-installed in the +src directory. + +NOTE: Prior to Aug 2018, if you downloaded a tarball, 3 packages +(KSPACE, MANYBODY, MOLECULE) were pre-installed in the src directory. +That is no longer the case, so that CMake will build as-is without the +need to un-install those packages. :line -- GitLab