summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJim Phillips <jcphill@users.noreply.github.com>2023-07-05 03:29:11 -0500
committerGitHub <noreply@github.com>2023-07-05 10:29:11 +0200
commitadde84e66362cfc135cbc0d3f208588ec87e796e (patch)
tree6440627c37ddda9387ff30a1a3c9e5152720667a /var
parentf863066b7e939fd0f3b16bbf42170e86f5fd526e (diff)
downloadspack-adde84e66362cfc135cbc0d3f208588ec87e796e.tar.gz
spack-adde84e66362cfc135cbc0d3f208588ec87e796e.tar.bz2
spack-adde84e66362cfc135cbc0d3f208588ec87e796e.tar.xz
spack-adde84e66362cfc135cbc0d3f208588ec87e796e.zip
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.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/namd/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/namd/package.py b/var/spack/repos/builtin/packages/namd/package.py
index 68254ac114..a58365f447 100644
--- a/var/spack/repos/builtin/packages/namd/package.py
+++ b/var/spack/repos/builtin/packages/namd/package.py
@@ -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",
)