You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…. Trigger
off of default MFEM_DIR env variable or user-supplied --with-mfem=<path>
option. Updated tps build system to use header and library variables set by
the new macro (#83). Updated configure summary as will to cleanup long paths
for MFEM linkage.
A --with-mfem option has been added to provide the top-level path of the desired MFEM linkage. This macro will interrogate MFEM build collateral at $MFEM_DIR/share/mfem/config.mk to query which 3rd party libraries are needed with the local MFEM build (via a new python script); TPS build system updated accordingly to use MFEM_CXXFLAGS and MFEM_LIBS variables set by the new macro. Note that this addition does require availability of python3 locally.
Ideally, interrogate MFEM installation for 3rd party libraries (e.g. hypre) that it was built against.
The text was updated successfully, but these errors were encountered: