Ver código fonte

Fix build without BLAS

Samuel Thibault 5 anos atrás
pai
commit
15acbb4f3b
1 arquivos alterados com 5 adições e 1 exclusões
  1. 5 1
      mpi/tests/Makefile.am

+ 5 - 1
mpi/tests/Makefile.am

@@ -235,9 +235,13 @@ noinst_PROGRAMS =				\
 	load_balancer				\
 	driver					\
 	sendrecv_bench				\
-	sendrecv_gemm_bench			\
 	sendrecv_parallel_tasks_bench
 
+if !NO_BLAS_LIB
+noinst_PROGRAMS +=				\
+	sendrecv_gemm_bench
+endif
+
 XFAIL_TESTS=					\
 	policy_register_toomany			\
 	policy_unregister			\