Kaynağa Gözat

contrib: disable hwloc on OpenBSD systems

Nathalie Furmento 7 yıl önce
ebeveyn
işleme
8e4271d5ed
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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