pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-blosc: Build with blosc library from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Feb 3 09:50:53 2023 -0800
Changeset:	c2a6636898387ce0384afed0aeafe805a9b05080

Modified Files:
	py-blosc/Makefile
	py-blosc/PLIST

Log Message:
py-blosc: Build with blosc library from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c2a6636898387ce0384afed0aeafe805a9b05080

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-blosc/Makefile | 3 ++-
 py-blosc/PLIST    | 7 -------
 2 files changed, 2 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-blosc/Makefile b/py-blosc/Makefile
index 1225420202..64a81982b5 100644
--- a/py-blosc/Makefile
+++ b/py-blosc/Makefile
@@ -18,7 +18,8 @@ USE_TOOLS+=	ninja
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-scikit-build>=0.15.0:../../wip/py-scikit-build
 BUILD_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-MAKE_ENV+=	BLOSC_DIR=${BUILDLINK_PREFIX.blosc}
+MAKE_ENV+=USE_SYSTEM_BLOSC=1
+MAKE_ENV+=Blosc_ROOT=${BUILDLINK_PREFIX.blosc}
 # Address an erron
 PYSETUPARGS+=	-DCMAKE_SKIP_RPATH:BOOL=YES
 
diff --git a/py-blosc/PLIST b/py-blosc/PLIST
index 830833821b..81f56da647 100644
--- a/py-blosc/PLIST
+++ b/py-blosc/PLIST
@@ -1,11 +1,4 @@
 @comment $NetBSD$
-include/blosc-export.h
-include/blosc.h
-lib/libblosc.a
-lib/libblosc.so
-lib/libblosc.so.1
-lib/libblosc.so.1.21.3
-lib/pkgconfig/blosc.pc
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt


Home | Main Index | Thread Index | Old Index