pkgsrc-WIP-changes archive

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

py-dask: Don't pull in apache-arrow on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Sep 26 07:38:24 2022 -0700
Changeset:	dc5bc82020d9ec7836b77a8f35d9488112fb0541

Modified Files:
	py-dask/options.mk

Log Message:
py-dask: Don't pull in apache-arrow on NetBSD

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

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

diffstat:
 py-dask/options.mk | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-dask/options.mk b/py-dask/options.mk
index 97a755aa17..c692fe12eb 100644
--- a/py-dask/options.mk
+++ b/py-dask/options.mk
@@ -2,6 +2,7 @@
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.py-dask
 PKG_SUPPORTED_OPTIONS=	cityhash cytoolz parquet graphviz psutil scipy skimage xarray sqlalchemy
+
 PKG_SUGGESTED_OPTIONS=	cityhash cytoolz parquet psutil scipy skimage xarray sqlalchemy
 
 .include "../../mk/bsd.options.mk"
@@ -20,7 +21,9 @@ DEPENDS+=	${PYPKGPREFIX}-cytoolz-[0-9]*:../../devel/py-cytoolz
 .if !empty(PKG_OPTIONS:Mparquet)
 # TODO Also needs pyarrow
 DEPENDS+=	${PYPKGPREFIX}-fastparquet-[0-9]*:../../wip/py-fastparquet
+.  if ${OPSYS} != "NetBSD"
 DEPENDS+=	${PYPKGPREFIX}-apache-arrow-[0-9]*:../../wip/py-apache-arrow
+.  endif
 .endif
 
 # graphviz is used to display the task dependencies


Home | Main Index | Thread Index | Old Index