[SCIP] Build problems on mac (intel) running Ventura 13.2.1

Victor Miller victorsmiller at gmail.com
Thu Mar 9 23:53:26 CET 2023


I downloaded scipoptsuite-8.0.3.tar.gz and tried to build on my iMac.
The build terminated with the following error:

[ 73%] Linking CXX shared library ../../lib/libgcg.dylib
Undefined symbols for architecture x86_64:
  "bliss::AbstractGraph::find_automorphisms(bliss::Stats&, void
(*)(void*, unsigned int, unsigned int const*), void*)", referenced
from:
      _cmpGraphPair in bliss_automorph.cpp.o
      cmpGraphPair(Scip*, gcg::PARTIALDECOMP*, int, int, SCIP_Result*,
SCIP_HashMap*, SCIP_HashMap*, unsigned int, unsigned int) in
bliss_automorph.cpp.o
      detectIsomorph(Scip*, Partialdec_Detection_Data*,
DEC_DetectorData*, SCIP_Result*, unsigned int, int) in
dec_isomorph.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [lib/libgcg.3.5.3.0.dylib] Error 1
make[2]: Target `gcg/src/CMakeFiles/libgcg.dir/build' not remade
because of errors.
make[1]: *** [gcg/src/CMakeFiles/libgcg.dir/all] Error 2

Is this something that others have encountered?  It looks like the
bliss source is included, so why is this happening?

Victor


More information about the Scip mailing list