summaryrefslogtreecommitdiff
path: root/math/mpsolve/files/patch-configure.ac
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-06-15 18:50:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-06-15 18:50:56 +0000
commit089865083382da171b5aa41d7e327d3e1ec79876 (patch)
tree49a10498faaa572b40ec329d8c118466b124b0f8 /math/mpsolve/files/patch-configure.ac
parentUpdate to 1.329.0 (diff)
New port: math/mpsolve: Multiprecision rootfinder for complex roots of univariate polynomials
Notes
Notes: svn path=/head/; revision=539019
Diffstat (limited to 'math/mpsolve/files/patch-configure.ac')
-rw-r--r--math/mpsolve/files/patch-configure.ac11
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])