Skip to content

Commit

Permalink
Merge pull request #1509 from su2code/upgrade_meson
Browse files Browse the repository at this point in the history
Upgrade to meson 0.61.1
  • Loading branch information
pcarruscag authored Jan 21, 2022
2 parents 83d232b + 6d560d2 commit 4965cf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion externals/cgns/hdf5/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
'-Wno-unused-variable',
'-Wno-unused-but-set-variable',
'-Wno-sign-compare',
'-Wno-stringop-overflow',
'-Wno-stringop-overflow',
'-Wno-discarded-qualifiers',
'-Wno-error=maybe-uninitialized',
'-Wno-error=unused-function',
Expand Down
2 changes: 1 addition & 1 deletion externals/cgns/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cgns_include = include_directories('adf', 'adfh', './')
lib_cgns = static_library('cgns',
cgns_sources,
install : false,
dependencies : hdf5_dep,
dependencies : hdf5_dep,
c_args: cgns_default_warnings)

cgns_dep = declare_dependency(link_with: lib_cgns,
Expand Down
2 changes: 1 addition & 1 deletion externals/meson
Submodule meson updated 2940 files
2 changes: 1 addition & 1 deletion meson_scripts/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def init_submodules(method = 'auto'):
github_repo_medi = 'https://github.com/SciCompKL/MeDiPack'
sha_version_opdi = '6fb2691b8e4a8f00f47d2a27740fa890df0b5405'
github_repo_opdi = 'https://github.com/SciCompKL/OpDiLib'
sha_version_meson = '29ef4478df6d3aaca40c7993f125b29409be1de2'
sha_version_meson = '41c650a040d50e0912d268af7a903a9ce1456dfa'
github_repo_meson = 'https://github.com/mesonbuild/meson'
sha_version_ninja = '52649de2c56b63f42bc59513d51286531c595b44'
github_repo_ninja = 'https://github.com/ninja-build/ninja'
Expand Down

0 comments on commit 4965cf4

Please sign in to comment.