[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#598227: Freeze exception for Octave



Hi, 

in order to fix #598227 (http://bugs.debian.org/598227), I would like to
upload octave with the attached patch (it adds /usr/include/mpi to the
include path used by mkoctfile, the script used for generating 'addons'
for Octave). It shouldn't have any influence on other packages.

Post-Squeeze, Octave will switch to only use the serial version of hdf5,
but I'm reluctant to make this change now.

Are you guys okay with the patch?

Thanks
	Thomas
--- a/mkoctfile.in
+++ b/mkoctfile.in
@@ -78,7 +78,7 @@
 : ${CXXFLAGS=%OCTAVE_CONF_CXXFLAGS%}
 : ${CXXPICFLAG=%OCTAVE_CONF_CXXPICFLAG%}
 : ${XTRA_CFLAGS=%OCTAVE_CONF_XTRA_CFLAGS%}
-: ${XTRA_CXXFLAGS=%OCTAVE_CONF_XTRA_CXXFLAGS%}
+: ${XTRA_CXXFLAGS=-I/usr/include/mpi %OCTAVE_CONF_XTRA_CXXFLAGS%}
 
 : ${DEPEND_FLAGS=%OCTAVE_CONF_DEPEND_FLAGS%}
 : ${DEPEND_EXTRA_SED_PATTERN=%OCTAVE_CONF_DEPEND_EXTRA_SED_PATTERN%}

Reply to: