head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2026.08.25.10.51.52; author wiz; state dead; branches; next 1.1; commitid jU9btNbeq1hxy0TG; 1.1 date 2026.08.24.11.05.38; author wiz; state Exp; branches; next ; commitid 6OidhmtPLA79FSSG; desc @@ 1.2 log @py-lap: depend on fixed cython, remove workaround patch Bump PKGREVISION. @ text @$NetBSD: patch-__lapjv__cpp___lapjv.pyx,v 1.1 2026/08/24 11:05:38 wiz Exp $ Work around breakage with cpython 3.3.0. https://github.com/cython/cython/issues/7915 --- _lapjv_cpp/_lapjv.pyx.orig 2026-08-24 11:00:49.361196480 +0000 +++ _lapjv_cpp/_lapjv.pyx @@@@ -7,6 +7,12 @@@@ from libc.stdlib cimport malloc, free from libc.stdlib cimport malloc, free +cdef extern from * nogil: + """ + #include + using std::isfinite; + """ + cdef extern from "lapjv.h" nogil: ctypedef signed int int_t ctypedef unsigned int uint_t @ 1.1 log @py-lap: work around breakage with cython 3.3.0 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @