raphael-group / machina

Framework for Metastatic And Clonal History INtegrative Analysis
BSD 3-Clause "New" or "Revised" License
34 stars 12 forks source link

cmake -DGUROBI #5

Open ghost opened 6 years ago

ghost commented 6 years ago

Could you check your compilation instructions with respect to GUROBI detection. A call of

cmake \ -DGUROBI_INCLUDE_DIR=/usr/local/gurobi702/linux64/include \ -DGUROBI_CPP_LIB=/usr/local/gurobi702/linux64/lib/libgurobi_c++.a \ -DGUROBI_LIB=/usr/local/lib/libgurobi70.so ..

with adjusted path and version numbers doesn't do the trick. However, adjusting the names and path in FindGUROBI.cmake to where these reside will. The variables don't appear to be set by -D