ソースを参照

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