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

prebuilt_cc_library_group #989

Open
chen3feng opened this issue Jul 13, 2022 · 0 comments
Open

prebuilt_cc_library_group #989

chen3feng opened this issue Jul 13, 2022 · 0 comments
Labels
P2 Low priority type: enhancement workload: small easy to implement

Comments

@chen3feng
Copy link
Owner

prebuilt_cc_library_group(
    name = 'mkl',
    libs = [
        'lib64/libmkl_intel_ilp64.a',
        'lib64/libmkl_gnu_thread.a', 
        'lib64/libmkl_core.a'],
)

The libraries will be enclosed between the -Wl,--start-group and -Wl,--end-group.

@chen3feng chen3feng added type: enhancement P2 Low priority workload: small easy to implement labels Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Low priority type: enhancement workload: small easy to implement
Projects
None yet
Development

No branches or pull requests

1 participant