The-OpenROAD-Project / RePlAce

RePlAce global placement tool
BSD 3-Clause "New" or "Revised" License
206 stars 75 forks source link

Header file not found #24

Closed ashwin-hari closed 5 years ago

ashwin-hari commented 5 years ago

https://github.com/abk-openroad/RePlAce/blob/c77d24f07820ae109c59206a7cb998f8b99f1a94/src/lefdefIO.cpp#L49

The compiler reports /src/lefdefIO.cpp:49:37: fatal error: boost/functional/hash.hpp: No such file or directory.

CentOS users can mitigate this by installing the boost devel package (boost-devel-1.53.0-27.el7.x86_64). It would be helpful to offer a yum install line for the prerequisites for the tool.

mgwoo commented 5 years ago

Solved in Commit: https://github.com/abk-openroad/RePlAce/commit/cdc5c5323167918ea838e08d0f7f8efca8b6e132

Closed