We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245df9e commit 6be5527Copy full SHA for 6be5527
.github/workflows/dependencies-macos.sh
@@ -4,6 +4,8 @@ set -eu -o pipefail
4
5
brew install open-mpi automake m4 libtool
6
7
+export CMAKE_POLICY_VERSION_MINIMUM=3.5
8
+
9
# libfabric
10
wget https://github.com/ofiwg/libfabric/archive/refs/tags/v1.15.2.tar.gz
11
tar xf v1.15.2.tar.gz
0 commit comments