Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O ogs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 98
    • Issues 98
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogsogs
  • ogs
  • Merge requests
  • !4167

Some RPATH fixes for lib64-based systems

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lars Bilke requested to merge bilke/ogs:rpath-fixes into master May 23, 2022
  • Overview 1
  • Commits 7
  • Pipelines 6
  • Changes 12
  • Proper RPATH both for the build tree as well as the install tree
  • A fix for lib64-based systems (e.g. OpenSUSE) where some third-party libs (e.g. PETSc, HDF5) still install into lib (added lib to the RPATH as well)
  • OGS_INSTALL_DEPENDENCIES now defaults to ON. This options checks executables for their dependencies and copies them to the install tree (if the install-target is build).
  • When TFEL is build locally (e.g. when not found or OGS_BUILD_TFEL=ON) a patched version which allows for static libraries is used. This makes it easier to relocate an OGS build. I will try to get this into tfel main repo... Also there is no test of this configuration in CI, I verified manually.

TODO:

  • Remove option OGS_INSTALL_EXTERNAL_DEPENDENCIES as OGS_INSTALL_DEPENDENCIES should be enough to properly install dependencies.

Closes https://gitlab.opengeosys.org/ufz-bgr/hpc/docs/-/issues/28.

Edited Jun 03, 2022 by Lars Bilke
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: rpath-fixes