Charm: more info about build targets (#8713)
* Charm: more info about build targets * fix whitespace
This commit is contained in:
parent
b25187bfa6
commit
badf913fc4
@ -63,6 +63,7 @@ class Charm(Package):
|
|||||||
variant(
|
variant(
|
||||||
"build-target",
|
"build-target",
|
||||||
default="LIBS",
|
default="LIBS",
|
||||||
|
# AMPI also builds charm++, LIBS also builds AMPI and charm++
|
||||||
values=("charm++", "AMPI", "LIBS"),
|
values=("charm++", "AMPI", "LIBS"),
|
||||||
description="Specify the target to build"
|
description="Specify the target to build"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user