Skip to content
Snippets Groups Projects
Commit cefa4490 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ogs] Added ptscotch requirements (petsc).

parent 4aec86d0
No related branches found
No related tags found
No related merge requests found
......@@ -468,6 +468,8 @@ if local_args.ogs != "clean":
)
if toolchain.CC == "mpicc":
Stage0 += packages(yum=["diffutils"])
if "--download-ptscotch" in local_args.petsc_configure_args:
Stage0 += packages(ospackages=["bison", "flex"])
petsc_version = versions["minimum_version"]["petsc"]
petsc_args = local_args.petsc_configure_args.strip().split(" ")
petsc_configure_opts = [
......
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