From dc696d6b4254554d6ecb9535fa2e9d81ea5a6f81 Mon Sep 17 00:00:00 2001 From: Yatish Turakhia Date: Tue, 21 May 2024 21:23:06 -0700 Subject: [PATCH] Update installMacOS.sh --- install/installMacOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/installMacOS.sh b/install/installMacOS.sh index 2d0d6364..98a46404 100755 --- a/install/installMacOS.sh +++ b/install/installMacOS.sh @@ -1,4 +1,4 @@ -brew install cmake boost protobuf wget rsync openmpi libtool automake autoconf nasm gcc +brew install cmake boost protobuf wget rsync openmpi libtool automake autoconf nasm wget https://github.com/intel/isa-l/archive/refs/tags/v2.30.0.tar.gz tar -xvf v2.30.0.tar.gz pushd isa-l-2.30.0