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

[ogs] Add pkg-config for PETSc finding.

parent ca8cbad7
No related branches found
No related tags found
No related merge requests found
...@@ -620,8 +620,9 @@ if local_args.mfront and local_args.pm == "system": ...@@ -620,8 +620,9 @@ if local_args.mfront and local_args.pm == "system":
Stage1 += tfel_env Stage1 += tfel_env
cmake_args.append("-DOGS_USE_MFRONT=ON") cmake_args.append("-DOGS_USE_MFRONT=ON")
# Used to fix RPATH in petsc.so build as external dependency # patchelf used to fix RPATH in petsc.so build as external dependency
Stage0 += packages(ospackages=["patchelf"]) # pkg-config for PETSc finding
Stage0 += packages(ospackages=["patchelf", "pkg-config"])
if local_args.ccache: if local_args.ccache:
Stage0 += ccache(cache_size="15G") Stage0 += ccache(cache_size="15G")
......
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