comparison Makefile.am @ 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 db29823a8919
children aeed116cf9f9
comparison
equal deleted inserted replaced
412:db29823a8919 413:4f415a887ff8
20 # along with Pytave; see the file COPYING. If not, see 20 # along with Pytave; see the file COPYING. If not, see
21 # <http://www.gnu.org/licenses/>. 21 # <http://www.gnu.org/licenses/>.
22 22
23 ACLOCAL_AMFLAGS = -I m4 23 ACLOCAL_AMFLAGS = -I m4
24 24
25 AM_CPPFLAGS = $(OCTAVE_CPPFLAGS) $(PYTHON_CPPFLAGS) -I$(NUMPY_INCLUDEDIR) 25 AM_CPPFLAGS = $(OCTAVE_CPPFLAGS) $(PYTHON_CPPFLAGS)
26 26
27 INCFLAGS = $(DEFAULT_INCLUDES) 27 INCFLAGS = $(DEFAULT_INCLUDES)
28 export INCFLAGS 28 export INCFLAGS
29 29
30 COMMON_SOURCE_FILES = \ 30 COMMON_SOURCE_FILES = \