Skip to content

Commit 311aeba

Browse files
committed
Update installation instructions with 521-ts
1 parent 62f2f11 commit 311aeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Note, that `[threads]` is required for HiPO.
3030
To specify explicitly which BLAS vendor to look for, `BLA_VENDOR` coud be set in CMake, e.g. `-DBLA_VENDOR=Apple` or `-DBLA_VENDOR=OpenBLAS`. Alternatively, to specify which BLAS library to use, set `BLAS_LIBRARIES` to the full path of the library e.g. `-DBLAS_LIBRARIES=/path_to/libopenblas.so`.
3131

3232
#### Metis
33-
There are some known issues with Metis so the recommented version is in [this fork](https://github.com/galabovaa/METIS/tree/510-ts), branch 510-ts. This is version 5.10 with several patches for more reliable build and execution. Clone the repository with
33+
There are some known issues with Metis so the recommented version is in [this fork](https://github.com/galabovaa/METIS/tree/521-ts), branch 521-ts. This is version 5.2.1 with several patches for more reliable build and execution. Clone the repository with
3434
```
3535
git clone https://github.com/galabovaa/METIS.git
3636
cd METIS
37-
git checkout 510-ts
37+
git checkout 521-ts
3838
```
3939

4040
Then build with

0 commit comments

Comments
 (0)