Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tasmith4/pyopencl
  • fikl2/pyopencl
  • inducer/pyopencl
  • wence-/pyopencl
  • isuruf/pyopencl
  • kif/pyopencl
  • kaushikcfd/pyopencl
7 results
Show changes
Commits on Source (8)
......@@ -165,9 +165,9 @@ Python 3 Conda Apple:
reports:
junit: test/pytest.xml
PyPy POCL:
PyPy3 POCL:
script:
- export PY_EXE=pypy
- export PY_EXE=pypy3
- export PYOPENCL_TEST=portable:pthread
# On pypy, this seems to install old versions from the package index
......@@ -179,6 +179,8 @@ PyPy POCL:
- 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"
allow_failure: true
tags:
- pypy
- pocl
......
......@@ -37,6 +37,8 @@ for PYBIN in /opt/python/*/bin; do
NUMPY_VERSION="1.9.3"
elif [[ "${PYBIN}" == *cp38* ]]; then
NUMPY_VERSION="1.17.3"
elif [[ "${PYBIN}" == *cp39* ]]; then
continue
else
NUMPY_VERSION="1.8.2"
fi
......