LLNL / Tribol

Modular interface physics library featuring state-of-the-art contact physics methods.
MIT License
25 stars 2 forks source link

Remove tribol and redecomp from mfem link line #75

Closed ebchin closed 5 months ago

ebchin commented 5 months ago

A Tribol miniapp is being developed for MFEM (see https://github.com/mfem/mfem/pull/4054). The miniapp install process requires 3 steps: 1) build MFEM, 2) build Tribol, and 3) build the miniapp. This is due to Tribol's dependency on MFEM (but not the other way around). Tribol support in MFEM adds Tribol and redecomp as libraries to MFEM's link line for purposes of building the miniapp, but this breaks step 2) above, since Tribol has not been built yet. This PR removes the Tribol and redecomp libraries when linking MFEM to allow Tribol to build.