KellenSunderland commented on issue #8073: Locate liblapack.a in /usr/lib64 URL: https://github.com/apache/incubator-mxnet/pull/8073#issuecomment-333295862 I don't think this will automatically enable lapack when found. The only action that gets performed here is setting LAPACK to 0, i.e. disabling it. So this change is saying if LAPACK has been manually set to 1, don't reset it to 0 if your lapack lib happens to be in /usr/lib64. For the linker search path, on my platform (Amazon Linux) /usr/lib64 is on the path. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
