diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index b4f204c7f1ee3b43208c3fe5728e1b72bf78c21a..37c60864a80724cdb1117ff6ea0398ac32e6a6cb 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -6,7 +6,7 @@ dependencies: - git - conda-forge::numpy - conda-forge::sympy -- pocl=0.13 +- pocl=1.0 - islpy - pyopencl - python=3.5 diff --git a/doc/misc.rst b/doc/misc.rst index 14f3f76468c290284e4e4cf4624485ab4d332a28..874935f8cf8b078ff66ec29d30d2bbe0c32e33ce 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -30,7 +30,7 @@ MacOS support is in the works. #. ``conda config --add channels conda-forge`` -#. ``conda install git pip pocl=0.13 islpy pyopencl sympy pyfmmlib pytest`` +#. ``conda install git pip pocl islpy pyopencl sympy pyfmmlib pytest`` #. Type the following command:: @@ -45,14 +45,6 @@ You may also like to add this to a startup file (like :file:`$HOME/.bashrc`) or After this, you should be able to run the `tests `_ or `examples `_. -.. note:: - - You may have noticed that we prescribed pocl version 0.13 above. That's - because newer versions have a `bug - `_ that we haven't - tracked down just yet. Until this bug is found, we discourage the use of - pocl 0.14 as results may be silently inaccurate. - Troubleshooting the Installation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^