Subject: CVS commit: pkgsrc/math/py-scipy
From: Havard Eidnes
Date: 2022-07-30 18:13:48
Message id: 20220730161348.3F723FB1A@cvs.NetBSD.org

Log Message:
math/py-scipy: fix build on NetBSD/powerpc (at least!)

In the unuran part, omit defining _ISOC99_SOURCE.  I am told that
the ieeefp.h header should not be used with _ISOC99_SOURCE.  (Its
use comes from pyport.h.)  Lately I've seen this package fail to
build also for aarch64, have not verified that this fixes it, though
it's not entirely impossible.

Fixes what triggered PR#56892.

Bump PKGREVISION.

Files:
RevisionActionfile
1.60modifypkgsrc/math/py-scipy/Makefile
1.37modifypkgsrc/math/py-scipy/distinfo
1.1addpkgsrc/math/py-scipy/patches/patch-scipy_stats__unuran_setup.py