You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Required Boost version is 1.81 in external/CMakeLists.txt, otherwise the required packages are fetched.
However, 1.81 does not include unordered_node_map.hpp used in include/slang/util/Hash.h.
To Reproduce
With Boost 1.81 installed, build slang from scratch (tested on OSX with Boost installed via homebrew).
The text was updated successfully, but these errors were encountered:
Describe the bug
Required Boost version is 1.81 in
external/CMakeLists.txt
, otherwise the required packages are fetched.However, 1.81 does not include
unordered_node_map.hpp
used ininclude/slang/util/Hash.h
.To Reproduce
With Boost 1.81 installed, build slang from scratch (tested on OSX with Boost installed via homebrew).
The text was updated successfully, but these errors were encountered: