Re: alternatives for a proprietary lib file

2015-01-03 Thread Henrique de Moraes Holschuh
On Sat, 03 Jan 2015, Sam Halliday wrote: > On 3 January 2015 at 17:19, Henrique de Moraes Holschuh > wrote: > > On Sat, 03 Jan 2015, Sam Halliday wrote: > >> /opt/intel/mkl/lib/intel64/libmkl_rt.so > >> > >> I'd like to be able to use the Debian alternatives system to point at > >> this file, w

Re: alternatives for a proprietary lib file

2015-01-03 Thread Ric Moore
On 01/03/2015 11:29 AM, Sam Halliday wrote: Hi all, I have a license for the Intel Math Kernel Library which has a file /opt/intel/mkl/lib/intel64/libmkl_rt.so that provides a lot of interfaces, such as BLAS/CBLAS (i.e. libblas.so.3) and LAPACK (i.e. liblapack.so.3). I'd like to be able to

Re: alternatives for a proprietary lib file

2015-01-03 Thread Sam Halliday
On 3 January 2015 at 17:19, Henrique de Moraes Holschuh wrote: > On Sat, 03 Jan 2015, Sam Halliday wrote: >> /opt/intel/mkl/lib/intel64/libmkl_rt.so >> >> I'd like to be able to use the Debian alternatives system to point at >> this file, without having to manually create symbolic links. > > Alt

Re: alternatives for a proprietary lib file

2015-01-03 Thread Henrique de Moraes Holschuh
On Sat, 03 Jan 2015, Sam Halliday wrote: > I have a license for the Intel Math Kernel Library which has a file > > /opt/intel/mkl/lib/intel64/libmkl_rt.so > > that provides a lot of interfaces, such as BLAS/CBLAS (i.e. > libblas.so.3) and LAPACK (i.e. liblapack.so.3). > > I'd like to be able t

alternatives for a proprietary lib file

2015-01-03 Thread Sam Halliday
Hi all, I have a license for the Intel Math Kernel Library which has a file /opt/intel/mkl/lib/intel64/libmkl_rt.so that provides a lot of interfaces, such as BLAS/CBLAS (i.e. libblas.so.3) and LAPACK (i.e. liblapack.so.3). I'd like to be able to use the Debian alternatives system to point at