M
M
mihuzz2020-10-11 23:33:07
C++ / C#
mihuzz, 2020-10-11 23:33:07

HOW TO install OenBLAS (lapack cblas blas) ubuntu 20.04 so that everything is linked?

I'm trying to install, I'm running a test program in QT, and it says to me that it doesn't see lapack.so3. libcblas.so.3
/usr/bin/ld: CMakeFiles/dlibCu.dir/main.cpp.o: undefined reference to symbol 'dgesvd_'
/usr/bin/ld: /usr/local/lib/liblapack.so.3 : error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ananiev, 2020-10-12
@mihuzz

https://stackoverflow.com/questions/17710602/linux...

J
jcmvbkbc, 2020-10-12
@jcmvbkbc

HOW TO install OenBLAS (lapack cblas blas) ubuntu 20.04

Install these packages and their -dev packages from the package manager.
/usr/local/lib/liblapack.so.3

And you have /usr/local instead. What for?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question