Skip to content

Commit 12c9efc

Browse files
committed
Need to install cwipc 3rd party packages on macos.
1 parent 6401cb6 commit 12c9efc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/setup_test_environment.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ if [ $(uname) = "Linux" ]; then
1212
bash installed/libexec/cwipc/scripts/install-3rdparty-ubuntu2404.sh
1313

1414
elif [ $(uname) = "Darwin" ]; then
15-
brew install libomp
16-
brew link --force libomp
1715
mkdir -p installed
1816
curl -L -o cwipc-built.tar.gz https://github.com/cwi-dis/cwipc/releases/download/${cwipc_version_tag}/cwipc-macos-$(arch)-built-${cwipc_version_tag}.tar.gz
1917
(cd installed && tar xfv ../cwipc-built.tar.gz)
18+
bash installed/libexec/cwipc/scripts/install-3rdparty-macos.sh
2019
elif false; then
2120
brew tap cwi-dis/cwipc
2221
# Workaround for git-lfs issue with brew install --head:

0 commit comments

Comments
 (0)