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

SWDEV-466543 - Set BUILD_SHARED_LIBS flag in build_openmp script #960

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

raramakr
Copy link
Contributor

For static builds, linking to static libraries of drm and libdrm_amdgpu is required. Based on BUILD_SHARED_LIBS flag, thunk will link to static or shared library versions of drm/libdrm_amdgpu libraries

For static builds, linking to static libraries of drm and libdrm_amdgpu is required.
Based on BUILD_SHARED_LIBS flag, thunk will link to static or shared library versions of drm/libdrm_amdgpu libraries
@estewart08
Copy link
Contributor

estewart08 commented Jun 26, 2024

Can we move this into the AOMP_STANDALONE_BUILD==0 condition below?

@raramakr
Copy link
Contributor Author

Can we move this into the AOMP_STANDALONE_BUILD==0 condition below?

Addressed the same

@raramakr raramakr merged commit 86a5ab5 into ROCm:aomp-dev Jun 27, 2024
estewart08 pushed a commit that referenced this pull request Jun 27, 2024
* SWDEV-466543 - Set BUILD_SHARED_LIBS flag in build_openmp script

For static builds, linking to static libraries of drm and libdrm_amdgpu is required.
Based on BUILD_SHARED_LIBS flag, thunk will link to static or shared library versions of drm/libdrm_amdgpu libraries

* Limit the setting of BUILD_SHARED_LIBS to non aomp standalone build
rocm-ci pushed a commit that referenced this pull request Aug 2, 2024
* SWDEV-466543 - Set BUILD_SHARED_LIBS flag in build_openmp script

For static builds, linking to static libraries of drm and libdrm_amdgpu is required.
Based on BUILD_SHARED_LIBS flag, thunk will link to static or shared library versions of drm/libdrm_amdgpu libraries

* Limit the setting of BUILD_SHARED_LIBS to non aomp standalone build

Change-Id: I72dfca132743ab7fa01f3043d58c8bf313568d08
rocm-ci pushed a commit that referenced this pull request Aug 2, 2024
searlmc1 pushed a commit that referenced this pull request Aug 23, 2024
* SWDEV-466543 - Set BUILD_SHARED_LIBS flag in build_openmp script

For static builds, linking to static libraries of drm and libdrm_amdgpu is required.
Based on BUILD_SHARED_LIBS flag, thunk will link to static or shared library versions of drm/libdrm_amdgpu libraries

* Limit the setting of BUILD_SHARED_LIBS to non aomp standalone build

Change-Id: I72dfca132743ab7fa01f3043d58c8bf313568d08
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