Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
122
Issues
122
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dynare
dynare
Commits
e7843e34
Commit
e7843e34
authored
Dec 14, 2010
by
Houtan Bastani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify configure script to show Kalman Steady State seperately from other mex files
parent
e826fb82
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
19 deletions
+21
-19
mex/build/matlab/Makefile.am
mex/build/matlab/Makefile.am
+4
-4
mex/build/matlab/configure.ac
mex/build/matlab/configure.ac
+6
-6
mex/build/octave/Makefile.am
mex/build/octave/Makefile.am
+5
-3
mex/build/octave/configure.ac
mex/build/octave/configure.ac
+6
-6
No files found.
mex/build/matlab/Makefile.am
View file @
e7843e34
...
...
@@ -4,15 +4,15 @@ ACLOCAL_AMFLAGS = -I ../../../m4
if
DO_SOMETHING
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ logposterior logMHMCMCposterior
if
HAVE_GSL
SUBDIRS
+=
swz
endif
# libslicot must come before kalman_steady_state
if
HAVE_FORT
SUBDIRS
+=
libslicot kalman_steady_state
endif
if
HAVE_GSL
SUBDIRS
+=
swz
endif
if
HAVE_M2HTML
html-local
:
echo
"addpath
${M2HTML}
"
>
run_m2html.m
...
...
mex/build/matlab/configure.ac
View file @
e7843e34
...
...
@@ -96,9 +96,9 @@ else
fi
if test "x$ax_enable_matlab" = "xyes" -a "x$ax_matlab_version_ok" = "xyes" -a "x$ax_mexopts_ok" = "xyes" -a "x$F77" != "x"; then
BUILD_
LIBSLICOT
_MATLAB="yes"
BUILD_
KALMAN_STEADY_STATE
_MATLAB="yes"
else
BUILD_
LIBSLICOT_MATLAB="no (missing Fortran Compiler
)"
BUILD_
KALMAN_STEADY_STATE_MATLAB="no (missing Fortran Compiler for compilation of libslicot
)"
fi
AC_ARG_ENABLE([openmp], AS_HELP_STRING([--enable-openmp], [use OpenMP for parallelization of some MEX files]), [
...
...
@@ -124,10 +124,10 @@ AC_MSG_NOTICE([
Dynare is now configured for building the following components...
Binaries (with "make"):
MEX files for MATLAB (except SWZ): $BUILD_MEX_MATLAB
Libslicot library: $BUILD_LIBSLICOT
_MATLAB
SWZ MEX files for MATLAB: $BUILD_SWZ_MEX
_MATLAB
M2HTML documentation: $BUILD_M2HTML
MEX files for MATLAB (except SWZ
and Kalman Steady State
): $BUILD_MEX_MATLAB
SWZ MEX files for MATLAB: $BUILD_SWZ_MEX
_MATLAB
Kalman Steady State MEX file for MATLAB: $BUILD_KALMAN_STEADY_STATE
_MATLAB
M2HTML documentation:
$BUILD_M2HTML
])
...
...
mex/build/octave/Makefile.am
View file @
e7843e34
...
...
@@ -4,13 +4,15 @@ ACLOCAL_AMFLAGS = -I ../../../m4
if
DO_SOMETHING
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ qzcomplex ordschur
if
HAVE_GSL
SUBDIRS
+=
swz
endif
# libslicot must come before kalman_steady_state
if
HAVE_FORT
SUBDIRS
+=
libslicot kalman_steady_state
endif
if
HAVE_GSL
SUBDIRS
+=
swz
endif
if
HAVE_MATIO
SUBDIRS
+=
logposterior logMHMCMCposterior
endif
...
...
mex/build/octave/configure.ac
View file @
e7843e34
...
...
@@ -91,9 +91,9 @@ else
fi
if test "x$MKOCTFILE" != "x" -a "x$F77" != "x"; then
BUILD_
LIBSLICOT
_OCTAVE="yes"
BUILD_
KALMAN_STEADY_STATE
_OCTAVE="yes"
else
BUILD_
LIBSLICOT_OCTAVE="no (missing Fortran Compiler
)"
BUILD_
KALMAN_STEADY_STATE_OCTAVE="no (missing Fortran Compiler for compilation of libslicot
)"
fi
AC_ARG_ENABLE([openmp], AS_HELP_STRING([--enable-openmp], [use OpenMP for parallelization of some MEX files]), [
...
...
@@ -109,10 +109,10 @@ AC_MSG_NOTICE([
Dynare is now configured for building the following components...
Binaries (with "make"):
MEX files for Octave (except SWZ): $BUILD_MEX_OCTAVE
Libslicot library: $BUILD_LIBSLICOT
_OCTAVE
SWZ MEX files for Octave: $BUILD_SWZ_MEX
_OCTAVE
Estimation MEX for Octave: $BUILD_ESTIMATION_MEX_OCTAVE
MEX files for Octave (except SWZ
and Kalman Steady State
): $BUILD_MEX_OCTAVE
SWZ MEX files for Octave: $BUILD_SWZ_MEX
_OCTAVE
Kalman Steady State MEX file for Octave: $BUILD_KALMAN_STEADY_STATE
_OCTAVE
Estimation MEX for Octave:
$BUILD_ESTIMATION_MEX_OCTAVE
])
...
...
Write
Preview
Markdown
is supported
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