Quellcode durchsuchen

Do not build starpupy when CPUs are not available

Samuel Thibault vor 4 Jahren
Ursprung
Commit
e86e262942
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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