Reference-LAPACK / lapack

LAPACK development repository
Other
1.46k stars 430 forks source link

Allow User Configuration of RPATH Settings #1002

Closed ahnaf-tahmid-chowdhury closed 1 month ago

ahnaf-tahmid-chowdhury commented 3 months ago

Description

This pull request introduces user-configurable options for controlling RPATH settings in the CMake build system. Previously, these settings were forced in the CMakeLists.txt file, leading to inflexibility and potential conflicts, as reported in issue #1001. By making these options configurable, users have more control over the behavior of RPATH settings during the build process.

Changes Made

Checklist

Additional Notes

langou commented 1 month ago

Thanks @ahnaf-tahmid-chowdhury.

This PR is ready for a merge. I will let it sit for a few days. If no one objects by then, I will merge.