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.
1 parent eda4d9b commit a0271d3Copy full SHA for a0271d3
1 file changed
docs/how-to/advanced/cross-compilation.md
@@ -184,6 +184,9 @@ requirements:
184
- {{ compiler("cxx") }}
185
- {{ stdlib("c") }}
186
- meson
187
+ - pkg-config
188
+ host:
189
+ - libogg
190
```
191
192
And this in `build.sh`:
@@ -215,7 +218,7 @@ requirements:
215
218
- python
216
219
217
220
-For more details about numpy see the dedicated [section](#building-against-numpy).
221
+For more details about NumPy see [Building against NumPy](/docs/maintainer/knowledge_base/#building-against-numpy).
222
223
### MPI
224
0 commit comments