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:   tnn
Date:           Thu Sep 27 23:50:54 UTC 2018

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

Log Message:
py-Theano: REPLACE_INTERPRETER+=bash


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/math/py-Theano/Makefile:1.2
--- pkgsrc/math/py-Theano/Makefile:1.1  Fri Jul  6 03:36:58 2018
+++ pkgsrc/math/py-Theano/Makefile      Thu Sep 27 23:50:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/06 03:36:58 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/27 23:50:54 tnn Exp $
 
 DISTNAME=      Theano-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,6 +21,11 @@ USE_LANGUAGES=       c c++
 
 PY_PATCHPLIST= yes
 
+REPLACE_INTERPRETER+=  bash
+REPLACE.bash.old=      .*/bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    theano/misc/check_blas_many.sh
+
 do-test:
        ${RUN} cd {WRKSRC}/theano/tests && \
                ${SETENV} {TEST_ENV} ${PYTHONBIN} main.py



Home | Main Index | Thread Index | Old Index