Selaa lähdekoodia

contrib: disable hwloc on OpenBSD systems

Nathalie Furmento 7 vuotta sitten
vanhempi
commit
8e4271d5ed
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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