I try to run a python application which uses lightgbm on nixos and get the following error:
libgomp.so.1: cannot open shared object file: No such file or directory
I know there are separate packages in other distros to install libgomp, e.g. Debian’s libgomp1.
I did not manage to find out how libgomp is packaged in nixos. I looked into the gcc package and found the file libgomp.a in the lib directory. However, there is no dynamic library for libgomp. Why is that?