-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make error #5
Comments
I get the same problems, How to solve it? |
It should install https://github.com/Reference-LAPACK/lapack first, and then, cp libblas.a and liblapack.a /usr/local/lib (if you wanna be convenient). Then make will be ok |
I have tried this, but still get the same problem above.
|
您好,您的邮件我已收到,祝进一切顺利,谢谢~
|
./lib/libooqpdense.a(DeSymPSDSolver.o): In function
DeSymPSDSolver::matrixChanged()': DeSymPSDSolver.C:(.text+0x4e): undefined reference to
dpotrf_'./lib/libooqpdense.a(DeSymPSDSolver.o): In function
DeSymPSDSolver::solve(OoqpVector&)': DeSymPSDSolver.C:(.text+0xe2): undefined reference to
dpotrs_'collect2: error: ld returned 1 exit status
src/QpBound/MakefileTargets.inc:14: recipe for target 'qpbound-dense-gondzio.exe' failed
make: *** [qpbound-dense-gondzio.exe] Error 1
The text was updated successfully, but these errors were encountered: