Package: octave-msh / 1.0.10-12

Metadata

Package Version Patches format
octave-msh 1.0.10-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add gmsh4 support.patch | (download)

inst/msh2m_gmsh.m | 4 2 2 - 0 !
inst/msh3m_gmsh.m | 4 2 2 - 0 !
2 files changed, 4 insertions( ), 4 deletions(-)

 force usage of old mesh format since gmsh 4 uses new by default
configure script source.patch | (download)

src/configure.ac | 18 18 0 - 0 !
1 file changed, 18 insertions( )

 add source for configure script, taken from svn
continuation lines.patch | (download)

inst/msh2m_structured_mesh.m | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 use three periods instead of backslash as continuation lines
skip dolfin tests.patch | (download)

src/mshm_dolfin_read.cc | 2 1 1 - 0 !
src/mshm_dolfin_write.cc | 2 1 1 - 0 !
src/mshm_refine.cc | 2 1 1 - 0 !
3 files changed, 3 insertions( ), 3 deletions(-)

 skip the unit tests related to the dolfin library
build against octave 6.patch | (download)

inst/msh2m_gmsh.m | 6 3 3 - 0 !
inst/msh2m_submesh.m | 2 1 1 - 0 !
inst/msh3m_gmsh.m | 4 2 2 - 0 !
3 files changed, 6 insertions( ), 6 deletions(-)

 fix ftbfs against octave 6.1
 Replace calls to the deprecated function tmpnam with tempname.