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

Merge branch 'ci-add-cython-install' into 'master'

Add Cython to CI install

See merge request inducer/meshmode!61
parents afcb44ea 54e3d8e7
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ Python 2.7 POCL: ...@@ -2,7 +2,8 @@ Python 2.7 POCL:
script: script:
- export PY_EXE=python2.7 - export PY_EXE=python2.7
- export PYOPENCL_TEST=portable - export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="pybind11 numpy mako mpi4py" - export EXTRA_INSTALL="pybind11 cython numpy mako mpi4py"
# cython is here because pytential (for now, for TS) depends on it
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - 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" - ". ./build-and-test-py-project.sh"
tags: tags:
...@@ -19,7 +20,8 @@ Python 3 Nvidia K40: ...@@ -19,7 +20,8 @@ Python 3 Nvidia K40:
script: script:
- export PY_EXE=python3 - export PY_EXE=python3
- export PYOPENCL_TEST=nvi:k40 - export PYOPENCL_TEST=nvi:k40
- export EXTRA_INSTALL="pybind11 numpy mako" - export EXTRA_INSTALL="pybind11 cython numpy mako"
# cython is here because pytential (for now, for TS) depends on it
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - 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" - ". ./build-and-test-py-project.sh"
tags: tags:
...@@ -35,7 +37,8 @@ Python 3 POCL: ...@@ -35,7 +37,8 @@ Python 3 POCL:
script: script:
- export PY_EXE=python3 - export PY_EXE=python3
- export PYOPENCL_TEST=portable - export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="pybind11 numpy mako mpi4py" # cython is here because pytential (for now, for TS) depends on it
- export EXTRA_INSTALL="pybind11 cython numpy mako mpi4py"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - 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" - ". ./build-and-test-py-project.sh"
tags: tags:
...@@ -52,7 +55,8 @@ Python 3 POCL: ...@@ -52,7 +55,8 @@ Python 3 POCL:
script: script:
- export PY_EXE=python3 - export PY_EXE=python3
- export PYOPENCL_TEST=portable - export PYOPENCL_TEST=portable
- export EXTRA_INSTALL="pybind11 numpy mako mpi4py" # cython is here because pytential (for now, for TS) depends on it
- export EXTRA_INSTALL="pybind11 cython numpy mako mpi4py"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - 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" - ". ./build-and-test-py-project.sh"
tags: tags:
......
...@@ -3,9 +3,15 @@ git+https://gitlab.tiker.net/inducer/gmsh_interop.git ...@@ -3,9 +3,15 @@ git+https://gitlab.tiker.net/inducer/gmsh_interop.git
git+https://gitlab.tiker.net/inducer/modepy.git git+https://gitlab.tiker.net/inducer/modepy.git
git+https://gitlab.tiker.net/inducer/pyopencl.git git+https://gitlab.tiker.net/inducer/pyopencl.git
git+https://gitlab.tiker.net/inducer/islpy.git git+https://gitlab.tiker.net/inducer/islpy.git
git+https://gitlab.tiker.net/inducer/loopy.git
# required by pytential, which is in turn needed for some tests # required by pytential, which is in turn needed for some tests
git+https://gitlab.tiker.net/inducer/pymbolic.git
# also depends on pymbolic, so should come after it
git+https://gitlab.tiker.net/inducer/loopy.git
# more pytential dependencies
git+https://gitlab.tiker.net/inducer/boxtree.git git+https://gitlab.tiker.net/inducer/boxtree.git
git+https://gitlab.tiker.net/inducer/sumpy.git git+https://gitlab.tiker.net/inducer/sumpy.git
git+https://gitlab.tiker.net/inducer/pytential.git git+https://gitlab.tiker.net/inducer/pytential.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment