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
I think this just needs another #if #else branch to check if the machine is 64 or 32 bit.
Internally I've applied the following patches which fixes this at compile time on CentOS, but it might make more sense to check at runtime for number of bits and is file exists, as Ubuntu uses /usr/lib and CentOS uses /usr/lib64.
Alternatively the spec file could patch in the the pre stage as then you know its CentOS.
Hi!
Using the provided SPEC file (CentOS 7.x, x86_64), it looks like the generated RPM installs
libdrmaa.so
in/usr/lib64
:But
DRMAA_LIBRARY_PATH
defaults to/usr/lib/libdrmaa.so
:and:
Would there be a way to make the default
DRMAA_LIBRARY_PATH
consistent with the RPM installation?The text was updated successfully, but these errors were encountered: