Package: spherepack / 3.3~a1-4

Metadata

Package Version Patches format
spherepack 3.3~a1-4 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 | 14 13 1 - 0 !
Src/spherepack.ver | 3 3 0 - 0 !
2 files changed, 16 insertions( ), 1 deletion(-)

 fix makefile to build shared libs and static lib
Last-Updated: 2019-02-10
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 | 15 14 1 - 0 !
Src/sphere.pc.in | 10 10 0 - 0 !
2 files changed, 24 insertions( ), 1 deletion(-)

 rudimentary support for pkgconfig files in spherepack
Last-Updated: 2020-03-25
fortify.patch | (download)

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

 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 | 23 11 12 - 0 !
1 file changed, 11 insertions( ), 12 deletions(-)

 bit-reproducibility changes
c interface.patch | (download)

fortran.h | 164 164 0 - 0 !
spherepack.h | 33 33 0 - 0 !
2 files changed, 197 insertions( )

 c interface for spherepack
gcc10.patch | (download)

Src/alf.f90 | 12 6 6 - 0 !
1 file changed, 6 insertions( ), 6 deletions(-)

 fix ftbfs with gfortran-10