Sfoglia il codice sorgente

Do not build starpupy when CPUs are not available

Samuel Thibault 4 anni fa
parent
commit
e86e262942
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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