<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear Nag,<br>
    <br>
    on the other hand, if you want to keep using the Makefile, compiling
    SCIP should not be too hard either, you just need to set the correct
    links.<br>
    When SCIP asks you for the links, it should print some explanation
    at the top of the prompt, which also gives some more details about
    where your links should point to:<br>
    <br>
    <blockquote type="cite">* SCIP needs some softlinks to external
      programs, in particular, LP-solvers.<br>
      * Please insert the paths to the corresponding
      directories/libraries below.<br>
      * The links will be installed in the 'lib/include' and
      'lib/static' directories.<br>
      * For more information and if you experience problems see the
      INSTALL file.<br>
      <br>
        -> "grbinc" is the path to the Gurobi "include" directory,
      e.g., "<Gurobi-path>/include".<br>
        -> "libgurobi.*" is the path to the Gurobi library, e.g.,
      "<Gurobi-path>/lib/libgurobi.so"</blockquote>
    <br>
    Thus, you set the grbinc link correctly, but the
    libgurobi.darwin.x86_64.gnu.so link should point directly to the
    shared library of Gurobi, which should be
    /Library/gurobi810/mac64/lib/libgurobi81.so in your case.<br>
    <br>
    If you want to update the links you can run "make LPS=grb
    ZIMPL=false links", which will ask you for new targets.<br>
    <br>
    Best,<br>
    Gerald<br>
    <br>
    <div class="moz-cite-prefix">Am 11.12.19 um 08:52 schrieb Gregor
      Hendel:<br>
    </div>
    <blockquote type="cite"
      cite="mid:3669b002-de95-77de-cc18-ea2fd377aaae@zib.de">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Hi Nag,<br>
      <br>
      welcome to the SCIP mailing list.  I recommend you switch to CMake
      to compile SCIP, if available, which is much easier, especially on
      non-Linux platforms. Please refer to<br>
      <br>
      <a class="moz-txt-link-freetext"
        href="https://scip.zib.de/doc-6.0.2/html/CMAKE.php"
        moz-do-not-send="true">https://scip.zib.de/doc-6.0.2/html/CMAKE.php</a><br>
      <br>
      In your case, the cmake command should be<br>
      <br>
      cmake .. -DGUROBI_DIR=/Library/gurobi810/mac64/ -DLPS=grb<br>
      <br>
      Happy branch-and-pricing,<br>
      Gregor<br>
      <br>
       <br>
      <br>
      <div class="moz-cite-prefix">Am 11.12.19 um 06:33 schrieb Naga
        Venkata Chaitanya Gudapati - <a
          class="moz-txt-link-abbreviated"
          href="mailto:nagavenkata.gudapati@studio.unibo.it"
          moz-do-not-send="true">nagavenkata.gudapati@studio.unibo.it</a>:<br>
      </div>
      <blockquote type="cite"
cite="mid:AM0PR01MB44675EA4490FC0B535479CD3D65A0@AM0PR01MB4467.eurprd01.prod.exchangelabs.com">
        <meta http-equiv="Content-Type" content="text/html;
          charset=windows-1252">
        <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);"> </div>
        <span>Hello Everyone,<br>
        </span>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>I had never used SCIP before and I am hoping to use it for
          branch and price. I had never used CPLEX before and I am
          mostly familiar with GuROBi (I currently have my "column
          generation" Framework in GuRoBi) but I am facing lot of issues
          in trying to compile SCIP using GuRoBi as an LP solver.  <br>
        </div>
        <div><br>
        </div>
        <div>I compile using <br>
        </div>
        <div><br>
        </div>
        <div>make LPS=grb ZIMPL=false<br>
        </div>
        <div><br>
        </div>
        <div>I am facing issues at these following areas:<br>
        </div>
        <div><br>
        </div>
        <div>> Enter soft-link target file or directory for
          "lib/include/grbinc" (return if not needed): <br>
        </div>
        <div><br>
        </div>
        <div>I am not 100% sure where this directory is. I  am currently
          using this directory for the include<br>
        </div>
        <div><br>
        </div>
        <div>    /Library/gurobi810/mac64/include<br>
        </div>
        <div><br>
        </div>
        <div>and then for the library<br>
        </div>
        <div><br>
        </div>
        <div>> Enter soft-link target file or directory for
          "lib/shared/libgurobi.darwin.x86_64.gnu.so" (return if not
          needed): <br>
        </div>
        <div><br>
        </div>
        <div>and I am using this directory <br>
        </div>
        <div><br>
        </div>
        <div>/Library/gurobi810/mac64/lib<br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>I think the paths are wrong as it is failing to compile.<br>
        </div>
        <div><br>
        </div>
        <div>This is the error I am getting:<br>
        </div>
        <div><br>
        </div>
        <div>ld: can't map file, errno=22 file
'/Users/cgudapati/scipoptsuite-6.0.2/scip/lib/shared/libgurobi.darwin.x86_64.gnu.so'<br>
        </div>
        <div><br>
        </div>
        <div>clang: error:<br>
        </div>
        <div>linker command failed with exit code 1 (use -v to see
          invocation)<br>
        </div>
        <div><br>
        </div>
        <div>build failed with READLINE=true: if readline is not
          available, try building with READLINE=false<br>
        </div>
        <div><br>
        </div>
        <div>build failed with ZLIB=true: if ZLIB is not available, try
          building with ZLIB=false<br>
        </div>
        <div><br>
        </div>
        <div>build failed with GMP=true: if GMP is not available, try
          building with GMP=false (note that this will deactivate Zimpl
          support)<br>
        </div>
        <div><br>
        </div>
        <div>make[3]: ***
          [bin/scip-6.0.2.darwin.x86_64.gnu.opt.grb.none] Error 1<br>
        </div>
        <div><br>
        </div>
        <div>make[2]: *** [all] Error 2<br>
        </div>
        <div><br>
        </div>
        <div>make[1]: *** [scipbinary] Error 2<br>
        </div>
        <div><br>
        </div>
        <div>make: *** [scipbinary] Error 2<br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>I understand the error and SCIP is telling me that it
          cannot find the .so library and neither can I.  I realize that
          GuRoBi support is still in Beta but any help is appreciated. <br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>Thanks,<br>
        </div>
        <div><br>
        </div>
        <div>Nag<br>
        </div>
        <span></span>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);"> <br>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <pre class="moz-quote-pre" wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de" moz-do-not-send="true">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="https://listserv.zib.de/mailman/listinfo/scip" moz-do-not-send="true">https://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="https://listserv.zib.de/mailman/listinfo/scip">https://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>