[python-dtcwt] 143/497: travis: install numpy before all other things

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 80cf70504afb27788d4a6da01edc0b603114eb6e
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Thu Nov 7 13:17:52 2013 +0000

    travis: install numpy before all other things
    
    PyOpenCL requires numpy be available at build time which it will not be
    if pulled in as a dependency of dtcwt. Explicitly install numpy first.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 375cf67..4f7d52a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ env:
     - PIP_SPECIFIER=.
     - PIP_SPECIFIER=.[opencl]
 install:
+    - pip install numpy
     - pip install -e $PIP_SPECIFIER
 script:
     - python setup.py nosetests

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list