Skip to content

Commit 54dd03a

Browse files
authored
Update README.md
1 parent c5eaf8a commit 54dd03a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ On macOS, you can obtain the dependencies using `brew` and set the environment v
4242
```zsh
4343
brew install gnu-time cmake gcc@14
4444
brew install open-mpi --build-from-source --cc=gcc-14
45-
brew install fftw hdf5-mpi eigen
45+
brew install hdf5-mpi --build-from-source --cc=gcc-14
46+
brew install fftw eigen
4647

4748
export CC=gcc-14 CXX=g++-14 MPICC=mpicc MPICXX=mpicxx
4849
```

0 commit comments

Comments
 (0)