pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-Theano



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 25 05:59:34 UTC 2024

Modified Files:
        pkgsrc/math/py-Theano: Makefile

Log Message:
py-Theano: needs py-setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-Theano/Makefile

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

Modified files:

Index: pkgsrc/math/py-Theano/Makefile
diff -u pkgsrc/math/py-Theano/Makefile:1.15 pkgsrc/math/py-Theano/Makefile:1.16
--- pkgsrc/math/py-Theano/Makefile:1.15 Sun Feb 11 20:25:46 2024
+++ pkgsrc/math/py-Theano/Makefile      Tue Jun 25 05:59:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/02/11 20:25:46 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/06/25 05:59:34 adam Exp $
 
 DISTNAME=      Theano-1.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     http://deeplearning.net/softwa
 COMMENT=       Optimizing compiler for evaluating mathematical expressions
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.17.0:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six



Home | Main Index | Thread Index | Old Index