git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10739 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-09-09 16:12:56 +00:00
parent 2166b15182
commit 59bf51be4c
2 changed files with 12 additions and 0 deletions

View File

@ -585,6 +585,12 @@ make g++
<PRE>make no-manybody
make g++
</PRE>
<P>IMPORTANT NOTE: You should NOT include/exclude packages and build
LAMMPS in a single make command by using multiple targets, e.g. make
yes-colloid g++. This is because the make procedure creates a list of
source files that will be out-of-date for the build if the package
configuration changes during the same command.
</P>
<P>Some packages have individual files that depend on other packages
being included. LAMMPS checks for this and does the right thing.
I.e. individual files are only included if their dependencies are