pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-Theano py-Theano: REPLACE_INTERPRETER+=bash



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3f09be7bb35
branches:  trunk
changeset: 385744:b3f09be7bb35
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 23:50:54 2018 +0000

description:
py-Theano: REPLACE_INTERPRETER+=bash

diffstat:

 math/py-Theano/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e2ff637e2a4b -r b3f09be7bb35 math/py-Theano/Makefile
--- a/math/py-Theano/Makefile   Thu Sep 27 23:16:39 2018 +0000
+++ b/math/py-Theano/Makefile   Thu Sep 27 23:50:54 2018 +0000
@@ -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 @@
 
 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