Browse Source

contrib: set configure options for FreeBSD systems

Nathalie Furmento 7 years ago
parent
commit
2e5c4f2c8a
1 changed files with 4 additions and 0 deletions
  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