-
Notifications
You must be signed in to change notification settings - Fork 1.7k
OPENBLAS COMPILING #2259
Description
Hello!
I am trying to install the KALDI toolkit. I must install the OpenBLAS.
While compiling the OpenBLAS i get this error :
matcopy_k_cnc.o zomatcopy_k_rnc.o zomatcopy_k_ctc.o zomatcopy_k_rtc.o zimatcopy_k_cn.o
zimatcopy_k_rn.o zimatcopy_k_ct.o zimatcopy_k_rt.o zimatcopy_k_cnc.o zimatcopy_k_rnc.o
zimatcopy_k_ctc.o zimatcopy_k_rtc.o zgeadd_k.o zneg_tcopy.o zlaswp_ncopy.o lsame.o scabs1.o
dcabs1.o cpuid.o
ar: the modifier "u" is ignored since "D" is the default (consult "U")
ar: strmm_kernel_LN.o: No such file or directory
../Makefile.tail:40: recipe for target 'libs' failed
make[1]: *** [libs] Error 1
make[1]: Leaving directory '/home/user/Bureau/kaldi/tools/OpenBLAS/kernel'
Makefile:145: recipe for target 'libs' failed
make: *** [libs] Error 1
make[1]: Leaving directory '/home/user/Bureau/kaldi/tools/OpenBLAS'
I see that to solve this problem I should run: make clean , make TARGET=Haswell and make BINARY=32 next build. I do these steps, and also with make BINARY=64. But in all cases, i cannot install the OpenBLAS. I get the same error.
MAY YOU PLEASE HELP ME TO SOLVE THIS PROBLEM. THANK YOU