diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-17 20:59:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-17 20:59:36 -0700 |
commit | 0e8bf79fa450da038bbcdfaed4df6af4217f5d25 (patch) | |
tree | 6c996c21545436d7cbe03ff7e9257cf42934e292 | |
parent | 63101e9914990d78f61e85747e0df18c59070579 (diff) | |
parent | dc671ad0370fa87ca2e5f09b1da1d54a1bfa0700 (diff) | |
download | spack-0e8bf79fa450da038bbcdfaed4df6af4217f5d25.tar.gz spack-0e8bf79fa450da038bbcdfaed4df6af4217f5d25.tar.bz2 spack-0e8bf79fa450da038bbcdfaed4df6af4217f5d25.tar.xz spack-0e8bf79fa450da038bbcdfaed4df6af4217f5d25.zip |
Merge pull request #1240 from epfl-scitas/truncated_documentation
doc : fixes #1239
-rw-r--r-- | lib/spack/docs/packaging_guide.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst index a0d0feabbd..6bafaecc7d 100644 --- a/lib/spack/docs/packaging_guide.rst +++ b/lib/spack/docs/packaging_guide.rst @@ -2627,14 +2627,14 @@ Spack packages with variants similar to already-existing Spack packages should use the same name for their variants. Standard variant names are: -======= ======== ======================== -Name Default Description -------- -------- ------------------------ -shared True Build shared libraries -static Build static libraries -mpi Use MPI -python Build Python extension -------- -------- ------------------------ + ======= ======== ======================== + Name Default Description + ======= ======== ======================== + shared True Build shared libraries + static Build static libraries + mpi Use MPI + python Build Python extension + ======= ======== ======================== If specified in this table, the corresponding default should be used when declaring a variant. |