diff options
Diffstat (limited to 'math/py-scs')
-rw-r--r-- | math/py-scs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile index 3e91312d2fe9..d024b3c4a4c9 100644 --- a/math/py-scs/Makefile +++ b/math/py-scs/Makefile @@ -23,6 +23,7 @@ USE_PYTHON= pep517 autoplist pytest # 2 tests fail, see https://github.com/cvxgr CONFIGURE_ENV= BLAS_LAPACK_LIBS="openblas" MAKE_ENV= ${CONFIGURE_ENV} +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_scs_*.so |