pkgsrc-WIP-changes archive

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

peak-classifier: Disable broken matplotlib on Darwin



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon May 10 16:04:15 2021 -0500
Changeset:	59302df4dbf12a5f896feb7351c86de1c09b94ca

Modified Files:
	peak-classifier/Makefile

Log Message:
peak-classifier: Disable broken matplotlib on Darwin

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

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

diffstat:
 peak-classifier/Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diffs:
diff --git a/peak-classifier/Makefile b/peak-classifier/Makefile
index 1c9ca0299d..362822bade 100644
--- a/peak-classifier/Makefile
+++ b/peak-classifier/Makefile
@@ -15,12 +15,18 @@ HOMEPAGE=	https://github.com/auerlab/peak-classifier
 COMMENT=	Classify ChIP/ATAC-Seq peaks based on features provided in a GFF
 LICENSE=	2-clause-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
 DEPENDS+=	bedtools>=0:../../biology/bedtools
-DEPENDS+=	coreutils>=0:../../sysutils/coreutils
 
 REPLACE_PYTHON=	feature-view.py
 
+.include "../../mk/bsd.prefs.mk"
+
+# Until matplotlib is fixed
+.if ${OPSYS} != Darwin
+DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
+DEPENDS+=	${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
+.endif
+
 pre-build:
 	cd ${WRKSRC} && make depend PREFIX=${PREFIX}
 


Home | Main Index | Thread Index | Old Index