Skip to content

Commit 5b661f1

Browse files
committed
try prepackaged pocl from vivid
1 parent 2f047ff commit 5b661f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ before_install:
1111
- lsb_release -c
1212
- lsb_release -r
1313
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
14-
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted"
14+
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu vivid main universe multiverse restricted"
1515
- sudo apt-get update -qq
16-
- sudo apt-get install -qq opencl-headers fglrx=2:8.960-0ubuntu1 ocl-icd-libopencl1 libltdl-dev hwloc libhwloc-dev clinfo
16+
- sudo apt-get install -qq opencl-headers fglrx=2:8.960-0ubuntu1 ocl-icd-libopencl1 clinfo libpocl1
1717
- sudo clinfo
18-
- ./scripts/install_pocl.sh
1918
# - sudo apt-get install -qq opencl-headers fglrx=2:8.960-0ubuntu1 beignet beignet-opencl-icd
2019
# - export DISPLAY=:99.0 clinfo
2120
# - sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)