From 0c9f7cb6f631100654cb0725618c6c19d0cfea55 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 7 Sep 2017 18:28:56 -0500 Subject: [PATCH] Use pyfmmlib in conda tests --- .test-conda-env-py3.yml | 3 ++- doc/misc.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 75ea05f3..3e15b4a7 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -13,4 +13,5 @@ dependencies: - python=3.5 - symengine=0.3.0 - python-symengine=0.3.0 -# things not in here: loopy boxtree pymbolic pyfmmlib meshmode sumpy +- pyfmmlib +# things not in here: loopy boxtree pymbolic meshmode sumpy diff --git a/doc/misc.rst b/doc/misc.rst index 69f6b2f0..8baebc49 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -31,7 +31,7 @@ MacOS support is in the works. #. ``conda config --add channels inducer`` -#. ``conda install git pip pocl islpy pyopencl sympy meshpy`` +#. ``conda install git pip pocl islpy pyopencl sympy meshpy pyfmmlib`` #. Type the following command:: -- GitLab