-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Description
it seems cblas should be linked to the library (using netlib blas here):
cmake -DHIPO=ON -DBLA_VENDOR=Generic
...
-- Specified BLA_VENDOR: Generic
-- Using BLAS library: /usr/lib/libblas.so
...
[ 98%] Linking CXX shared library ../lib/libhighs.so
[ 98%] Built target highs
[ 99%] Building CXX object examples/CMakeFiles/call_highs_from_cpp.dir/call_highs_from_cpp.cpp.o
[ 99%] Building CXX object app/CMakeFiles/highs-bin.dir/RunHighs.cpp.o
[ 99%] Linking CXX executable ../bin/call_highs_from_cpp
/usr/bin/ld: ../lib/libhighs.so.1.12.0: undefined reference to `cblas_daxpy'
this is version 1.12.0, on archlinux