Skip to content

Offline builds for TFEL, PETSc and LIS

Lars Bilke requested to merge bilke/ogs:offline-build-ext into master

Creates a new cache in the package registry for the external dependencies. Currently these are:

  • TFEL
  • MFront
  • LIS

Added option OGS_EXTERNAL_DEPENDENCIES_DIRECTORY:

In the given directory archives of source code of the external dependencies (added via ExternalProject_Add()) can be placed to enable offline builds with these dependencies.

Follow-up on !3989 (merged).

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Lars Bilke

Merge request reports