Skip to content
Snippets Groups Projects
Unverified Commit 90c7c743 authored by Satish Balay's avatar Satish Balay Committed by GitHub
Browse files

hypre: disable variant superlu-dist default (#11097)

parent 8a172820
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class Hypre(Package):
# SuperluDist have conflicting headers with those in Hypre
variant('internal-superlu', default=True,
description="Use internal Superlu routines")
variant('superlu-dist', default=True,
variant('superlu-dist', default=False,
description='Activates support for SuperluDist')
variant('int64', default=False,
description="Use 64bit integers")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment