Skip to content

Commit

Permalink
amdlibflame: needs modern make (spack#35297)
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener authored and tldahlgren committed Feb 13, 2023
1 parent e682984 commit 3a8fe35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/amdlibflame/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class Amdlibflame(LibflameBase):
provides("flame@5.2", when="@2:")

depends_on("python+pythoncmd", type="build")
depends_on("gmake@4:", when="@3.0.1,3.1:", type="build")

@property
def lapack_libs(self):
Expand Down

0 comments on commit 3a8fe35

Please sign in to comment.