Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
2ae88722
Verified
Commit
2ae88722
authored
5 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Build system + Windows/macOS package: provisions for Dynare++’s dynare_simul.m
parent
d0c70231
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dynare++/Makefile.am
+10
-0
10 additions, 0 deletions
dynare++/Makefile.am
macOS/build.sh
+2
-1
2 additions, 1 deletion
macOS/build.sh
windows/build.sh
+2
-2
2 additions, 2 deletions
windows/build.sh
windows/dynare.nsi
+3
-0
3 additions, 0 deletions
windows/dynare.nsi
with
17 additions
and
3 deletions
dynare++/Makefile.am
+
10
−
0
View file @
2ae88722
SUBDIRS
=
utils/cc sylv parser/cc tl doc integ kord src tests
EXTRA_DIST
=
dynare_simul
install-exec-local
:
$(
MKDIR_P
)
$(
DESTDIR
)$(
pkglibdir
)
/dynare++
cp
-r
dynare_simul/
*
$(
DESTDIR
)$(
pkglibdir
)
/dynare++
uninstall-local
:
rm
-rf
$(
DESTDIR
)$(
pkglibdir
)
/dynare++
This diff is collapsed.
Click to expand it.
macOS/build.sh
+
2
−
1
View file @
2ae88722
#!/usr/bin/env bash
# Copyright © 2019 Dynare Team
# Copyright © 2019
-2020
Dynare Team
#
# This file is part of Dynare.
#
...
...
@@ -125,6 +125,7 @@ cp -r "$ROOTDIR"/doc/manual/build/html "$PKGFILES"
cp
"
$ROOTDIR
"
/dynare++/doc/
*
.pdf
"
$PKGFILES
"
/doc/dynare++
cp
"
$ROOTDIR
"
/dynare++/src/dynare++
"
$PKGFILES
"
/dynare++
cp
"
$ROOTDIR
"
/dynare++/dynare_simul/dynare_simul.m
"
$PKGFILES
"
/dynare++
mkdir
-p
"
$PKGFILES
"
/matlab/modules/dseries/externals/x13/macOS/64
cp
-p
"
$ROOTDIR
"
/macOS/deps/lib64/x13as/x13as
"
$PKGFILES
"
/matlab/modules/dseries/externals/x13/macOS/64
...
...
This diff is collapsed.
Click to expand it.
windows/build.sh
+
2
−
2
View file @
2ae88722
...
...
@@ -5,7 +5,7 @@
# The binaries are cross compiled for Windows (32/64bits), Octave and MATLAB
# (all supported versions).
# Copyright © 2017-20
19
Dynare Team
# Copyright © 2017-20
20
Dynare Team
#
# This file is part of Dynare.
#
...
...
@@ -270,7 +270,7 @@ cp -pr examples "$ZIPDIR"
mkdir
-p
"
$ZIPDIR
"
/scripts
cp
-p
scripts/dynare.el
"
$ZIPDIR
"
/scripts
mkdir
"
$ZIPDIR
"
/dynare++
cp
-pr
dynare++/32-bit/ dynare++/64-bit/
"
$ZIPDIR
"
/dynare++
cp
-pr
dynare++/32-bit/ dynare++/64-bit/
dynare++/dynare_simul/dynare_simul.m
"
$ZIPDIR
"
/dynare++
mkdir
-p
"
$ZIPDIR
"
/doc/dynare++
mkdir
-p
"
$ZIPDIR
"
/doc/dynare-manual.html
cp
-pr
doc/manual/build/html/
*
"
$ZIPDIR
"
/doc/dynare-manual.html
...
...
This diff is collapsed.
Click to expand it.
windows/dynare.nsi
+
3
−
0
View file @
2ae88722
...
...
@@ -158,6 +158,9 @@ Section /o "Dynare++ (standalone executable)"
SetOutPath $INSTDIR\dynare++\64-bit
File ..\dynare++\64-bit\dynare++.exe
SetOutPath $INSTDIR\dynare++\
File ..\dynare++\dynare_simul\dynare_simul.m
SetOutPath $INSTDIR\doc\dynare++
File ..\dynare++\doc\*.pdf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment