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
Currently FlexiBLAS is fixed to the place where it has been installed to by cmake, CMAKE_INSTALL_PREFIX.
This makes it impossible to compile it on one machine and then install/copy it to a custom (user) location.
My suggestion would be to use the location of libflexiblas.so at runtime instead of the CMAKE_INSTALL_PREFIX.
The text was updated successfully, but these errors were encountered:
Currently FlexiBLAS is fixed to the place where it has been installed to by cmake,
CMAKE_INSTALL_PREFIX
.This makes it impossible to compile it on one machine and then install/copy it to a custom (user) location.
My suggestion would be to use the location of
libflexiblas.so
at runtime instead of theCMAKE_INSTALL_PREFIX
.The text was updated successfully, but these errors were encountered: