cvxgrp / scs

Splitting Conic Solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing SCS when OPENBLAS is in an unconventional directory

algebravic opened this issue · comments

I'm trying to install scs via pypi. It appears to need OPENBLAS. We do have OPENBLAS available in /usr/lib64, but the installation fails with a very long error. Are there some sort of environment variables that I need to set in order to do a pip install?

SCS should pick up the blas/lapack specified by numpy. What is the error you're getting?

Printing the blas locations is expected: https://github.com/bodono/scs-python/blob/master/setup.py#L86

I don't think this has anything to do with scs, eg, https://bbs.archlinux.org/viewtopic.php?id=242682