From adde84e66362cfc135cbc0d3f208588ec87e796e Mon Sep 17 00:00:00 2001 From: Jim Phillips Date: Wed, 5 Jul 2023 03:29:11 -0500 Subject: 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. --- var/spack/repos/builtin/packages/namd/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') 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", ) -- cgit v1.2.3-60-g2f50