13 Commits

Author SHA1 Message Date
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
kmos
166e440b6f math/py-cvxpy uses C++11 so shift to ports-gcc on base-gcc arches
Fixes the build on sparc64
2022-08-20 23:04:16 +00:00
sthen
1a77396a9c update to py3-cvxpy-1.2.1 2022-08-17 10:22:51 +00:00
sthen
6054849b1f sync WANTLIB 2022-03-31 17:16:30 +00:00
naddy
ab45f39af6 drop RCS Ids 2022-03-11 19:36:11 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
kmos
d3aea23e66 Another REVISION bump to deal with the same REVISION situation.
I forgot about this one because the build wouldn't attempt until I fixed
the other 3. This resolves building on sparc64.
2020-07-22 06:59:19 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
e17bbcfcd0 BUILD_DEPENDS+=${RUN_DEPENDS} needed for at least some dependencies of these 2020-06-29 22:17:50 +00:00
pirofti
72d228a52c Switch ports to FLAVOR=python3.
OK sthen@
2020-06-26 12:57:45 +00:00
pirofti
364796c74f Import py-cvxpy.
CVXPY is a Python-embedded modeling language for convex optimization
problems.  It allows you to express your problem in a natural way
that follows the math, rather than in the restrictive standard form
required by solvers.
2020-06-26 10:15:05 +00:00