Build NAMD with Tcl by default (#38645)
NAMD users expect the Tcl scripting interface to be enabled as it is used in many examples and tutorials in addition to being required for features such as multi-copy algorithms.
This commit is contained in:
parent
f863066b7e
commit
adde84e663
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Namd(MakefilePackage, CudaPackage):
|
||||||
|
|
||||||
variant(
|
variant(
|
||||||
"interface",
|
"interface",
|
||||||
default="none",
|
default="tcl",
|
||||||
values=("none", "tcl", "python"),
|
values=("none", "tcl", "python"),
|
||||||
description="Enables Tcl and/or python interface",
|
description="Enables Tcl and/or python interface",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue