Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
e48f5350
Commit
e48f5350
authored
Sep 19, 2012
by
Houtan Bastani
Browse files
bug fix: ms_sbvar requires matio under octave but configure output doesn't state that it's missing.
parent
59a3db05
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/build/octave/configure.ac
View file @
e48f5350
...
@@ -93,10 +93,10 @@ else
...
@@ -93,10 +93,10 @@ else
BUILD_KALMAN_STEADY_STATE_OCTAVE="no (missing SLICOT)"
BUILD_KALMAN_STEADY_STATE_OCTAVE="no (missing SLICOT)"
fi
fi
if test "x$MKOCTFILE" != "x" -a "x$has_gsl" = "xyes"; then
if test "x$MKOCTFILE" != "x" -a "x$has_gsl" =
"xyes" -a "x$ac_cv_header_matio_h" = "xyes" -a "x$ac_cv_lib_matio_Mat_Open" =
"xyes"; then
BUILD_MS_SBVAR_MEX_OCTAVE="yes"
BUILD_MS_SBVAR_MEX_OCTAVE="yes"
else
else
BUILD_MS_SBVAR_MEX_OCTAVE="no (missing GSL)"
BUILD_MS_SBVAR_MEX_OCTAVE="no (missing GSL
or MatIO library
)"
fi
fi
AC_ARG_ENABLE([openmp], AS_HELP_STRING([--enable-openmp], [use OpenMP for parallelization of some MEX files]), [
AC_ARG_ENABLE([openmp], AS_HELP_STRING([--enable-openmp], [use OpenMP for parallelization of some MEX files]), [
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment