Skip to content

Commit

Permalink
fix ocl-icd version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Jan 17, 2019
1 parent e2f7f40 commit 9e102f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ before_install:
- conda config --add channels conda-forge
- conda config --add channels cantera
# create env
- conda create -y -n test-environment python=$TRAVIS_PYTHON_VERSION llvmdev clangdev cantera ocl-icd islpy pyyaml scipy pyopencl numpy Cython pytables flake8 pep8-naming pocl adept=*=he6fcbdd_3
- conda create -y -n test-environment python=$TRAVIS_PYTHON_VERSION llvmdev clangdev cantera ocl-icd=*=h14c3975_1001 islpy pyyaml scipy pyopencl numpy Cython pytables flake8 pep8-naming pocl adept=*=he6fcbdd_3
- source activate test-environment
# get vendor dir
- export OCL_ICD_VENDORS=$CONDA_PREFIX/etc/OpenCL/vendors
Expand Down

0 comments on commit 9e102f3

Please sign in to comment.