doc : fixes #1239
This commit is contained in:
parent
069de3f008
commit
0e2afedb7f
1 changed files with 8 additions and 8 deletions
|
@ -2602,14 +2602,14 @@ Spack packages with variants similar to already-existing Spack
|
||||||
packages should use the same name for their variants. Standard
|
packages should use the same name for their variants. Standard
|
||||||
variant names are:
|
variant names are:
|
||||||
|
|
||||||
======= ======== ========================
|
======= ======== ========================
|
||||||
Name Default Description
|
Name Default Description
|
||||||
------- -------- ------------------------
|
======= ======== ========================
|
||||||
shared True Build shared libraries
|
shared True Build shared libraries
|
||||||
static Build static libraries
|
static None Build static libraries
|
||||||
mpi Use MPI
|
mpi None Use MPI
|
||||||
python Build Python extension
|
python None Build Python extension
|
||||||
------- -------- ------------------------
|
======= ======== ========================
|
||||||
|
|
||||||
If specified in this table, the corresponding default should be used
|
If specified in this table, the corresponding default should be used
|
||||||
when declaring a variant.
|
when declaring a variant.
|
||||||
|
|
Loading…
Reference in a new issue