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
Copy file name to clipboardExpand all lines: content/docs/installation/installation-spack.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ source spack/share/spack/setup-env.sh # Maybe put this in your ~/.bashrc
50
50
To install the latest release of preCICE run:
51
51
52
52
```bash
53
-
spack install precice ^boost@1.74.0
53
+
spack install precice ^boost@1.84.0
54
54
```
55
55
56
56
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`.
98
98
To install the [python bindings](installation-bindings-python.html) using Spack, run the following:
0 commit comments