Skip to content

Commit e8a80e0

Browse files
committed
Add libstdc++-static to Fedora build dependencies
The libstdc++-static package is required for building Monarch on Fedora systems. Without this package, the build fails during linking. This adds it to the installation instructions for Fedora distributions. Differential Revision: [D88899581](https://our.internmc.facebook.com/intern/diff/D88899581/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D88899581/)! ghstack-source-id: 328554539 Pull Request resolved: #2113
1 parent 27bddd2 commit e8a80e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ conda install libunwind -y
9292
# Install the correct cuda and cuda-toolkit versions for your machine
9393
sudo dnf install cuda-toolkit-12-8 cuda-12-8
9494

95-
# Install clang-dev and nccl-dev
96-
sudo dnf install clang-devel libnccl-devel
95+
# Install clang-devel, nccl-devel, and libstdc++-static
96+
sudo dnf install clang-devel libnccl-devel libstdc++-static
9797
# Or, in some environments, the following may be necessary instead
9898
conda install -c conda-forge clangdev nccl
9999
conda update -n monarchenv --all -c conda-forge -y

0 commit comments

Comments
 (0)