pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-theano-pymc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 06:00:14 UTC 2024

Modified Files:
        pkgsrc/math/py-theano-pymc: Makefile

Log Message:
py-theano-pymc: replace bash in installed file

Fixes build with PKG_DEVELOPER set.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-theano-pymc/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-pymc/Makefile
diff -u pkgsrc/math/py-theano-pymc/Makefile:1.1 pkgsrc/math/py-theano-pymc/Makefile:1.2
--- pkgsrc/math/py-theano-pymc/Makefile:1.1     Mon Aug  5 19:32:15 2024
+++ pkgsrc/math/py-theano-pymc/Makefile Sat Aug 10 06:00:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/08/05 19:32:15 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/10 06:00:14 wiz Exp $
 
 DISTNAME=      Theano-PyMC-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -18,6 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-numpy>=1.9.1:..
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.14:../../math/py-scipy
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
+REPLACE_SH+=                   theano/misc/check_blas_many.sh
 
 # Prefer versioneer from pkgsrc.
 post-extract:



Home | Main Index | Thread Index | Old Index