Skip to content

Commit 71db37e

Browse files
committed
fixes for mac os
1 parent ee0845a commit 71db37e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

util/installation/osx/common/package_list_required

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
tbb
22
libomp
3+
open-mpi
34
45
wget
6+
cmake
57
ninja
68
bash
79
qt@5
8-
gcc@11

util/installation/osx/common/prerequisites.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ else
8585
fi
8686

8787
# install old brew formulae from source and pin them
88-
brew install -s $BDM_PROJECT_DIR/third_party/brew_formulae/open-mpi.rb
89-
brew pin open-mpi
9088
brew remove cmake
9189
brew install -s $BDM_PROJECT_DIR/third_party/brew_formulae/cmake.rb
9290
brew pin cmake

0 commit comments

Comments
 (0)