Skip to content

Commit d90e61f

Browse files
committed
Use Apple Silicon Houdini Downloads and Houdini tbb instead of homebrew tbb
Signed-off-by: Dan Bailey <[email protected]>
1 parent cd17db1 commit d90e61f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/houdini.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
-DDISABLE_CMAKE_SEARCH_PATHS=ON \
176176
-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON \
177177
-DUSE_EXPLICIT_INSTANTIATION=OFF \
178+
-DTbb_INCLUDE_DIR=$HOME/houdini_install/hou/Frameworks/Houdini.framework/Versions/Current/Resources/toolkit/include/tbb \
178179
-DLLVM_DIR=/opt/homebrew/opt/llvm@15/lib/cmake/llvm \
179180
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \
180181
\"

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
id: timestamp
128128
run: echo "timestamp=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
129129
- name: download_houdini
130-
run: ./ci/download_houdini.sh 20.0 macosx_x86_64_clang12.0_11 --prod
130+
run: ./ci/download_houdini.sh 20.0 macosx_arm64_clang14.0_13 --prod
131131
- name: install_houdini
132132
run: |
133133
mkdir $HOME/houdini_install

0 commit comments

Comments
 (0)