Explorar o código

contrib: do not use hwloc on macos systems

Nathalie Furmento %!s(int64=7) %!d(string=hai) anos
pai
achega
515a8ee1f3
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      contrib/ci.inria.fr/job-1-check.sh

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

@@ -43,6 +43,13 @@ cd $basename
 mkdir build
 cd build
 
+STARPU_CONFIGURE_OPTIONS=""
+suname=$(uname)
+if test "$suname" == "Darwin"
+then
+    STARPU_CONFIGURE_OPTIONS="--without-hwloc"
+fi
+
 export CC=gcc
 
 day=$(date +%u)