Subject: CVS commit: [pkgsrc-2017Q2] pkgsrc/math/py-scipy
From: Benny Siegert
Date: 2017-08-28 21:03:29
Message id: 20170828190329.429F1FA96@cvs.NetBSD.org

Log Message:
Pullup ticket #5535 - requested by he
math/py-scipy: powerpc build fix

Revisions pulled up:
- math/py-scipy/Makefile                                        1.26
- math/py-scipy/distinfo                                        1.13
- math/py-scipy/patches/patch-scipy_special___round.h           1.1

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Aug 22 21:37:28 UTC 2017

   Modified Files:
   	pkgsrc/math/py-scipy: Makefile distinfo
   Added Files:
   	pkgsrc/math/py-scipy/patches: patch-scipy_special___round.h

   Log Message:
   Add a patch which fixes an obviously bogus preprocessor conditional;
   in our case, __STDC_VERSION__ isn't defined when built as C++.
   The fix isn't completeely right, it insists on <fenv.h> if built as C++.
   Not entirely unreasonable, and makes this build on NetBSD/powerpc as well,
   which doesn't like the redefinition of fegetround() and fesetround().
   Bump PKGREVISION.

Files:
RevisionActionfile
1.25.2.1modifypkgsrc/math/py-scipy/Makefile
1.12.2.1modifypkgsrc/math/py-scipy/distinfo
1.1.2.2addpkgsrc/math/py-scipy/patches/patch-scipy_special___round.h