Skip to content

Commit a0271d3

Browse files
committed
Fix NumPy doc link
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent eda4d9b commit a0271d3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/how-to/advanced/cross-compilation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ requirements:
184184
- {{ compiler("cxx") }}
185185
- {{ stdlib("c") }}
186186
- meson
187+
- pkg-config
188+
host:
189+
- libogg
187190
```
188191

189192
And this in `build.sh`:
@@ -215,7 +218,7 @@ requirements:
215218
- python
216219
```
217220

218-
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).
219222

220223
### MPI
221224

0 commit comments

Comments
 (0)