Bladeren bron

configure.ac: disable starpupy by default

Nathalie Furmento 4 jaren geleden
bovenliggende
commit
e129ab847a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -3407,7 +3407,7 @@ AM_CONDITIONAL(STARPU_BUILD_STARPURM_EXAMPLES, [test x$enable_starpurm_examples
 
 starpupy_support=no
 AC_ARG_ENABLE(starpupy, [AS_HELP_STRING([--enable-starpupy], [enable StarPU python interface])],
-                    enable_starpupy=$enableval, enable_starpupy=yes)
+                    enable_starpupy=$enableval, enable_starpupy=no)
 if test "x$enable_starpupy" != xno
 then
 	starpupy_support=yes