Skip to content

Remove -lcblas and -llapack from gen_cmake_skeleton.py#4981

Open
darkdragon-001 wants to merge 1 commit into
kaldi-asr:masterfrom
darkdragon-001:remove-unnecessary-link-libraries
Open

Remove -lcblas and -llapack from gen_cmake_skeleton.py#4981
darkdragon-001 wants to merge 1 commit into
kaldi-asr:masterfrom
darkdragon-001:remove-unnecessary-link-libraries

Conversation

@darkdragon-001
Copy link
Copy Markdown

They are already specified for all targets via target_link_libraries() in main CMakeLists.txt. The current setup is especially problematic on systems where cblas is part of blas and therefore has to be linked via -lblas. The logic in the main CMakeLists.txt file should already handle this correctly.

They are already specified for all targets via target_link_libraries() in main CMakeLists.txt.
The current setup is especially problematic on systems where cblas is part of blas and therefore has to be linked via -lblas. The logic in the main CMakeLists.txt file should work correctly.
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.

1 participant