mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
ab3bc25cd4
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 *).