pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/meson
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Sep 21 01:44:06 UTC 2023
Modified Files:
pkgsrc/devel/meson: Makefile
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.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/meson/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/meson/Makefile
diff -u pkgsrc/devel/meson/Makefile:1.55 pkgsrc/devel/meson/Makefile:1.56
--- pkgsrc/devel/meson/Makefile:1.55 Fri Aug 25 13:41:30 2023
+++ pkgsrc/devel/meson/Makefile Thu Sep 21 01:44:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2023/08/25 13:41:30 adam Exp $
+# $NetBSD: Makefile,v 1.56 2023/09/21 01:44:06 gutteridge Exp $
DISTNAME= meson-1.2.1
PKGREVISION= 2
@@ -27,6 +27,10 @@ SUBST_FILES.man+= setup.py
SUBST_STAGE.man= pre-configure
SUBST_MESSAGE.man= Fixing man page installation path.
+# XXX this isn't an entirely correct approach, as this package is not
+# Python-versioned, while py-cython is. This means in bulk builds, any
+# Python packages that use meson and cython will fail with a mismatch
+# for non-default Python versions, e.g., py-pandas and py-scipy.
SUBST_CLASSES+= cython
SUBST_STAGE.cython= pre-configure
SUBST_MESSAGE.cython= Fixing cython binary name.
Home |
Main Index |
Thread Index |
Old Index