Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
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
Container Registry
Model registry
Operate
Environments
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
Dynare
preprocessor
Commits
f5760c33
Verified
Commit
f5760c33
authored
4 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
CI: on macOS, enforce flex and bison from Homebrew
parent
6efad144
No related branches found
No related tags found
No related merge requests found
Pipeline
#4685
passed
4 years ago
Stage: build
Stage: prepare
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
f5760c33
...
...
@@ -93,7 +93,7 @@ build_macOS:
-
macOS
script
:
-
autoreconf -si
-
'
./configure
CXX=g++-10
CXXFLAGS=-static-libgcc'
-
'
./configure
CXX=g++-10
CXXFLAGS=-static-libgcc
LEX=/usr/local/opt/flex/bin/flex
YACC=/usr/local/opt/bison/bin/bison
'
-
make -j$(nproc)
-
strip src/dynare-preprocessor
-
mkdir -p bin
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
bfc002a0
·
4 years ago
mentioned in commit
bfc002a0
mentioned in commit bfc002a054ad44449671ef2bc54d5fe9f2202138
Toggle commit list
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