We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5652574 commit 73d9f2eCopy full SHA for 73d9f2e
.github/workflows/dependencies-macos.sh
@@ -2,7 +2,9 @@
2
3
set -eu -o pipefail
4
5
-brew install open-mpi autoconf automake libtool
+export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=FALSE
6
+
7
+brew install open-mpi automake
8
9
# libfabric
10
wget https://github.com/ofiwg/libfabric/archive/refs/tags/v1.15.2.tar.gz
0 commit comments