Skip to content

feat(build): Remove libgomp from dependencies

Dmitry Ivanov requested to merge funbringer/drop-gomp into master

Summary

feat(build): Remove libgomp from dependencies

This fixes failing builds on Arch Linux, Fedora and other Linux distros which don't provide static libgomp or build it without -fPIE.

See picodata/tarantool!107

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if API docs changed) A follow-up doc issue is created in picodata/docs and linked here
Edited by Yaroslav Dynnikov

Merge request reports