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

Update SuiteSparse_jll.jl to skip only GPL libraries #50302

Closed
wants to merge 1 commit into from

Conversation

bmmogensen
Copy link

#50267 skipped dlopen for all SuiteSparse libraries.

This PR suggests to only skip dlopen for the libraries that actually are GPL. @DilumAluthge

Only skip dlopen for the libraries that actually are GPL.
@ViralBShah
Copy link
Member

ViralBShah commented Jun 27, 2023

I sometimes forget that not all of SuiteSparse is GPL.

However, the way our build system works is that if USE_GPL_LIBS is set to false in the build/install, then none of SuiteSparse will be built or installed. Hence this should stay the way it is.

ifeq ($(USE_GPL_LIBS), 1)

@ViralBShah ViralBShah closed this Jun 27, 2023
@ViralBShah ViralBShah added domain:building Build system, or building Julia or its dependencies domain:arrays:sparse Sparse arrays labels Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:arrays:sparse Sparse arrays domain:building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants