Skip to content
Snippets Groups Projects
Commit 54d28d65 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

add new submodule: jsonlab

parent 62e55f90
No related branches found
No related tags found
No related merge requests found
...@@ -26,4 +26,7 @@ ...@@ -26,4 +26,7 @@
branch = old-oop-style branch = old-oop-style
[submodule "matlab/modules/reporting"] [submodule "matlab/modules/reporting"]
path = matlab/modules/reporting path = matlab/modules/reporting
url = https://github.com/DynareTeam/reporting.git url = https://github.com/DynareTeam/reporting.git
\ No newline at end of file [submodule "contrib/jsonlab"]
path = contrib/jsonlab
url = https://github.com/fangq/jsonlab.git
...@@ -44,6 +44,8 @@ dist-hook: ...@@ -44,6 +44,8 @@ dist-hook:
install-exec-local: install-exec-local:
$(MKDIR_P) $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode $(MKDIR_P) $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode
cp -r contrib/ms-sbvar/TZcode/MatlabFiles $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode cp -r contrib/ms-sbvar/TZcode/MatlabFiles $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode
$(MKDIR_P) $(DESTDIR)$(pkglibdir)/contrib/jsonlab
cp -r contrib/jsonlab $(DESTDIR)$(pkglibdir)/contrib/jsonlab
cp -r examples $(DESTDIR)$(pkglibdir) cp -r examples $(DESTDIR)$(pkglibdir)
cp -r matlab $(DESTDIR)$(pkglibdir) cp -r matlab $(DESTDIR)$(pkglibdir)
rm -rf $(DESTDIR)$(pkglibdir)/matlab/preprocessor* rm -rf $(DESTDIR)$(pkglibdir)/matlab/preprocessor*
......
Subproject commit 31b5bdc283f54733dca6352c760cd363878886e1
...@@ -263,6 +263,10 @@ Copyright: 2009 John Burkardt ...@@ -263,6 +263,10 @@ Copyright: 2009 John Burkardt
2010-2011 Dynare Team 2010-2011 Dynare Team
License: LGPL-3+ License: LGPL-3+
Files: contrib/jsonlab
Copyright: 2011-2017 Qianqian Fang <q.fang at neu.edu>
License: BSD or GPL-3+
Files: contrib/ms-sbvar/utilities_dw/* Files: contrib/ms-sbvar/utilities_dw/*
Copyright: 1996-2011 Daniel Waggoner Copyright: 1996-2011 Daniel Waggoner
License: GPL-3+ License: GPL-3+
......
...@@ -54,6 +54,7 @@ p = {'/distributions/' ; ... ...@@ -54,6 +54,7 @@ p = {'/distributions/' ; ...
'/ms-sbvar/' ; ... '/ms-sbvar/' ; ...
'/ms-sbvar/identification/' ; ... '/ms-sbvar/identification/' ; ...
'/../contrib/ms-sbvar/TZcode/MatlabFiles/' ; ... '/../contrib/ms-sbvar/TZcode/MatlabFiles/' ; ...
'/../contrib/jsonlab/' ; ...
'/parallel/' ; ... '/parallel/' ; ...
'/particles/src' ; ... '/particles/src' ; ...
'/gsa/' ; ... '/gsa/' ; ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment