Package: spherepack / 3.2-9

Metadata

Package Version Patches format
spherepack 3.2-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python 2.6.patch | (download)

Lib/sphere.py | 36 18 + 18 - 0 !
Src/spherepack.pyf | 64 32 + 32 - 0 !
2 files changed, 50 insertions(+), 50 deletions(-)

 avoid using 'as' as variable: now a reserved keyword in python2.6
Last-Updated: 2010-11-03
make.patch | (download)

Src/Makefile | 31 29 + 2 - 0 !
Src/spherepack.ver | 3 3 + 0 - 0 !
2 files changed, 32 insertions(+), 2 deletions(-)

 fix makefile to build shared libs and static lib
Last-Updated: 2015-12-29
python link.patch | (download)

setup.py | 16 3 + 13 - 0 !
1 file changed, 3 insertions(+), 13 deletions(-)

 build against dynamic library rather than hard-build into python module.
Last-Updated: 2010-11-04
pkgconfig.patch | (download)

Src/Makefile | 11 10 + 1 - 0 !
Src/sphere.pc.in | 9 9 + 0 - 0 !
2 files changed, 19 insertions(+), 1 deletion(-)

 rudimentary support for pkgconfig files in spherepack
Last-Updated: 2010-11-04
fortify.patch | (download)

Src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add $(ldflags) for hardening the library
Last-Updated: 2015-12-29
python3.patch | (download)

Lib/__init__.py | 2 1 + 1 - 0 !
Lib/sphere.py | 2831 1417 + 1414 - 0 !
2 files changed, 1418 insertions(+), 1415 deletions(-)

 port sphere.py to python3. works in python2
Last-Updated: 2013-07-02
8byte.patch | (download)

setup.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 default-8-byte-reals
   * Fortran ABI change: Now build with --default-real-8; d* versions of methods
     are also provided as required by NCL (our first real use of spherepack).
   * Add python3-sphere  package.
reproduciblity.patch | (download)

Src/Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 bit-reproducibility changes