diff bitbucket-pipelines.yml @ 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 a1fb6575f6dd
children ee6afd27a78c
line wrap: on
line diff
--- a/bitbucket-pipelines.yml	Wed May 03 16:37:51 2017 -0700
+++ b/bitbucket-pipelines.yml	Wed May 03 16:58:00 2017 -0700
@@ -6,7 +6,7 @@
         script:
           - apt-get update
           - apt-get install -y python-dev python3-dev
-          - apt-get install -y libboost-python-dev python-numpy python3-numpy
+          - apt-get install -y libboost-python-dev
           - autoreconf -i
           - mkdir -p py2 py3
           - ( cd py2 && ../configure PYTHON_VERSION=2 )