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
a922505b
Verified
Commit
a922505b
authored
4 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Another fix for Fedora, needed for building MEX for Octave
parent
74d7c8a7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#4377
passed
4 years ago
Stage: build
Stage: test
Stage: pkg
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mex/build/octave/configure.ac
+3
-1
3 additions, 1 deletion
mex/build/octave/configure.ac
windows/deps/mkoctfile64
+2
-0
2 additions, 0 deletions
windows/deps/mkoctfile64
with
5 additions
and
1 deletion
mex/build/octave/configure.ac
+
3
−
1
View file @
a922505b
dnl Process this file with autoconf to produce a configure script.
dnl Copyright © 2009-20
19
Dynare Team
dnl Copyright © 2009-20
20
Dynare Team
dnl
dnl This file is part of Dynare.
dnl
...
...
@@ -27,6 +27,8 @@ test "$MKOCTFILE" = no && AC_MSG_ERROR([Octave cannot be found])
CC=$($MKOCTFILE -p CC)
CXX=$($MKOCTFILE -p CXX)
AR=$($MKOCTFILE -p AR)
RANLIB=$($MKOCTFILE -p RANLIB)
CFLAGS="$($MKOCTFILE -p CFLAGS) -Wall -Wno-parentheses"
FCFLAGS="$($MKOCTFILE -p FFLAGS) -Wall -std=gnu" # Override -std=legacy that is in FFLAGS in Octave 5
FFLAGS="$($MKOCTFILE -p FFLAGS) -Wall"
...
...
This diff is collapsed.
Click to expand it.
windows/deps/mkoctfile64
+
2
−
0
View file @
a922505b
...
...
@@ -65,6 +65,8 @@ fi
:
${
CXXPICFLAG
=
""
}
:
${
XTRA_CFLAGS
=
"-fopenmp"
}
:
${
XTRA_CXXFLAGS
=
"-fopenmp"
}
:
${
AR
=
"x86_64-w64-mingw32-ar"
}
:
${
RANLIB
=
"x86_64-w64-mingw32-ranlib"
}
:
${
DEPEND_FLAGS
=
"-M"
}
:
${
DEPEND_EXTRA_SED_PATTERN
=
""
}
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
e107e937
·
4 years ago
mentioned in commit
e107e937
mentioned in commit e107e93753331cec7465507b3986198d13f71717
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