Package: silo-llnl / 4.10.2-6

Metadata

Package Version Patches format
silo-llnl 4.10.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add lib version.patch | (download)

src/Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 add version numbers to libsilo*; we need them in debian.
Last-Updated: 2011-10-03
dist undo.patch | (download)

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

 remove directories that will fail due to missing
 sources (non-free licensed).
Last-Updated: 2010-12-01
testsuite fix.patch | (download)

tests/testdtypes | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bash is needed to execute this testscript for test 62.
Last-Updated: 2011-04-11
testsuite python write.patch | (download)

tests/test_write.py | 16 9 + 7 - 0 !
tests/testsuite | 8 4 + 4 - 0 !
2 files changed, 13 insertions(+), 11 deletions(-)

 python code seems to be broken. disable test and inform upstream.
Last-Updated: 2011-06-09
testsuite skip szip.patch | (download)

tests/testsuite.at | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 disable szip tests, as szip not available on debian for licensing reasons.
Last-Updated: 2011-06-09
test disable largefile.patch | (download)

tests/testsuite.at | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 disable largefile test. seems to fail on rounding error
pkgconfig.patch | (download)

configure.ac | 3 2 + 1 - 0 !
silo.pc.in | 12 12 + 0 - 0 !
2 files changed, 14 insertions(+), 1 deletion(-)

 add a pkgconfig file for the silo library
Last-Updated: 2011-08-25
version script.patch | (download)

configure.ac | 10 10 + 0 - 0 !
silo.ver | 366 366 + 0 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
3 files changed, 377 insertions(+), 1 deletion(-)

 add versioned symbols to silo library
Last-Updated: 2014-12-14
autoreconf.patch | (download)

configure.ac | 25 15 + 10 - 0 !
src/Makefile.am | 18 9 + 9 - 0 !
2 files changed, 24 insertions(+), 19 deletions(-)

 fixes needed for autoreconf to work on debian
 When autoreconf is run, VL_LIB_READLINE is lost from aclocal, so included in config/
 Also include AX_CHECK_COMPLER_FLAG() which is not in autoconf (just autoconf-archive)
 AX_CHECK_COMPILER_FLAGS() is obsolete
Last-Updated: 2011-09-05
security fix.patch | (download)

tools/python/pydbfile.cpp | 2 1 + 1 - 0 !
tools/python/pydbtoc.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 allow code to compile with -werror=format-security enabled. relies on the
  code DBfile_as_string() being safe.
Last-Updated: 2011-09-25
spell.patch | (download)

src/silo/silo.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 minor spelling error fix
python3.patch | (download)

tests/test_error.py | 23 12 + 11 - 0 !
tests/test_read.py | 43 22 + 21 - 0 !
tests/test_write.py | 13 7 + 6 - 0 !
tools/python/pydbfile.cpp | 147 94 + 53 - 0 !
tools/python/pydbtoc.cpp | 74 46 + 28 - 0 !
tools/python/pysilo.cpp | 137 86 + 51 - 0 !
tools/python/pysilo.h | 2 1 + 1 - 0 !
7 files changed, 268 insertions(+), 171 deletions(-)

 changes needed for python3 support.
 TODO: Changes to the C interface still needed.
Last-Upated: 2014-05-02
compile fixes.patch | (download)

src/pdb/pdb.c | 2 1 + 1 - 0 !
src/pdb/pdlow.c | 6 3 + 3 - 0 !
src/pdb/pdrdwr.c | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

---
qt5.patch | (download)

config/ax_have_qt.m4 | 4 2 + 2 - 0 !
tools/silex/SiloFile.cpp | 20 10 + 10 - 0 !
tools/silex/SiloObjectView.cpp | 8 4 + 4 - 0 !
tools/silex/SiloView.cpp | 4 2 + 2 - 0 !
tools/silex/main.cpp | 13 7 + 6 - 0 !
5 files changed, 25 insertions(+), 24 deletions(-)

 patch needed for qt5 support.
Last-Updated: 2014-09-08
remove mpiposix.patch | (download)

src/hdf5_drv/silo_hdf5.c | 22 3 + 19 - 0 !
1 file changed, 3 insertions(+), 19 deletions(-)

---
version number.patch | (download)

VERSION | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix reported version number
Last-Updated: 2015-09-08