amdlibflame: needs modern make (#35297)

See https://github.com/flame/libflame/issues/55
This commit is contained in:
Erik Heeren 2023-02-06 15:05:16 +01:00 committed by GitHub
parent 91243ecb5b
commit 8109877424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):