SLEPc: Set SLEPC_DIR in the module file. (#20698)
This commit is contained in:
parent
ac3f8656fb
commit
4e12cab9e3
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ def install(self, spec, prefix):
|
|||
|
||||
make('install', parallel=False)
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
# set SLEPC_DIR in the module file
|
||||
env.set('SLEPC_DIR', self.prefix)
|
||||
|
||||
def setup_dependent_build_environment(self, env, dependent_spec):
|
||||
# set up SLEPC_DIR for everyone using SLEPc package
|
||||
env.set('SLEPC_DIR', self.prefix)
|
||||
|
|
Loading…
Reference in a new issue