Skip to content

Commit 8020eb1

Browse files
authored
Move libomp script to monterey (GraphBLAS#117)
1 parent 70fe204 commit 8020eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

add_arm_to_libomp_dylib.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ mkdir armlib
2727

2828
# download and unzip both x86 and arm libomp tarballs
2929
#brew fetch --retry --force --bottle-tag=x86_64_monterey libomp
30-
brew fetch --retry --force --bottle-tag=arm64_big_sur libomp
30+
brew fetch --retry --force --bottle-tag=arm64_monterey libomp
3131

3232
# untar
3333
#tar -xzf $(brew --cache --bottle-tag=x86_64_monterey libomp) --strip-components 2 -C x86lib
34-
tar -xzf $(brew --cache --bottle-tag=arm64_big_sur libomp) --strip-components 2 -C armlib
34+
tar -xzf $(brew --cache --bottle-tag=arm64_monterey libomp) --strip-components 2 -C armlib
3535

3636
# ARM and x86 dylibs have different install names due to different brew install directories.
3737
# The x86 install name will be expected so make the ARM install name match.

0 commit comments

Comments
 (0)