File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1919echo $OS
2020if [[ $ARCH == ' aarch64' ]]
2121then
22- # install libarmpl
2322 wget https://developer.arm.com/-/cdn-downloads/permalink/Arm-Performance-Libraries/Version_24.10/arm-performance-libraries_24.10_deb_gcc.tar
2423 tar -xf arm-performance-libraries_24.10_deb_gcc.tar
2524 sudo ./arm-performance-libraries_24.10_deb/arm-performance-libraries_24.10_deb.sh --accept --install-to armpl
2625 sudo rm -rf arm-performance-libraries_24.10_deb_gcc.tar
26+ # install libarmpl
27+ elif [[ $OS == ' macos' ]]
28+ then
29+ wget https://developer.arm.com/-/cdn-downloads/permalink/Arm-Performance-Libraries/Version_24.10/arm-performance-libraries_24.10_macOS.tgz
30+ tar zxvf arm-performance-libraries_24.10_macOS.tgz
31+ hdiutil attach armpl_24.10_flang-new_clang_19.dmg
32+ /Volumes/armpl_24.10_flang-new_clang_19_installer/armpl_24.10_flang-new_clang_19_install.sh -y --install-to armpl
2733fi
34+
2835SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
2936
3037cd $SCRIPT_DIR
You can’t perform that action at this time.
0 commit comments