We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99171f8 + c791645 commit 755f4c9Copy full SHA for 755f4c9
README.md
@@ -97,6 +97,16 @@ error: [Errno 2] No such file or directory: 'cmake'
97
```
98
Try rerunning after installing CMake (e.g., `apt-get install cmake` or `brew install cmake`)
99
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
110
#### How to debug
111
```sh
112
git clone --recursive git+https://github.com/open-atmos/PyPartMC.git
0 commit comments