Skip to content

Commit

Permalink
Specify zmq and boost locations when the CI job system is using brew …
Browse files Browse the repository at this point in the history
…(macOS)
  • Loading branch information
nightlark committed Aug 30, 2024
1 parent adb4691 commit 2a1714f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:

- name: Configure ns-3
run: |
command -v brew && EXTRA_OPTS="--with-zmq=$(brew --prefix) --boost-includes=$(brew --prefix)/include --boost-libs=$(brew --prefix)/lib" || EXTRA_OPTS=""
set -o pipefail
./waf configure --disable-werror --with-helics=/usr/local --enable-modules=helics --enable-examples --enable-tests | tee gha_waf_configure.log
./waf configure --disable-werror --with-helics=/usr/local $EXTRA_OPTS --enable-modules=helics --enable-examples --enable-tests | tee gha_waf_configure.log
! grep -Fq "HELICS not enabled" gha_waf_configure.log
- name: Build ns-3
Expand Down

0 comments on commit 2a1714f

Please sign in to comment.