Skip to content

Commit b26f112

Browse files
committed
add troubleshooting for missing Fortran compiler
1 parent 99171f8 commit b26f112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ error: [Errno 2] No such file or directory: 'cmake'
9797
```
9898
Try rerunning after installing CMake (e.g., `apt-get install cmake` or `brew install cmake`)
9999

100+
```
101+
No CMAKE_Fortran_COMPILER could be found.
102+
```
103+
Try installing a Fortran compiler (e.g., `brew reinstall gcc`)
104+
100105
#### How to debug
101106
```sh
102107
git clone --recursive git+https://github.com/open-atmos/PyPartMC.git

0 commit comments

Comments
 (0)