Consistent docs and usage of env mod methods (#3351)
This commit is contained in:

committed by
Todd Gamblin

parent
560d28ac7f
commit
dca4d2b15e
@@ -287,5 +287,5 @@ def cmake_args(self):
|
||||
|
||||
return options
|
||||
|
||||
def setup_environment(self, spack_env, env):
|
||||
env.set('DEAL_II_DIR', self.prefix)
|
||||
def setup_environment(self, spack_env, run_env):
|
||||
run_env.set('DEAL_II_DIR', self.prefix)
|
||||
|
Reference in New Issue
Block a user