hypre: get rid of use of deprecated run_test method (#45762)
* hypre: get rid of depreciated run_test method * hypre: use mkdirp directly * hypre: use install() for ij for addition of permissions fix --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
b1b0c108bb
commit
067da09b46
@ -374,8 +374,8 @@ def install(self, spec, prefix):
|
||||
make("install")
|
||||
if spec.satisfies("+gptune"):
|
||||
make("test")
|
||||
self.run_test("mkdir", options=["-p", self.prefix.bin])
|
||||
self.run_test("cp", options=["test/ij", self.prefix.bin + "/."])
|
||||
mkdirp(self.prefix.bin)
|
||||
install(join_path("test", "ij"), self.prefix.bin)
|
||||
|
||||
extra_install_tests = join_path("src", "examples")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user