Skip to content

Commit

Permalink
Update dependencies-macos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored Oct 30, 2023
1 parent 84f71a4 commit 150a3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ brew install open-mpi autoconf automake libtool ossp-uuid

# libfabric
wget https://github.com/ofiwg/libfabric/archive/refs/tags/v1.15.2.tar.gz
tar xf v1.12.1.tar.gz
cd libfabric-1.12.1
tar xf v1.15.2.tar.gz
cd libfabric-1.15.2
./autogen.sh
./configure --disable-usnic --disable-mrail --disable-rstream --disable-perf --disable-efa --disable-psm2 --disable-psm --disable-verbs --disable-shm --disable-static --disable-silent-rules
make -j2 && sudo make install
Expand Down

0 comments on commit 150a3bb

Please sign in to comment.