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

build: Remove GPL libs when set USE_GPL_LIBS=0 #54240

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

inkydragon
Copy link
Member

Fix #53211

@inkydragon inkydragon added building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries labels Apr 25, 2024
@gitboy16
Copy link
Contributor

I have tested this locally and it seems to be working.
Is anything else needed in order to merge this PR?
Will another PR be needed to remove the documentation for SparseArrays?
Thank you

@inkydragon
Copy link
Member Author

Will another PR be needed to remove the documentation for SparseArrays?

Maybe there are some GPL-solver related docs need to be removed.

And we need JuliaSparse/SparseArrays.jl#535 to pass test.

@ViralBShah ViralBShah merged commit 94a0ee8 into JuliaLang:master Jun 8, 2024
9 checks passed

remove-libsuitesparse-gpl-lib:
ifeq ($(USE_GPL_LIBS),1)
@echo This build contains [GPL-2.0+] libs: libcholmod librbio libspqr libumfpack
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed that this would print every single time. I don't think the message is necessary, since we are adequately clear in our license file.

I suggest removing the message.

@inkydragon inkydragon deleted the cyhan/no-gpl branch October 26, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scheduled build *-NoGPL all failed
3 participants