Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose HYPRE_FMANGLE etc. to CMake #1200

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

JakeOShannessy
Copy link

HYPRE_FMANGLE controls how symbols for Fortran are mangled. This can be changed via the configure script, but could not be configured during a CMake build. This change adds 3 options to CMakeLists.txt exposing HYPRE_FMANGLE, HYPRE_FMANGLE_BLAS, and HYPRE_FMANGLE_LAPACK such that they can be configured during a CMake build.

HYPRE_FMANGLE controls how symbols for Fortran are mangled. This can be
changed via the configure script, but could not be configured during a
CMake build. This change adds 3 options to CMakeLists.txt exposing
HYPRE_FMANGLE, HYPRE_FMANGLE_BLAS, and HYPRE_FMANGLE_LAPACK such that
they can be configured during a CMake build.
@victorapm victorapm changed the base branch from master to cmake-fmangle January 3, 2025 01:59
@victorapm
Copy link
Contributor

@JakeOShannessy thanks for your contribution. I will make a few other changes and include this in PR #1181, which involves several cmake updates to hypre.

@victorapm victorapm merged commit f709a9d into hypre-space:cmake-fmangle Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants