diff --git a/etc/DependencyInstaller.sh b/etc/DependencyInstaller.sh index 1a102428382..d9b472856c2 100755 --- a/etc/DependencyInstaller.sh +++ b/etc/DependencyInstaller.sh @@ -66,9 +66,9 @@ _installCommonDev() { pcreChecksum="37d2f77cfd411a3ddf1c64e1d72e43f7" swigVersion=4.1.0 swigChecksum="794433378154eb61270a3ac127d9c5f3" - boostVersionBig=1.80 + boostVersionBig=1.82 boostVersionSmall=${boostVersionBig}.0 - boostChecksum="077f074743ea7b0cb49c6ed43953ae95" + boostChecksum="f7050f554a65f6a42ece221eaeec1660" eigenVersion=3.4 cuddVersion=3.0.0 lemonVersion=1.3.1 diff --git a/src/drt/src/dr/FlexGridGraph.h b/src/drt/src/dr/FlexGridGraph.h index 4948fc81114..1942a1fc00a 100644 --- a/src/drt/src/dr/FlexGridGraph.h +++ b/src/drt/src/dr/FlexGridGraph.h @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include @@ -1128,7 +1128,7 @@ class FlexGridGraph std::vector srcs_; std::vector dsts_; std::vector guides_; - std::unordered_map path_costs_; + boost::unordered_flat_map path_costs_; frVector xCoords_; frVector yCoords_; frVector zCoords_;