I want to run GCG thus I downloaded the scipoptsuite-6.0.0.tgz and did tar xvzf scipoptsuite-6.0.0.tgz
in Ubuntu/Linux. I replaced some documents with the second patch files scipoptsuite-6.0.0_patch01.tgz
. Then I configured the build:
`cmake ..`
but it said
The following OPTIONAL packages have not been found: *BISON *FLEX * IPOPT * Criterion* PkgConfig* GSL* CLIQUER* HMETIS* BLISSot
.
Then I continued compiling: make
. It failed and reported:
make[2]: *** No rule to make target 'libzimpl-NOTFOUND', needed by 'bin/scip'.
Stop.
////CMakeFiles/Makefile2:1488: recipe fortarget'scip/src/CMakeFiles/scip.dir/all' failed
////make[1]: *** [scip/src/CMakeFiles/scip.dir/all] Error 2
/////Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2.
What should I do next? I tried directly installed the GCG using the scipoptsuite, but met the same Error. How can I solve this error and find the missing packages mentioned above?