Skip to content

Commit

Permalink
Fix compilation error on MacOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Aug 1, 2024
1 parent 5e9f862 commit 6151980
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
"pytorch_adapters.h",

// Fix link error on Windows:
"gloo/common/logging.cc"
"gloo/common/logging.cc",

// Fix compilation error on MacOS-12:
"<unordered_map>"

},
exclude = {"openblas_config.h", "cblas.h", "lapacke_config.h", "lapacke_mangling.h", "lapack.h", "lapacke.h", "lapacke_utils.h"},
Expand Down

0 comments on commit 6151980

Please sign in to comment.