Bläddra i källkod

Do not build starpupy when CPUs are not available

Samuel Thibault 4 år sedan
förälder
incheckning
e86e262942
1 ändrade filer med 2 tillägg och 0 borttagningar
  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