diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-23 17:36:18 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-23 18:32:59 -0700 |
commit | 5c8f5e95d439169737327695e03a3dc70cd9d338 (patch) | |
tree | 7495a5905096ddd9ebad8c0dd52e55a2290b1579 /math/py-scs | |
parent | Chase editors/emacs update to 29.4 (diff) |
math/py-scs: Fix tests
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 |