pgplot: made dependent packages set environment variables from pgplot (#35803)
This commit is contained in:
parent
3feadc0a36
commit
5b3ad0adaa
@ -175,3 +175,7 @@ def libs(self):
|
||||
def setup_run_environment(self, env):
|
||||
env.set("PGPLOT_FONT", self.prefix.include + "/grfont.dat")
|
||||
env.set("PGPLOT_DIR", self.prefix.lib + "/pgplot5")
|
||||
|
||||
def setup_dependent_run_environment(self, env, dependent_spec):
|
||||
env.set("PGPLOT_FONT", self.prefix.include + "/grfont.dat")
|
||||
env.set("PGPLOT_DIR", self.prefix.lib + "/pgplot5")
|
||||
|
Loading…
Reference in New Issue
Block a user