summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/namd/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/namd/package.py')
-rw-r--r--var/spack/repos/builtin/packages/namd/package.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/namd/package.py b/var/spack/repos/builtin/packages/namd/package.py
index 0b2c6c02a2..f7cccc2b59 100644
--- a/var/spack/repos/builtin/packages/namd/package.py
+++ b/var/spack/repos/builtin/packages/namd/package.py
@@ -32,6 +32,12 @@ class Namd(MakefilePackage):
variant('interface', default='none', values=('none', 'tcl', 'python'),
description='Enables TCL and/or python interface')
+ # init_tcl_pointers() declaration and implementation are inconsistent
+ # "src/colvarproxy_namd.C", line 482: error: inherited member is not
+ # allowed
+ patch('inherited-member.patch', when='@:2.13')
+ patch('inherited-member-2.14.patch', when='@2.14:')
+
depends_on('charmpp@6.10.1:', when="@2.14:")
depends_on('charmpp@6.8.2', when="@2.13")
depends_on('charmpp@6.7.1', when="@2.12")