pkgsrc-WIP-changes archive

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

py-hmmlearn: Update Makefile to depend on wheel for building



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Jan 14 07:53:08 2023 -0800
Changeset:	26537d4140e8aa223d1f5e69a2003e17508b3bbd

Modified Files:
	py-hmmlearn/Makefile

Log Message:
py-hmmlearn: Update Makefile to depend on wheel for building

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

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

diffstat:
 py-hmmlearn/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-hmmlearn/Makefile b/py-hmmlearn/Makefile
index 32430f5881..dd31184b73 100644
--- a/py-hmmlearn/Makefile
+++ b/py-hmmlearn/Makefile
@@ -11,6 +11,7 @@ HOMEPAGE=	https://github.com/hmmlearn/hmmlearn
 COMMENT=	Algorithms for inference of Hidden Markov Models
 LICENSE=	modified-bsd
 
+BUILD_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.21.5:../../math/py-numpy
 
 USE_LANGUAGES=	c c++ # none


Home | Main Index | Thread Index | Old Index