fujitsu-ssl2: remove mentions of libfj90rt2.a (#21308)
This commit is contained in:
parent
84234e224c
commit
e83cce313b
1 changed files with 1 additions and 3 deletions
|
@ -54,8 +54,6 @@ def blas_libs(self):
|
|||
else:
|
||||
libslist.append("libfjlapack.so")
|
||||
|
||||
libslist.append("libfj90rt2.a")
|
||||
|
||||
if spec.target == "a64fx": # Build with SVE support
|
||||
if "+parallel" in spec: # parallel
|
||||
libslist.append("libssl2mtexsve.a")
|
||||
|
@ -104,7 +102,7 @@ def scalapack_libs(self):
|
|||
libslist.append("libscalapack.a")
|
||||
|
||||
libslist.extend(
|
||||
["libmpi_usempi_ignore_tkr.so", "libmpi_mpifh.so", "libfj90rt2.a"]
|
||||
["libmpi_usempi_ignore_tkr.so", "libmpi_mpifh.so"]
|
||||
)
|
||||
|
||||
if spec.target == "a64fx": # Build with SVE support
|
||||
|
|
Loading…
Reference in a new issue