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

Use TARGET_RUNTIME_DLLS generator expression #739

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

cgmb
Copy link
Collaborator

@cgmb cgmb commented Jun 12, 2024

The TARGET_RUNTIME_DLLS generator expression added in CMake 3.21 provides exactly the functionality that is desired on Windows for copying the DLLs, and it is more robust than the existing glob.

The TARGET_RUNTIME_DLLS generator expression added in CMake 3.21
provides exactly the functionality that is desired on Windows for
copying the DLLs, and it is more robust than the existing glob.
@cgmb cgmb added noOptimizations Disable optimized kernels for small sizes for some routines noExtendedCI Disable extended tests labels Jun 13, 2024
@cgmb cgmb marked this pull request as ready for review June 13, 2024 19:56
@cgmb
Copy link
Collaborator Author

cgmb commented Jul 17, 2024

Well, it seems to be working now, except it doesn't copy these LAPACK libraries:

libcblas.dll
libgcc_s_seh-1.dll
libquadmath-0.dll
libwinpthread-1.dll

Omitting libcblas is fine, but the others seem to be runtime dependencies of libblas.dll or liblapack.dll and are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
noExtendedCI Disable extended tests noOptimizations Disable optimized kernels for small sizes for some routines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant