Describe the bug
The commit 994d951 removed libomp from base but libomp and libomp-devel are required to build openmp dependent binaries. The gcc equivalent libgomp and libgomp-devel are available on tree. So code that uses OpenMP cannot be built on azurelinux.
Example of affected code: https://github.com/microsoft/BitNet/ are unable to be built on CBL-Mariner 2.0
To Reproduce
Steps to reproduce the behavior:
podman run -it --rm --name python --entrypoint /bin/bash mcr.microsoft.com/cbl-mariner/base/python:3 -c "tdnf install -y libomp-devel"
- See error
Expected behavior
Expected to have libomp and libomp-devel as far clang still supported on CBL-Mariner 2.0