11 Commits

Author SHA1 Message Date
sthen
3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +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
ajacoutot
46fd384b52 Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are
python3 only ports.

"Yes please, it's not really optional so I think = is better." sthen@
2020-08-19 12:25:12 +00:00
bket
3fbdcee4be Drop py2-flavor
pirofti@ (maintainer): "...please go ahead"
2020-08-10 07:53:59 +00:00
kmos
d372508443 Bump REVISION on each of these ports to iron out a sparc64 build issue.
I had tested an early diff from pirofti that fixed BUILD_DEPENDS but
also bumped REVISION. In the meantime sthen had just fixed them without
the unnecessary REVISION bump. Bumping REVISION will get them building
on sparc64 again.
2020-07-22 05:25:43 +00:00
ajacoutot
78cbe5e423 Missing BDEP on devel/cmake. 2020-07-05 07:06:56 +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
612b7a6131 Import py-osqp.
The OSQP (Operator Splitting Quadratic Program) solver is a numerical
optimization package for solving convex quadratic programs in the form

minimize   (1/2)x'Px+q'x
subject to l <= Ax <= u

where x is the optimization variable and P is a positive semidefinite matrix.

OK sthen@
2020-06-26 10:45:43 +00:00