netlib-scalapack: fix for some clang derivative (cce/rocmcc) (#45434)
This commit is contained in:
parent
192821f361
commit
f1d6af6c94
@ -92,6 +92,8 @@ def cmake_args(self):
|
||||
or spec.satisfies("%apple-clang")
|
||||
or spec.satisfies("%oneapi")
|
||||
or spec.satisfies("%arm")
|
||||
or spec.satisfies("%cce")
|
||||
or spec.satisfies("%rocmcc")
|
||||
):
|
||||
c_flags.append("-Wno-error=implicit-function-declaration")
|
||||
|
||||
@ -116,6 +118,8 @@ class NetlibScalapack(ScalapackBase):
|
||||
git = "https://github.com/Reference-ScaLAPACK/scalapack"
|
||||
tags = ["e4s"]
|
||||
|
||||
maintainers("etiennemlb")
|
||||
|
||||
license("BSD-3-Clause-Open-MPI")
|
||||
|
||||
version("2.2.0", sha256="40b9406c20735a9a3009d863318cb8d3e496fb073d201c5463df810e01ab2a57")
|
||||
|
Loading…
Reference in New Issue
Block a user