瀏覽代碼

Do not build starpupy when CPUs are not available

Samuel Thibault 4 年之前
父節點
當前提交
e86e262942
共有 1 個文件被更改,包括 2 次插入0 次删除
  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