diff options
Diffstat (limited to 'math/mpsolve/files/patch-configure.ac')
-rw-r--r-- | math/mpsolve/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/mpsolve/files/patch-configure.ac b/math/mpsolve/files/patch-configure.ac new file mode 100644 index 000000000000..e662d119d15b --- /dev/null +++ b/math/mpsolve/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2020-06-15 18:09:55 UTC ++++ configure.ac +@@ -574,7 +574,7 @@ AM_CONDITIONAL([BUILD_MATLAB_TOOLBOX], [test "$enable_ + + + # == PYTHON MODULE == +-have_python=yes ++have_python=no + AM_PATH_PYTHON([2.3],,[:]) + AC_ARG_VAR([PYTHON_INCLUDE], [Include flags for python, bypassing python-config]) + AC_ARG_VAR([PYTHON_CONFIG], [Path to python-config]) |