浏览代码

contrib: disable hwloc on OpenBSD systems

Nathalie Furmento 7 年之前
父节点
当前提交
8e4271d5ed
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      contrib/ci.inria.fr/job-1-check.sh

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

@@ -49,6 +49,10 @@ if test "$suname" == "Darwin"
 then
     STARPU_CONFIGURE_OPTIONS="--without-hwloc"
 fi
+if test "$suname" == "OpenBSD"
+then
+    STARPU_CONFIGURE_OPTIONS="--without-hwloc"
+fi
 
 export CC=gcc