Skip to content

Commit b2bbeff

Browse files
authored
Apply suggestions from code review
1 parent ed7981b commit b2bbeff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- os_bin: macos64-mpi
2424
flags: '-Dcustom-mpi=true --cross-file=/hostfiles/hostfile_darwin_mpi'
2525
- os_bin: linux64
26-
flags: '-Dwith-mpi=disabled --cross-file=/hostfiles/hostfile_linux'
26+
flags: '-Dwith-mpi=disabled -Dstatic-cgns-deps=true --cross-file=/hostfiles/hostfile_linux'
2727
- os_bin: linux64-mpi
28-
flags: '-Dcustom-mpi=true -Dstatic-cgns-deps=true --cross-file=/hostfiles/hostfile_linux_mpi'
28+
flags: '-Dcustom-mpi=true --cross-file=/hostfiles/hostfile_linux_mpi'
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Cache Object Files

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,5 +306,5 @@ if get_option('enable-librom')
306306
endif
307307

308308
if get_option('enable-pywrapper') and get_option('enable-cgns') and not get_option('static-cgns-deps')
309-
message(''' WARNING: If compilation fails with a message regarding "static linkage of dynamic object", reconfigure with option -Dstatic-cgns-deps=true.''')
309+
message(''' WARNING: If compilation fails with a message regarding "attempted static link of dynamic object", reconfigure with option -Dstatic-cgns-deps=true.''')
310310
endif

0 commit comments

Comments
 (0)