Skip to content

Commit

Permalink
Merge pull request #46 from traversaro/enableaceosxarm64
Browse files Browse the repository at this point in the history
Enable ACE dependency on osx-arm64
  • Loading branch information
traversaro authored Jun 16, 2024
2 parents 957acff + bd501b8 commit a557db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions recipe/build_cxx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ if [[ "${target_platform}" == osx-* ]]; then
CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"
fi

# On osx-arm64, we do not have ACE
# See https://github.com/conda-forge/ace-feedstock/issues/29
if [[ "${target_platform}" == "osx-arm64" ]]; then
export CMAKE_ARGS="${CMAKE_ARGS} -DSKIP_ACE:BOOL=ON"
fi

mkdir build
cd build

Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source:
- 3109bis.patch

build:
number: 4
number: 5

outputs:
- name: {{ namecxx }}
Expand Down Expand Up @@ -49,7 +49,7 @@ outputs:
- ycm-cmake-modules

host:
- ace # [not osx or not arm64]
- ace
- tinyxml
- eigen
- sdl
Expand Down

0 comments on commit a557db3

Please sign in to comment.