Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions base/cmake_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ build_stages:
mkdir -p _build
cd _build

- when: platform == 'Darwin'
name: fix_deployment_target
after: prologue
before: configure
handler: bash
bash: |
unset MACOSX_DEPLOYMENT_TARGET

- name: configure
after: setup_builddir
debug: {{debug}}
Expand Down
1 change: 1 addition & 0 deletions pkgs/parmetis/parmetis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ build_stages:
handler: bash
bash: |
CMAKE_FLAGS="${CMAKE_FLAGS} -DCMAKE_MACOSX_RPATH:BOOL=ON"
unset MACOSX_DEPLOYMENT_TARGET

- name: configure
after: cmake-flags
Expand Down