I get an error "BLAS vendor is not OpenBLAS" when building:
-- Found BLAS: /opt/intel/oneapi/mkl/latest/lib/libmkl_intel_lp64.so;/opt/intel/oneapi/mkl/latest/lib/libmkl_sequential.so;/opt/intel/oneapi/mkl/latest/lib/libmkl_core.so;-lm;-ldl
CMake Error at cmake/Modules/FindAubio.cmake:13 (message):
BLAS vendor is not OpenBLAS. Found:
/opt/intel/oneapi/mkl/latest/lib/libmkl_intel_lp64.so;/opt/intel/oneapi/mkl/latest/lib/libmkl_sequential.so;/opt/intel/oneapi/mkl/latest/lib/libmkl_core.so;-lm;-ldl
Call Stack (most recent call first):
game/CMakeLists.txt:121 (find_package)
It builds after uncommenting set(BLA_VENDOR OpenBLAS) in cmake/Modules/FindAubio.cmake so I'd suggest that as a patch (i.e. removing "#" on that line).
Pinned Comments
jose1711 commented on 2018-12-24 11:03 (UTC) (edited on 2018-12-24 11:06 (UTC) by jose1711)
could someone please test and comment on this issue? https://github.com/performous/performous/issues/435 (do note that to build performous-git you'll need to add
-DENABLE_WEBCAM=OFFto cmake arguments)