Closed avinashresearch1 closed 3 weeks ago
thanks for reporting, we will look into it but before integrating it we must assure that the build of the SCIPOptSuite does not break.
we merged it to the develop branch: https://github.com/scipopt/papilo/commit/be5763abcf29102df980e5c6fbdd165a14b12177
Could you please verify that this fixes the issue for you?
I'm looking to compile
scipoptsuite-9.1.0.tgz
from scratch with CMake following the instructions here.Even though I had an updated version of TBB installed on my system. I got a missing
TBB_DIR
error. I believe the file>papilo>cmake>modules>FindTBB.cmake
may need to be updated to avoid making reference toTBB_DIR
.I was able to solve this problem by replacing it with: https://github.com/Kitware/VTK/blob/master/CMake/FindTBB.cmake (and adding the
include(FindPackageHandleStandardArgs)
at the top)