elpa: Add --enable-scalapack-tests to configure when +autotune (#39728)
When building elpa +autotune, we apparently need to add the configure option --enable-scalapack-tests
This commit is contained in:
parent
5598de88ff
commit
4182e97761
@ -185,6 +185,8 @@ def configure_args(self):
|
||||
|
||||
if "+autotune" in self.spec:
|
||||
options.append("--enable-autotune-redistribute-matrix")
|
||||
# --enable-autotune-redistribute-matrix requires --enable-scalapack-tests as well
|
||||
options.append("--enable-scalapack-tests")
|
||||
|
||||
options.append("--disable-silent-rules")
|
||||
options.append("--without-threading-support-check-during-build")
|
||||
|
Loading…
Reference in New Issue
Block a user