mpimd-csc / flexiblas

FlexiBLAS - A BLAS and LAPACK wrapper library with runtime exchangeable backends. This is only a mirror of https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release
https://www.mpi-magdeburg.mpg.de/projects/flexiblas
GNU Lesser General Public License v3.0
36 stars 7 forks source link

Make FlexiBLAS relocatable #59

Open julianh-siemens opened 1 month ago

julianh-siemens commented 1 month ago

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.