You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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
The text was updated successfully, but these errors were encountered: