We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f113f0 commit ccc5938Copy full SHA for ccc5938
var/spack/repos/builtin/packages/coreneuron/package.py
@@ -209,7 +209,7 @@ def get_cmake_args(self):
209
210
if spec.satisfies('+nmodl'):
211
options.append('-DCORENRN_ENABLE_NMODL=ON')
212
- options.append('-DCORENRN_NMODL_ROOT=%s' % spec['nmodl'].prefix)
+ options.append('-DCORENRN_NMODL_DIR=%s' % spec['nmodl'].prefix)
213
flags += ' -I%s -I%s' % (spec['nmodl'].prefix.include, spec['eigen'].prefix.include.eigen3)
214
215
nmodl_options = 'codegen --force passes --verbatim-rename --inline'
0 commit comments