DREAMPlace icon indicating copy to clipboard operation
DREAMPlace copied to clipboard

Could NOT find LpSolve (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIRS LPSOLVE_LINKS)

Open LiuX41 opened this issue 4 years ago • 2 comments

I'm building with docker, but when commanding cmake .. -DCMAKE_INSTALL_PREFIX=your_install_path -DPYTHON_EXECUTABLE=$(which python) in the docker bash, the error occurs: -- Could NOT find LpSolve (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIRS LPSOLVE_LINKS) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could NOT find Ghostscript (missing: GHOSTSCRIPT_EXECUTABLE) -- Could NOT find COIN (missing: COIN_INCLUDE_DIR COIN_CBC_LIBRARY COIN_CBC_SOLVER_LIBRARY COIN_CGL_LIBRARY COIN_CLP_LIBRARY COIN_COIN_UTILS_LIBRARY COIN_OSI_LIBRARY COIN_OSI_CBC_LIBRARY COIN_OSI_CLP_LIBRARY)

Actually, when I was trying to build without docker before, the same problem had occurred.

Thank you!

LiuX41 avatar Dec 28 '21 19:12 LiuX41

Is your CMake process complete? Missing LpSolve only generates warning.

limbo018 avatar Jan 26 '22 07:01 limbo018

Hi, bro, I encountered the same problem. How did you solve it,

PandaK404 avatar Oct 13 '22 12:10 PandaK404