Skip to content

Commit 9fd79a7

Browse files
committed
Limit pocl to <7 because LLVM slowness
x-ref: #396
1 parent 2c6a0e5 commit 9fd79a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.test-conda-env-py3.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ dependencies:
77
- numpy
88
- libhwloc=2
99
# pocl 3.1 needed for SVM functionality
10-
- pocl>=3.1
10+
# pocl<7 because of https://github.com/inducer/grudge/issues/396
11+
- pocl>=3.1,<7
1112
- islpy
1213
- pyopencl
1314
- python=3

0 commit comments

Comments
 (0)