Skip to content

Commit 4a12f55

Browse files
committed
added basic environment for petsc development
1 parent dd0e6ec commit 4a12f55

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

petsc-dev.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: petsc-dev
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- pip
7+
- compilers
8+
- make
9+
- setuptools
10+
- cython
11+
# - daetk
12+
# - hdf5 =*=*mpich*
13+
# - h5py =*=*mpich*
14+
# - metis
15+
# - mpich
16+
# - mpich-mpicc
17+
# - mpich-mpicxx
18+
- numpy
19+
# - openblas
20+
# - parmetis
21+
# - petsc4py
22+
# - petsc
23+
# - scorec
24+
# - superlu
25+
# - superlu_dist
26+
# - triangle
27+
# - pychrono
28+
# - gmsh
29+
- matplotlib
30+
# - mpi4py
31+
- pytest
32+
- pytest-cov
33+
- pytest-xdist
34+
- scipy
35+
# - tetgen
36+
- ncurses
37+
- python
38+
- future
39+
- ipyparallel
40+
- pillow
41+
- xtensor-python
42+
- git-lfs
43+
# - eigen
44+
# - zoltan
45+
# - hypre
46+
# - mumps-mpi
47+
# - numexpr
48+
# - ptscotch
49+
# - scalapack
50+
- tbb
51+
- zipp
52+
- parso
53+
- pycparser
54+
- ipython
55+
- decorator
56+
- cffi
57+
# - netcdf4
58+
- jupyterlab

0 commit comments

Comments
 (0)