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

warning for library_name #476

Closed
ViralBShah opened this issue Mar 8, 2024 · 1 comment · Fixed by #477
Closed

warning for library_name #476

ViralBShah opened this issue Mar 8, 2024 · 1 comment · Fixed by #477

Comments

@ViralBShah
Copy link
Contributor

Generating the SuiteSparse wrappers, I got:

┌ Warning: default libname: ":libxxx" is being used, did you forget to set `library_name` in the toml file?
└ @ Clang.Generators ~/.julia/packages/Clang/kNxXb/src/generator/audit.jl:16

However, I do have library_names, and maybe the audit can check for that too.

generator.toml:library_names = {"SuiteSparse_config.h" = "libsuitesparseconfig", "SuiteSparseQR_C.h" = "libspqr", "umfpack.h" = "libumfpack", "cholmod.h" = "libcholmod", "amd.h" = "libamd"}
@Gnimuc
Copy link
Member

Gnimuc commented Mar 10, 2024

The design is that library_name can only be omitted in the REPL for quick testing without any options set.

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 a pull request may close this issue.

2 participants