Skip to content
Snippets Groups Projects
Commit 3a397437 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Shed meshpy dependency

parent 8d169c64
No related branches found
No related tags found
No related merge requests found
Pipeline #
name: test-conda-env-py3 name: test-conda-env-py3
channels: channels:
- inducer
- conda-forge - conda-forge
- defaults - defaults
dependencies: dependencies:
...@@ -10,7 +9,6 @@ dependencies: ...@@ -10,7 +9,6 @@ dependencies:
- pocl=0.13 - pocl=0.13
- islpy - islpy
- pyopencl - pyopencl
- meshpy
- python=3.5 - python=3.5
- symengine=0.3.0 - symengine=0.3.0
- python-symengine=0.3.0 - python-symengine=0.3.0
......
...@@ -30,13 +30,11 @@ MacOS support is in the works. ...@@ -30,13 +30,11 @@ MacOS support is in the works.
#. ``conda config --add channels conda-forge`` #. ``conda config --add channels conda-forge``
#. ``conda config --add channels inducer`` #. ``conda install git pip pocl=0.13 islpy pyopencl sympy pyfmmlib``
#. ``conda install git pip pocl=0.13 islpy pyopencl sympy meshpy pyfmmlib``
#. Type the following command:: #. Type the following command::
hash -r; for i in pymbolic cgen genpy modepy pyvisfile loopy boxtree sumpy meshmode pytential; do python -m pip install git+https://github.com/inducer/$i; done hash -r; for i in pymbolic cgen genpy gmsh_interop modepy pyvisfile loopy boxtree sumpy meshmode pytential; do python -m pip install git+https://github.com/inducer/$i; done
Next time you want to use :mod:`pytential`, just run the following command:: Next time you want to use :mod:`pytential`, just run the following command::
......
...@@ -6,7 +6,6 @@ git+https://github.com/inducer/pyopencl ...@@ -6,7 +6,6 @@ git+https://github.com/inducer/pyopencl
git+https://github.com/inducer/islpy git+https://github.com/inducer/islpy
git+https://github.com/inducer/loopy git+https://github.com/inducer/loopy
git+https://gitlab.tiker.net/inducer/boxtree git+https://gitlab.tiker.net/inducer/boxtree
git+https://github.com/inducer/meshpy
git+https://github.com/inducer/meshmode git+https://github.com/inducer/meshmode
git+https://gitlab.tiker.net/inducer/sumpy git+https://gitlab.tiker.net/inducer/sumpy
git+https://github.com/inducer/pyfmmlib git+https://github.com/inducer/pyfmmlib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment