add new submodule: jsonlab

time-shift
houtanb 2017-06-22 16:34:52 +02:00
parent 62e55f9011
commit 54d28d65da
5 changed files with 12 additions and 1 deletions

5
.gitmodules vendored
View File

@ -26,4 +26,7 @@
branch = old-oop-style
[submodule "matlab/modules/reporting"]
path = matlab/modules/reporting
url = https://github.com/DynareTeam/reporting.git
url = https://github.com/DynareTeam/reporting.git
[submodule "contrib/jsonlab"]
path = contrib/jsonlab
url = https://github.com/fangq/jsonlab.git

View File

@ -44,6 +44,8 @@ dist-hook:
install-exec-local:
$(MKDIR_P) $(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 matlab $(DESTDIR)$(pkglibdir)
rm -rf $(DESTDIR)$(pkglibdir)/matlab/preprocessor*

1
contrib/jsonlab Submodule

@ -0,0 +1 @@
Subproject commit 31b5bdc283f54733dca6352c760cd363878886e1

View File

@ -263,6 +263,10 @@ Copyright: 2009 John Burkardt
2010-2011 Dynare Team
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/*
Copyright: 1996-2011 Daniel Waggoner
License: GPL-3+

View File

@ -54,6 +54,7 @@ p = {'/distributions/' ; ...
'/ms-sbvar/' ; ...
'/ms-sbvar/identification/' ; ...
'/../contrib/ms-sbvar/TZcode/MatlabFiles/' ; ...
'/../contrib/jsonlab/' ; ...
'/parallel/' ; ...
'/particles/src' ; ...
'/gsa/' ; ...