2023-11-14 13:42:47 by Thomas Klausner | Files touched by this commit (1) |
Log message: meson: pkglint cleanup |
2023-11-14 13:42:34 by Thomas Klausner | Files touched by this commit (1) |
Log message: meson: allow disabling the install target By setting MESON_INSTALL=no |
2023-10-21 16:35:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: meson: updated to 1.2.3 1.2.3 Bug fixes |
2023-10-03 03:21:36 by David H. Gutteridge | Files touched by this commit (3) |
Log message: meson: now also accommodate cython-3.12 (Placed last as Python 3.12 has never been a pkgsrc default. So far.) |
2023-10-01 18:04:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: meson: updated to 1.2.2 1.2.2 Bug fixes |
2023-09-24 20:54:06 by David H. Gutteridge | Files touched by this commit (3) |
Log message: meson: fix non-default Python sandboxed builds with py-cython Since Meson is not Python versioned, but Cython is, we previously ended up with a situation where builds of Cython-using packages would fail. Instead of the Makefile kludge where it would simply force the default Python version associated with Cython, use a different hack that will search for all (presently) possible versions. This is not an ideal solution, but is being committed to fix build breakage in the lead up to branching pkgsrc 2023Q3. Other solutions would be to go back to Python versioned Meson, or getting Meson to handle multi-Python environments more cleanly. |
2023-09-21 03:44:06 by David H. Gutteridge | Files touched by this commit (1) |
Log message: meson: note packaging bug causing bulk build failures A fix is being tested that works for py-pandas multi-version builds in pbulk, but it needs refinement, as does patching for py-scipy. (And patching each package doesn't scale as a practice, but that's probably more a concern for post-branch.) Add this note for now as a stop-gap, should someone else be looking into this. |
2023-09-16 15:21:23 by Tobias Nygren | Files touched by this commit (1) |
Log message: meson/build.mk: apply qemu fix here too for benefit of other packages |
2023-08-25 15:41:30 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: meson: fix to detect versioned cython; bump revision |
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message: *: recursive bump for Python 3.11 as new default |