Skip to content

Commit a4c7e65

Browse files
new readme
1 parent 372fdb0 commit a4c7e65

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#$\pi$-BEM: Parallel BEM Solver
1+
# $\pi$-BEM: Parallel BEM Solver
22

33
[![Build Status](https://travis-ci.org/mathLab/pi-BEM.svg?branch=master)](https://travis-ci.org/mathLab/pi-BEM)
44

@@ -45,10 +45,13 @@ We have subdivided the code in main classes to handle the many different aspects
4545
## Install Procedure using CANDI
4646
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.
4747

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+
4851
## Install Procedure using Docker
4952
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
5053

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
5255

5356
to retrieve the environment. In such a shell you can easily compile the $\pi$-BEM library following its own instructions.
5457

0 commit comments

Comments
 (0)