Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
loopy
Commits
b69a31a2
Commit
b69a31a2
authored
9 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Add test for compatibility with legacy PyOpenCL
parent
97e87f94
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
requirements-old-pyopencl.txt
+10
-0
10 additions, 0 deletions
requirements-old-pyopencl.txt
with
23 additions
and
0 deletions
.gitlab-ci.yml
+
13
−
0
View file @
b69a31a2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements-old-pyopencl.txt
0 → 100644
+
10
−
0
View file @
b69a31a2
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment