diff options
author | tnn <tnn@pkgsrc.org> | 2018-09-27 23:50:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2018-09-27 23:50:54 +0000 |
commit | f2a4db79c529c0f5400728a3b6f65e67bee91db8 (patch) | |
tree | 71c5ed3619d631519edb5dc621c6f90fa07e4872 /math | |
parent | dab3d91110be2f756b790b30e074357d578b4fab (diff) | |
download | pkgsrc-f2a4db79c529c0f5400728a3b6f65e67bee91db8.tar.gz |
py-Theano: REPLACE_INTERPRETER+=bash
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Theano/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/py-Theano/Makefile b/math/py-Theano/Makefile index 66a065f089f..c1c5849bce2 100644 --- a/math/py-Theano/Makefile +++ b/math/py-Theano/Makefile @@ -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 |