Skip to content

Commit 130a1b9

Browse files
authored
Update installation-spack.md (#594)
1 parent 6adf187 commit 130a1b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/installation/installation-spack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ source spack/share/spack/setup-env.sh # Maybe put this in your ~/.bashrc
5050
To install the latest release of preCICE run:
5151

5252
```bash
53-
spack install precice ^boost@1.74.0
53+
spack install precice ^boost@1.84.0
5454
```
5555

5656
That's it! Spack will now automatically get and build preCICE and all of its dependencies from source. This may take a while, but you don't need to do anything else.
@@ -98,13 +98,13 @@ into your `.bashrc`.
9898
To install the [python bindings](installation-bindings-python.html) using Spack, run the following:
9999

100100
```bash
101-
spack install py-pyprecice@2.2.0.2
101+
spack install py-pyprecice
102102
```
103103

104104
Then to use the python bindings:
105105

106106
```bash
107-
spack load py-pyprecice@2.2.0.2
107+
spack load py-pyprecice
108108
```
109109

110110
## Advanced tips

0 commit comments

Comments
 (0)