Skip to content

Commit

Permalink
Merge pull request #935 from ursg/appleM1BoostVersion
Browse files Browse the repository at this point in the history
Update appleM1 CI build boost version.
  • Loading branch information
ursg authored Mar 8, 2024
2 parents 2c5dde9 + 339c733 commit b7aff53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
- name: Install boost
run: |
brew install boost
ln -s /opt/homebrew/Cellar/boost/* /opt/homebrew/Cellar/boost/latest
- name: Download libraries
uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions MAKE/Makefile.appleM1
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ LIB_MPI =

LIBRARY_PREFIX = ${GITHUB_WORKSPACE}/libraries-appleM1

INC_BOOST = -I /opt/homebrew/Cellar/boost/1.83.0/include
LIB_BOOST = -L /opt/homebrew/Cellar/boost/1.83.0/lib -lboost_program_options
INC_BOOST = -I /opt/homebrew/Cellar/boost/latest/include
LIB_BOOST = -L /opt/homebrew/Cellar/boost/latest/lib -lboost_program_options

INC_JEMALLOC = -I $(LIBRARY_PREFIX)/include
LIB_JEMALLOC = $(LIBRARY_PREFIX)/lib/libjemalloc.a
Expand Down

0 comments on commit b7aff53

Please sign in to comment.