Explorar el Código

Do not build starpupy when CPUs are not available

Samuel Thibault hace 4 años
padre
commit
e86e262942
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

@@ -53,9 +53,11 @@ if STARPU_BUILD_STARPURM
 SUBDIRS += starpurm
 endif
 
+if STARPU_USE_CPU
 if STARPU_BUILD_STARPUPY
 SUBDIRS += starpupy
 endif
+endif
 
 if STARPU_BUILD_SC_HYPERVISOR
 SUBDIRS += sc_hypervisor