We are installing a custom rpm which we built using rpmbuild. During the install it fails with a dependency on specific file, in our case specifically libnvidia-ml.so.1:
Requires: libnvidia-ml.so.1()(64bit)
This is installed at /usr/lib64 but not through the package manager, which cannot change. Is there a way to tell yum where to find this file?
I found nothing obvious in the manual, and LD_LIBRARY_PATH has no effect.