head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2022.05.20.12.09.01; author adam; state dead; branches; next 1.1; commitid 08YJPhAzRMCP3NED; 1.1 date 2022.04.12.20.31.43; author tnn; state Exp; branches; next ; commitid h9fbF3Mzj2k34XzD; desc @@ 1.2 log @py-scipy: updated to 1.8.1 SciPy 1.8.1 is a bug-fix release with no new features compared to 1.8.0. Notably, usage of Pythran has been restored for Windows builds/binaries. @ text @$NetBSD: patch-scipy_stats___hypotests__pythran.cpp,v 1.1 2022/04/12 20:31:43 tnn Exp $ /usr/include/iso/ctype_iso.h on SunOS has this: #define _P 0x00000010 /* Punctuation */ Kludge away this macro. --- scipy/stats/_hypotests_pythran.cpp.orig 2022-02-04 14:45:39.615792300 +0000 +++ scipy/stats/_hypotests_pythran.cpp @@@@ -253,6 +253,9 @@@@ namespace __pythran__hypotests_pythran typename type::result_type operator()(argument_type0&& A) const ; } ; +#ifdef _P +#undef _P +#endif struct _P { typedef void callable; @ 1.1 log @cipy: fix build on SunOS (system header conflict) @ text @d1 1 a1 1 $NetBSD$ @