This fails:
cmake -DCMAKE_BUILD_TYPE=Release -DCLARABEL_FEATURE_SDP=sdp-openblas
because the necessary blas symbols are not found, even though libopenblas.so.0 has been built. This is seemingly only a problem within the C/C++ interface, since testing directly using
cargo test --features sdp-openblas
works fine.
This fails:
because the necessary blas symbols are not found, even though
libopenblas.so.0has been built. This is seemingly only a problem within the C/C++ interface, since testing directly usingcargo test --features sdp-openblasworks fine.