瀏覽代碼

contrib: set configure options for OpenBSD

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

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

@@ -51,7 +51,7 @@ then
 fi
 if test "$suname" == "OpenBSD"
 then
-    STARPU_CONFIGURE_OPTIONS="--without-hwloc"
+    STARPU_CONFIGURE_OPTIONS="--without-hwloc --disable-mlr"
 fi
 
 export CC=gcc