Package: sundials / 4.1.0+dfsg-4

Metadata

Package Version Patches format
sundials 4.1.0+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0003 PETSc is now findable by CMake.patch | (download)

CMakeLists.txt | 12 7 + 5 - 0 !
config/FindPETSc.cmake | 57 19 + 38 - 0 !
config/SundialsPETSc.cmake | 73 0 + 73 - 0 !
3 files changed, 26 insertions(+), 116 deletions(-)

 petsc is now findable by cmake


0002 Fix library paths for multiarch.patch | (download)

CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix library paths for multiarch


test sunmatrix sparse tolerance.patch | (download)

examples/sunmatrix/sparse/test_sunmatrix_sparse.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase numerical tolerance for some tests
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

0004 Fix typo causing pthreads not to be built.patch | (download)

src/nvector/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix typo causing pthreads not to be built


0005 Use python3 rather than python 2.patch | (download)

examples/arkode/CXX_parallel/plot_heat2D.py | 2 1 + 1 - 0 !
examples/arkode/CXX_serial/plot_sol.py | 2 1 + 1 - 0 !
examples/arkode/C_openmp/plot_brusselator1D.py | 2 1 + 1 - 0 !
examples/arkode/C_serial/plot_brusselator1D.py | 2 1 + 1 - 0 !
examples/arkode/C_serial/plot_brusselator1D_FEM.py | 2 1 + 1 - 0 !
examples/arkode/C_serial/plot_heat1D.py | 2 1 + 1 - 0 !
examples/arkode/C_serial/plot_heat1D_adapt.py | 2 1 + 1 - 0 !
examples/arkode/C_serial/plot_sol.py | 2 1 + 1 - 0 !
examples/arkode/C_serial/plot_sol_log.py | 2 1 + 1 - 0 !
examples/arkode/F90_parallel/plot_heat2D.py | 2 1 + 1 - 0 !
examples/arkode/F90_serial/plot_brusselator1D_FEM.py | 2 1 + 1 - 0 !
examples/arkode/F90_serial/plot_sol.py | 2 1 + 1 - 0 !
test/testRunner | 2 1 + 1 - 0 !
13 files changed, 13 insertions(+), 13 deletions(-)

 use python3 rather than python(2)