CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/06/08 16:34:53
Modified files:
math/py-cvxopt : Makefile distinfo
math/py-cvxopt/patches: patch-setup_py
Log message:
update to py3-cvxopt-1.3.3
mark ONLY_FOR_ARCHS = ${LP64_ARCHS}; there are a bunch of pointer type
issues in src/C/lapack.c (cvxopt uses an "int_t" type, which is really
Py_ssize_t aka long, but this file confuses int_t * with int *).
