Skip to content

Commit 0c7e815

Browse files
zdevitometa-codesync[bot]
authored andcommitted
Add libstdc++-static to Fedora build dependencies (#2113)
Summary: Pull Request resolved: #2113 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. Reviewed By: samlurye Differential Revision: D88899581 fbshipit-source-id: f548f0518001976b5dc2518d316187ce347db352
1 parent fd4f25c commit 0c7e815

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)