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
8f516b83
Verified
Commit
8f516b83
authored
4 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
macOS package: fixes related to flex and bison in Homebrew
(manually cherry picked from commit
80460af6
)
parent
80717ed4
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
macOS/build.sh
+2
-0
2 additions, 0 deletions
macOS/build.sh
preprocessor
+1
-1
1 addition, 1 deletion
preprocessor
with
4 additions
and
2 deletions
README.md
+
1
−
1
View file @
8f516b83
...
...
@@ -348,5 +348,5 @@ folder where you want Dynare installed.
- `make -j`
- **(Optional)** To then build mex files for Octave, run
- `cd mex/build/octave`
- `CC=gcc-9 CXX=g++-9 ./configure --with-matio=/usr/local --with-gsl=/usr/local --with-slicot=/usr/local LDFLAGS=-L/usr/local/lib`
- `CC=gcc-9 CXX=g++-9 ./configure --with-matio=/usr/local --with-gsl=/usr/local --with-slicot=/usr/local LDFLAGS=-L/usr/local/lib
LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
`
- `make -j`
This diff is collapsed.
Click to expand it.
macOS/build.sh
+
2
−
0
View file @
8f516b83
...
...
@@ -69,6 +69,8 @@ CC=$CC CXX=$CXX ./configure \
PACKAGE_STRING
=
"dynare
$VERSION
"
\
CXXFLAGS
=
-I
/usr/local/include
\
LDFLAGS
=
-static-libgcc
\
LEX
=
/usr/local/opt/flex/bin/flex
\
YACC
=
/usr/local/opt/bison/bin/bison
\
--with-gsl
=
"
$LIB64
"
/gsl
\
--with-matio
=
"
$LIB64
"
/matio
\
--with-slicot
=
"
$LIB64
"
/Slicot/with-underscore
\
...
...
This diff is collapsed.
Click to expand it.
preprocessor
@
bfc002a0
Compare
5365cc3b
...
bfc002a0
Subproject commit
5365cc3b86e0cb447d7c10d1b1ba83d1914dec74
Subproject commit
bfc002a054ad44449671ef2bc54d5fe9f2202138
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