Skip to content

Commit

Permalink
Revert "openblas: do not build tests when installing (spack#38591)" (s…
Browse files Browse the repository at this point in the history
…pack#38662)

This reverts commit 51c75c6.
  • Loading branch information
haampie committed Jul 2, 2023
1 parent a864108 commit cc74729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions var/spack/repos/builtin/packages/openblas/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,7 @@ def libs(self):

@property
def build_targets(self):
# Do not build tests: see #38591
# And note that "shared" is allowed (but ignored) when ~shared
return ["-s"] + self.make_defs + ["libs", "netlib", "shared"]
return ["-s"] + self.make_defs + ["all"]

@run_after("build")
@on_package_attributes(run_tests=True)
Expand Down

0 comments on commit cc74729

Please sign in to comment.