Skip to content
Snippets Groups Projects
Commit b69a31a2 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add test for compatibility with legacy PyOpenCL

parent 97e87f94
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,19 @@ Python 2.7 POCL:
- pocl
except:
- tags
Python 2.7 old PyOpenCL:
script:
- export PY_EXE=python2.7
- export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="numpy mako"
- export REQUIREMENTS_TXT="requirements-old-pyopencl.txt"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python2.7
- pocl
except:
- tags
# PyPy AMD CPU:
# script:
# - export PY_EXE=pypy
......
git+git://github.com/inducer/pytools
git+git://github.com/inducer/islpy
cgen
pyopencl==2015.1
git+git://github.com/inducer/pymbolic
hg+https://bitbucket.org/inducer/f2py
# Optional, needed for using the C preprocessor on Fortran
ply>=3.6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment