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

Move pyvisfile from CI config to requirements.txt

parent 7b36d7dd
No related branches found
No related tags found
1 merge request!85Add Visualization Support for VTK_LAGRANGE Elements
...@@ -2,7 +2,7 @@ Python 3 Nvidia K40: ...@@ -2,7 +2,7 @@ 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 cython numpy mako pyvisfile" - export EXTRA_INSTALL="pybind11 cython numpy mako"
# cython is here because pytential (for now, for TS) depends on it # 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"
...@@ -20,7 +20,7 @@ Python 3 POCL: ...@@ -20,7 +20,7 @@ Python 3 POCL:
- export PY_EXE=python3 - export PY_EXE=python3
- export PYOPENCL_TEST=portable:pthread - export PYOPENCL_TEST=portable:pthread
# cython is here because pytential (for now, for TS) depends on it # cython is here because pytential (for now, for TS) depends on it
- export EXTRA_INSTALL="pybind11 cython numpy mako mpi4py pyvisfile" - 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:
...@@ -38,7 +38,7 @@ Python 3 POCL: ...@@ -38,7 +38,7 @@ Python 3 POCL:
- export PY_EXE=python3 - export PY_EXE=python3
- export PYOPENCL_TEST=portable:pthread - export PYOPENCL_TEST=portable:pthread
# cython is here because pytential (for now, for TS) depends on it # cython is here because pytential (for now, for TS) depends on it
- export EXTRA_INSTALL="pybind11 cython numpy mako mpi4py pyvisfile" - 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:
......
...@@ -2,6 +2,7 @@ numpy ...@@ -2,6 +2,7 @@ numpy
recursivenodes recursivenodes
git+https://gitlab.tiker.net/inducer/pytools.git#egg=pytools git+https://gitlab.tiker.net/inducer/pytools.git#egg=pytools
git+https://gitlab.tiker.net/inducer/gmsh_interop.git#egg=gmsh_interop git+https://gitlab.tiker.net/inducer/gmsh_interop.git#egg=gmsh_interop
git+https://gitlab.tiker.net/inducer/pyvisfile.git#egg=pyvisfile
git+https://gitlab.tiker.net/inducer/modepy.git#egg=modepy git+https://gitlab.tiker.net/inducer/modepy.git#egg=modepy
git+https://gitlab.tiker.net/inducer/pyopencl.git#egg=pyopencl git+https://gitlab.tiker.net/inducer/pyopencl.git#egg=pyopencl
git+https://gitlab.tiker.net/inducer/islpy.git#egg=islpy git+https://gitlab.tiker.net/inducer/islpy.git#egg=islpy
......
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