pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-boost py-boost: disable numpy
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb34086817db
branches: trunk
changeset: 771281:eb34086817db
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Dec 16 13:17:37 2021 +0000
description:
py-boost: disable numpy
For some reason, the numpy so file is not created in the package as-is,
breaking the package in the packaging step.
Remove py-numpy dependency and matching entries in PLIST to fix package.
Please fix this and numpy support back if you want, but this solves
the immediate breakage.
Bump PKGREVISION.
diffstat:
devel/py-boost/Makefile | 5 +++--
devel/py-boost/PLIST | 5 +----
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 1fd0d041ad8f -r eb34086817db devel/py-boost/Makefile
--- a/devel/py-boost/Makefile Thu Dec 16 13:15:06 2021 +0000
+++ b/devel/py-boost/Makefile Thu Dec 16 13:17:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/07/01 14:48:31 nia Exp $
+# $NetBSD: Makefile,v 1.17 2021/12/16 13:17:37 wiz Exp $
BOOST_PACKAGE= python
BOOST_COMMENT= (Boost.Python binary library)
@@ -9,6 +9,7 @@
.include "../../meta-pkgs/boost/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-boost-${BOOST_VERSION}
+PKGREVISION= 1
BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam
BJAM_ARGS+= --with-python
@@ -32,5 +33,5 @@
BUILDLINK_TRANSFORM.SunOS+= rm:-lutil
-.include "../../math/py-numpy/buildlink3.mk"
+#.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1fd0d041ad8f -r eb34086817db devel/py-boost/PLIST
--- a/devel/py-boost/PLIST Thu Dec 16 13:15:06 2021 +0000
+++ b/devel/py-boost/PLIST Thu Dec 16 13:17:37 2021 +0000
@@ -1,7 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/01/01 08:19:02 ryoon Exp $
-lib/libboost_numpy${PYVER}.a
-lib/libboost_numpy${PYVER}.so
-lib/libboost_numpy${PYVER}.so.${PKGVERSION}
+@comment $NetBSD: PLIST,v 1.11 2021/12/16 13:17:37 wiz Exp $
lib/libboost_python${PYVER}.a
lib/libboost_python${PYVER}.so
lib/libboost_python${PYVER}.so.${PKGVERSION}
Home |
Main Index |
Thread Index |
Old Index