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
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
dynare
Commits
7738ea0a
Verified
Commit
7738ea0a
authored
4 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
macOS: use GCC 10 for building, since GCC 9 is no longer in Homebrew
parent
f31aefcc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#4111
canceled
4 years ago
Stage: build
Stage: test_and_pkg
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
macOS/build.sh
+2
-2
2 additions, 2 deletions
macOS/build.sh
preprocessor
+1
-1
1 addition, 1 deletion
preprocessor
with
3 additions
and
3 deletions
macOS/build.sh
+
2
−
2
View file @
7738ea0a
...
...
@@ -22,8 +22,8 @@ set -ex
ROOTDIR
=
$(
pwd
)
/..
# Set the compilers
CC
=
gcc-
9
CXX
=
g++-
9
CC
=
gcc-
10
CXX
=
g++-
10
# Set the number of threads
NTHREADS
=
$(
nproc
)
...
...
This diff is collapsed.
Click to expand it.
preprocessor
@
64ebb362
Compare
c6ad212c
...
64ebb362
Subproject commit
c6ad212c8a068f68b12b161b7d0301c3ef1619a9
Subproject commit
64ebb3629080fa7f8542f6805478911d1fae15f2
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
a4fe00e4
·
4 years ago
mentioned in commit
a4fe00e4
mentioned in commit a4fe00e4f04708691056afd2cf745a0308c5881f
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