Merge branch 'linker-issue-macos' of git.dynare.org:wmutschl/dynare

Ref. !2194
kalman-mex
Sébastien Villemot 2023-10-11 09:35:05 -04:00
commit cfb8a1d15a
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Meson native file for compiling under Homebrew
# Meson native file for compiling under Homebrew / x86_64
[binaries]
cpp = 'g++-13'
@ -8,4 +8,8 @@ bison = '/usr/local/opt/bison/bin/bison'
[built-in options]
cpp_args = [ '-I/usr/local/include', '-B', '/usr/local/lib' ]
#fortran_args = [ '-B', '/Users/sebastien/slicot' ]
# XCode 15 (on Ventura and Sonoma) has a linker issue, see https://github.com/mesonbuild/meson/issues/12282, workaround is to use ld_classic
cpp_link_args = [ '-Wl,-ld_classic' ]
c_link_args = [ '-Wl,-ld_classic' ]
fortran_link_args = [ '-Wl,-ld_classic' ]
#fortran_args = [ '-B', '/Users/sebastien/slicot' ]