瀏覽代碼

contrib: do not use hwloc on macos systems

Nathalie Furmento 7 年之前
父節點
當前提交
515a8ee1f3
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      contrib/ci.inria.fr/job-1-check.sh

+ 7 - 0
contrib/ci.inria.fr/job-1-check.sh

@@ -43,6 +43,13 @@ cd $basename
 mkdir build
 cd build
 
+STARPU_CONFIGURE_OPTIONS=""
+suname=$(uname)
+if test "$suname" == "Darwin"
+then
+    STARPU_CONFIGURE_OPTIONS="--without-hwloc"
+fi
+
 export CC=gcc
 
 day=$(date +%u)