You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,10 +45,13 @@ We have subdivided the code in main classes to handle the many different aspects
45
45
## Install Procedure using CANDI
46
46
To install from scratch all the needed library you can look to the automatic installation procedure provided by [CANDI](https://github.com/koecher/candi) developed Uwe Köcher.
47
47
48
+
## Install Procedure using spack
49
+
Just follow the [instructions](https://github.com/dealii/dealii/wiki/deal.II-in-Spack) to install dealii@develop using spack.
50
+
48
51
## Install Procedure using Docker
49
52
We provide the possibility of using Docker as a tool to provide a fully operational environment for our library. To use such tool you need to install Docker following the [instructions](https://docs.docker.com/engine/installation/) provided by its authors. Then you can execute the following command line instruction
50
53
51
-
docker run -v `pwd`:/pwd_to_your_own_directory/ -i -t mathlab/deal2lkit:v8.5.0-debugrelease bash
54
+
docker run -v `pwd`:/pwd_to_your_own_directory/ -i -t mathlab/deal2lkit:latest bash
52
55
53
56
to retrieve the environment. In such a shell you can easily compile the $\pi$-BEM library following its own instructions.
0 commit comments