diff configure.ac @ 413:4f415a887ff8

build: drop build-time dependency on NumPy * Makefile.am (AM_CPPFLAGS): Remove -I$(NUMPY_INCLUDEDIR). * bitbucket-pipelines.yml: Don't install python-numpy or python3-numpy. * configure.ac: Remove call to AX_PYTHON_NUMPY. * m4/ax_python_numpy.m4: Delete.
author Mike Miller <mtmiller@octave.org>
date Wed, 03 May 2017 16:58:00 -0700
parents 09a1acb81d8b
children aeed116cf9f9
line wrap: on
line diff
--- a/configure.ac	Wed May 03 16:37:51 2017 -0700
+++ b/configure.ac	Wed May 03 16:58:00 2017 -0700
@@ -45,9 +45,6 @@
 # Pick a Python library to use
 AX_PYTHON_DEVEL
 
-# Look for numpy headers
-AX_PYTHON_NUMPY([], [AC_MSG_FAILURE([unable to find NumPy development files])])
-
 # Look for boost::python
 AX_BOOST_PYTHON
 if test -z "$BOOST_PYTHON_LIB"; then