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.
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@