We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6401cb6 commit 12c9efcCopy full SHA for 12c9efc
1 file changed
tests/setup_test_environment.sh
@@ -12,11 +12,10 @@ if [ $(uname) = "Linux" ]; then
12
bash installed/libexec/cwipc/scripts/install-3rdparty-ubuntu2404.sh
13
14
elif [ $(uname) = "Darwin" ]; then
15
- brew install libomp
16
- brew link --force libomp
17
mkdir -p installed
18
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
19
(cd installed && tar xfv ../cwipc-built.tar.gz)
+ bash installed/libexec/cwipc/scripts/install-3rdparty-macos.sh
20
elif false; then
21
brew tap cwi-dis/cwipc
22
# Workaround for git-lfs issue with brew install --head:
0 commit comments