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
b7b27afd
Commit
b7b27afd
authored
4 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into struct-array
parents
77e273aa
cb1f7970
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.conda-ci-build-configure.sh
+1
-0
1 addition, 0 deletions
.conda-ci-build-configure.sh
.github/workflows/ci.yml
+0
-2
0 additions, 2 deletions
.github/workflows/ci.yml
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
3 additions
and
4 deletions
.conda-ci-build-configure.sh
0 → 100644
+
1
−
0
View file @
b7b27afd
python ./configure.py
--cl-inc-dir
=
"
$CONDA_PREFIX
/include"
--cl-lib-dir
=
"
$CONDA_PREFIX
/lib"
This diff is collapsed.
Click to expand it.
.github/workflows/ci.yml
+
0
−
2
View file @
b7b27afd
...
@@ -31,7 +31,6 @@ jobs:
...
@@ -31,7 +31,6 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
"
Main
Script"
-
name
:
"
Main
Script"
run
:
|
run
:
|
set -e
sed 's/python=3/python=2.7/' .test-conda-env-py3.yml > .test-conda-env-py2.yml
sed 's/python=3/python=2.7/' .test-conda-env-py3.yml > .test-conda-env-py2.yml
CONDA_ENVIRONMENT=.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
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
...
@@ -44,7 +43,6 @@ jobs:
...
@@ -44,7 +43,6 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
"
Main
Script"
-
name
:
"
Main
Script"
run
:
|
run
:
|
set -e
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
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
. ./build-and-test-py-project-within-miniconda.sh
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
b7b27afd
...
@@ -4,9 +4,9 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
...
@@ -4,9 +4,9 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
.. image:: https://gitlab.tiker.net/inducer/pyopencl/badges/master/pipeline.svg
.. image:: https://gitlab.tiker.net/inducer/pyopencl/badges/master/pipeline.svg
:alt: Gitlab Build Status
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/pyopencl/commits/master
:target: https://gitlab.tiker.net/inducer/pyopencl/commits/master
.. image:: https://github.com/inducer/pyopencl/workflows/CI/badge.svg?branch=master
.. image:: https://github.com/inducer/pyopencl/workflows/CI/badge.svg?branch=master
&event=push
:alt: Github Build Status
:alt: Github Build Status
:target: https://github.com/inducer/pyopencl/actions?query=branch%3Amaster+workflow%3ACI
:target: https://github.com/inducer/pyopencl/actions?query=branch%3Amaster+workflow%3ACI
+event%3Apush
.. image:: https://badge.fury.io/py/pyopencl.png
.. image:: https://badge.fury.io/py/pyopencl.png
:alt: Python Package Index Release Page
:alt: Python Package Index Release Page
:target: https://pypi.org/project/pyopencl/
:target: https://pypi.org/project/pyopencl/
...
...
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