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:
Jim Phillips 2023-07-05 03:29:11 -05:00 committed by GitHub
parent f863066b7e
commit adde84e663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ class Namd(MakefilePackage, CudaPackage):
variant(
"interface",
default="none",
default="tcl",
values=("none", "tcl", "python"),
description="Enables Tcl and/or python interface",
)