Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pytential
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pytential
Commits
3a397437
There was a problem fetching the pipeline mini graph.
Commit
3a397437
authored
7 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Shed meshpy dependency
parent
8d169c64
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.test-conda-env-py3.yml
+0
-2
0 additions, 2 deletions
.test-conda-env-py3.yml
doc/misc.rst
+2
-4
2 additions, 4 deletions
doc/misc.rst
requirements.txt
+0
-1
0 additions, 1 deletion
requirements.txt
with
2 additions
and
7 deletions
.test-conda-env-py3.yml
+
0
−
2
View file @
3a397437
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
...
...
This diff is collapsed.
Click to expand it.
doc/misc.rst
+
2
−
4
View file @
3a397437
...
@@ -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::
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
0
−
1
View file @
3a397437
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment