Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
pyopencl
Commits
f61058c1
Commit
f61058c1
authored
4 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
Drop Py2 See merge request
!112
parents
309aa69d
dc324b10
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!112
Drop Py2
Pipeline
#34661
passed
4 years ago
Stage: test
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.github/workflows/ci.yml
+0
-12
0 additions, 12 deletions
.github/workflows/ci.yml
.gitlab-ci.yml
+0
-33
0 additions, 33 deletions
.gitlab-ci.yml
pyopencl/version.py
+1
-1
1 addition, 1 deletion
pyopencl/version.py
setup.py
+0
-2
0 additions, 2 deletions
setup.py
with
1 addition
and
48 deletions
.github/workflows/ci.yml
+
0
−
12
View file @
f61058c1
...
...
@@ -24,18 +24,6 @@ jobs:
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
. ./prepare-and-run-flake8.sh ./pyopencl ./test
pytest2
:
name
:
Pytest on Py2
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
"
Main
Script"
run
:
|
sed 's/python=3/python=2.7/' .test-conda-env-py3.yml > .test-conda-env-py2.yml
CONDA_ENVIRONMENT=.test-conda-env-py2.yml
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
. ./build-and-test-py-project-within-miniconda.sh
pytest3
:
name
:
Pytest on Py3
runs-on
:
ubuntu-latest
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
33
View file @
f61058c1
...
...
@@ -84,22 +84,6 @@ Python 3 AMD GPU:
reports
:
junit
:
test/pytest.xml
Python 2.7 POCL
:
script
:
-
export PY_EXE=python2.7
-
export PYOPENCL_TEST=portable:pthread
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
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
artifacts
:
reports
:
junit
:
test/pytest.xml
Python 3 POCL
:
script
:
-
export PY_EXE=python3
...
...
@@ -166,23 +150,6 @@ Python 3 POCL (+GL and special functions):
reports
:
junit
:
test/pytest.xml
Python 2.7 Apple
:
script
:
-
export PY_EXE=python2.7
-
export PYOPENCL_TEST=app:cpu
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
-
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
-
apple
except
:
-
tags
artifacts
:
reports
:
junit
:
test/pytest.xml
Python 3 Conda Apple
:
script
:
-
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
...
...
This diff is collapsed.
Click to expand it.
pyopencl/version.py
+
1
−
1
View file @
f61058c1
VERSION
=
(
2020
,
1
)
VERSION
=
(
2020
,
2
)
VERSION_STATUS
=
""
VERSION_TEXT
=
"
.
"
.
join
(
str
(
x
)
for
x
in
VERSION
)
+
VERSION_STATUS
This diff is collapsed.
Click to expand it.
setup.py
+
0
−
2
View file @
f61058c1
...
...
@@ -209,8 +209,6 @@ def main():
'
Natural Language :: English
'
,
'
Programming Language :: C++
'
,
'
Programming Language :: Python
'
,
'
Programming Language :: Python :: 2
'
,
'
Programming Language :: Python :: 2.7
'
,
'
Programming Language :: Python :: 3
'
,
'
Programming Language :: Python :: 3.2
'
,
'
Programming Language :: Python :: 3.3
'
,
...
...
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