Skip to content

Commit 755f4c9

Browse files
authored
Merge pull request #83 from zdaq12/condense_init
add troubleshooting for missing Fortran compiler
2 parents 99171f8 + c791645 commit 755f4c9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ 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+
105+
```
106+
warning: no files found matching 'gitmodules/...
107+
```
108+
Since git clone was done without recursive option, try: `git submodule update --init`
109+
100110
#### How to debug
101111
```sh
102112
git clone --recursive git+https://github.com/open-atmos/PyPartMC.git

0 commit comments

Comments
 (0)