Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
a922505b
Unverified
Commit
a922505b
authored
Nov 13, 2020
by
Sébastien Villemot
Browse files
Another fix for Fedora, needed for building MEX for Octave
parent
74d7c8a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
mex/build/octave/configure.ac
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"
...
...
windows/deps/mkoctfile64
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
=
""
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment