Path to this page:
./
math/py-scipy,
Scientific Algorithms Library for Python
Branch: pkgsrc-2017Q2,
Version: 0.19.1nb1,
Package name: py27-scipy-0.19.1nb1,
Maintainer: markdSciPy is an open source library of scientific tools for Python. SciPy
supplements the popular Numeric module, gathering a variety of high level
science and engineering modules together as a single package.
SciPy includes modules for graphics and plotting, optimization, integration,
special functions, signal and image processing, genetic algorithms, ODE
solvers, and others.
Required to run:[
devel/py-cython] [
lang/python27] [
lang/g95] [
math/fftw] [
math/py-numpy]
Required to build:[
devel/py-nose] [
pkgtools/cwrappers]
Master sites:
SHA1: b6397bcd7c62e46a6dc12f3d0df07c184912108a
RMD160: d1314b26ee569df47d99fa98b86ac3aa7dc2d433
Filesize: 13753.716 KB
Version history: (Expand)
- (2017-08-29) Updated to version: py27-scipy-0.19.1nb1
- (2017-07-04) Package added to pkgsrc.se, version py27-scipy-0.19.1 (created)
CVS history: (Expand)
2017-08-28 21:03:29 by Benny Siegert | Files touched by this commit (3) |
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.
|