瀏覽代碼

contrib: set configure options for FreeBSD systems

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

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

@@ -53,6 +53,10 @@ if test "$suname" == "OpenBSD"
 then
     STARPU_CONFIGURE_OPTIONS="--without-hwloc --disable-mlr"
 fi
+if test "$suname" == "FreeBSD"
+then
+    STARPU_CONFIGURE_OPTIONS="--disable-fortran"
+fi
 
 export CC=gcc