Skip to content

Commit ccc5938

Browse files
authored
Change CORENRN_NMODL_ROOT to CORENRN_NMODL_DIR (spack#579)
1 parent 7f113f0 commit ccc5938

File tree

1 file changed

+1
-1
lines changed
  • var/spack/repos/builtin/packages/coreneuron

1 file changed

+1
-1
lines changed

var/spack/repos/builtin/packages/coreneuron/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def get_cmake_args(self):
209209

210210
if spec.satisfies('+nmodl'):
211211
options.append('-DCORENRN_ENABLE_NMODL=ON')
212-
options.append('-DCORENRN_NMODL_ROOT=%s' % spec['nmodl'].prefix)
212+
options.append('-DCORENRN_NMODL_DIR=%s' % spec['nmodl'].prefix)
213213
flags += ' -I%s -I%s' % (spec['nmodl'].prefix.include, spec['eigen'].prefix.include.eigen3)
214214

215215
nmodl_options = 'codegen --force passes --verbatim-rename --inline'

0 commit comments

Comments
 (0)