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

libgomp dependency in imagick #678

Open
DubbleClick opened this issue Mar 26, 2025 · 1 comment · May be fixed by #681
Open

libgomp dependency in imagick #678

DubbleClick opened this issue Mar 26, 2025 · 1 comment · May be fixed by #681
Assignees
Labels
bug Something isn't working kind/extension Issues related to extensions

Comments

@DubbleClick
Copy link
Collaborator

this is a problem in glibc builds because libgomp is apparently not preinstalled on ubuntu arm64 minimal. The authors of the imagick library recommend disabling it anyway, though:

https://github.com/Imagick/imagick?tab=readme-ov-file#openmp

@DubbleClick DubbleClick added the bug Something isn't working label Mar 26, 2025
@crazywhalecc crazywhalecc added the kind/extension Issues related to extensions label Mar 27, 2025
@DubbleClick
Copy link
Collaborator Author

Turns out it can be disabled in code and all we need to do is statically link libgomp.a instead of -lgomp on glibc, as it prefers dynamic if possible. #679

@DubbleClick DubbleClick linked a pull request Mar 27, 2025 that will close this issue
@crazywhalecc crazywhalecc linked a pull request Mar 29, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kind/extension Issues related to extensions
Projects
None yet
2 participants