File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,14 @@ Alternatively, we can still use pip to install:
321
321
explicitly. You can obtain a list of valid feature names through
322
322
``meson configure ``.
323
323
324
+ By default, meson may fall back to bundled versions of certain
325
+ subprojects known as `wrap dependencies
326
+ <https://mesonbuild.com/Wrap-dependency-system-manual.html> `_.
327
+ Maintainers will typically want to disable this behavior as well
328
+ to ensure that the system dependencies are used. This can be
329
+ achieved with the `--wrap-mode flag
330
+ <https://mesonbuild.com/Subprojects.html#commandline-options> `_
331
+
324
332
With the `default <https://mesonbuild.com/Running-Meson.html#installing >`_ prefix
325
333
being ``/usr/local ``, it may then install to
326
334
``$DESTDIR/usr/local/lib/python3.12/site-packages/sage ``.
You can’t perform that action at this time.
0 commit comments