Skip to content

Commit

Permalink
math/py-cvxpy: update 1.3.2 → 1.4.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Oct 16, 2023
1 parent 76f36c7 commit cd3a485
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions math/py-cvxpy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cvxpy
DISTVERSION= 1.3.2
DISTVERSION= 1.4.1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +11,8 @@ WWW= https://www.cvxpy.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYNUMPY}
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}ecos>=2:math/py-ecos@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}osqp>=0.4.1:math/py-osqp@${PY_FLAVOR} \
Expand All @@ -25,6 +26,8 @@ USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/cv
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore*.so
@${STRIP_CMD} \
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore${PYTHON_EXT_SUFFIX}.so \
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxpy_sparsecholesky${PYTHON_EXT_SUFFIX}.so

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions math/py-cvxpy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688795955
SHA256 (cvxpy-1.3.2.tar.gz) = 0b685e5040f199f3d703f30f5d22d1f865597623455153d1ddd770245aef0975
SIZE (cvxpy-1.3.2.tar.gz) = 1330237
TIMESTAMP = 1697408449
SHA256 (cvxpy-1.4.1.tar.gz) = 7a9ef34e3c57ff8c844d86f0a3834fb5575af19233947639de0ba577c6122e3e
SIZE (cvxpy-1.4.1.tar.gz) = 1570388

0 comments on commit cd3a485

Please sign in to comment.