Commit 14ab0ec4 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove references to pre-installed packages as this was changed with the 22 August 2018 version

parent 6c72d15c
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -48,15 +48,8 @@ your machine and "unstable" is one of the 3 branches listed above.
between them at any time using "git checkout <branch name>".)

Once the command completes, your directory will contain the same files
as if you unpacked a current LAMMPS tarball, with two exceptions:

1) No LAMMPS packages are initially installed in the src dir (a few
packages are installed by default in the tarball src dir).  You can
install whichever packages you wish before building LAMMPS; type "make
package" from the src dir to see the options, and the
"Packages"_Packages.html doc page for a discussion of packages.

2) The HTML documentation files are not included.  They can be fetched
as if you unpacked a current LAMMPS tarball, with the exception, that
the HTML documentation files are not included.  They can be fetched
from the LAMMPS website by typing "make fetch" in the doc directory.
Or they can be generated from the content provided in doc/src by
typing "make html" from the the doc directory.
+2 −9
Original line number Diff line number Diff line
@@ -36,15 +36,8 @@ where "mylammps" is the name of the directory you wish to create on
your machine.

Once the command completes, your directory will contain the same files
as if you unpacked a current LAMMPS tarball, with two exceptions:

1) No LAMMPS packages are initially installed in the src dir (a few
packages are installed by default in the tarball src dir).  You can
install whichever packages you wish before building LAMMPS; type "make
package" from the src dir to see the options, and the
"Packages"_Packages.html doc page for a discussion of packages.

2) The HTML documentation files are not included.  They can be fetched
as if you unpacked a current LAMMPS tarball, with the exception, that
the HTML documentation files are not included.  They can be fetched
from the LAMMPS website by typing "make fetch" in the doc directory.
Or they can be generated from the content provided in doc/src by
typing "make html" from the the doc directory.
+1 −2
Original line number Diff line number Diff line
@@ -370,8 +370,7 @@ of these styles.

All of the kspace styles are part of the KSPACE package.  They are
only enabled if LAMMPS was built with that package.  See the "Build
package"_Build_package.html doc page for more info.  Note that the
KSPACE package is installed by default.
package"_Build_package.html doc page for more info.

For MSM, a simulation must be 3d and one can use any combination of
periodic, non-periodic, or shrink-wrapped boundaries (specified using
+1 −2
Original line number Diff line number Diff line
@@ -154,8 +154,7 @@ details.

This style is part of the KSPACE package.  It is only enabled if
LAMMPS was built with that package.  See the "Build
package"_Build_package.html doc page for more info.  Note that the
KSPACE package is installed by default.
package"_Build_package.html doc page for more info.

[Related commands:]

+1 −2
Original line number Diff line number Diff line
@@ -249,8 +249,7 @@ All the styles with {coul/charmm} or {coul/charmmfsh} styles are part
of the MOLECULE package.  All the styles with {coul/long} style are
part of the KSPACE package.  They are only enabled if LAMMPS was built
with those packages.  See the "Build package"_Build_package.html doc
page for more info.  Note that the MOLECULE and KSPACE packages are
installed by default.
page for more info.

[Related commands:]

Loading