openfoam-com package: build without kahip by default (#11259)

Kahip does not build with clang (conflicts('%clang') in kahip package.
Because of this, openfoam-com %clang fails concretization. Therefore,
this changes the default openfoam-com variant for kahip to False.
This commit is contained in:
Greg Becker 2019-05-01 08:26:54 +09:00 committed by Peter Scheibel
parent d2786ec064
commit 7b715564d0

View File

@ -276,7 +276,7 @@ class OpenfoamCom(Package):
description='With 64-bit labels')
variant('knl', default=False,
description='Use KNL compiler settings')
variant('kahip', default=True,
variant('kahip', default=False,
description='With kahip decomposition')
variant('metis', default=False,
description='With metis decomposition')