pkgsrc-WIP-changes archive

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

fasda: Add seaborn and fastcluster deps for future heatmap script



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Tue Apr 1 12:56:18 2025 -0500
Changeset:	771461beef62214c81bfbaf2efeb5745129c24f0

Modified Files:
	fasda/Makefile

Log Message:
fasda: Add seaborn and fastcluster deps for future heatmap script

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

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

diffstat:
 fasda/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/fasda/Makefile b/fasda/Makefile
index 60e8bec81c..d77b22f5f4 100644
--- a/fasda/Makefile
+++ b/fasda/Makefile
@@ -11,9 +11,12 @@ COMMENT=	Fast and simple differential analysis
 LICENSE=	2-clause-bsd
 
 DEPENDS=	stringtie>0:../../wip/stringtie
+DEPENDS+=	${PYPKGPREFIX}-seaborn>0:../../graphics/py-seaborn
+DEPENDS+=	${PYPKGPREFIX}-fastcluster>0:../../wip/py-fastcluster
 
 LDFLAGS.SunOS+=	-lresolv
 MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR} VERSION=${PKGVERSION}
 
 .include "../../wip/biolibc/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index