You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo$(MAKE) -C $(dir$<)$(OPENBLAS_BUILD_OPTS)# echo first, so we only print the error message below in a failure case
103
99
@$(MAKE) -C $(dir$<)$(OPENBLAS_BUILD_OPTS)|| (echo $(WARNCOLOR)"*** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0' if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. ***"$(ENDCOLOR)&& false)
0 commit comments