Skip to content

Fix CMake install step: add install targets and preserve RPATH#357

Merged
maierta merged 1 commit into
CompFUSE:masterfrom
PDoakORNL:add-install-step-to-cmake
May 21, 2026
Merged

Fix CMake install step: add install targets and preserve RPATH#357
maierta merged 1 commit into
CompFUSE:masterfrom
PDoakORNL:add-install-step-to-cmake

Conversation

@PDoakORNL
Copy link
Copy Markdown
Contributor

  • Add install(TARGETS ...) for main_dca, main_analysis, chi_q_omega, and cluster_solver_check application binaries
  • Set CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE so installed binaries can find shared libraries (OpenBLAS, HDF5, FFTW) without LD_LIBRARY_PATH at runtime

Tested with Ninja generator + spack environment.

- Add install(TARGETS ...) for main_dca, main_analysis, chi_q_omega,
  and cluster_solver_check application binaries
- Set CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE so installed binaries
  can find shared libraries (OpenBLAS, HDF5, FFTW) without
  LD_LIBRARY_PATH at runtime

Tested with Ninja generator + spack environment.
@maierta maierta merged commit 3dfb37e into CompFUSE:master May 21, 2026
1 check passed
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