<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear Vyacheslav,<br>
    <br>
    the reason why your build fails (where I assume that you use Linux,
    please correct me if I am wrong) is that you are missing the
    gmp-library in your system. This library is used for exact
    computations using rational arithmetic, but not a requirement to
    build a working SCIP.<br>
    <br>
    Did you see <a class="moz-txt-link-freetext" href="http://scip.zib.de/doc/html/MAKE.php">http://scip.zib.de/doc/html/MAKE.php</a>?<br>
    <br>
    Although this is mainly for SCIP, most of the explanation there
    transfers to the SCIP Optimization Suite. <br>
    I realized that we don't mention the GMP flag. You can run<br>
    <br>
    make GMP=false<br>
    <br>
    to disable the GMP-related parts of the code. However, I expect the
    Optimization Suite to print something like <br>
    <br>
    "compilation failed -- please try <br>
     make GMP=false ZLIB=false READLINE=false<br>
    "<br>
    or some similar statement.<br>
    <br>
    We will fix this in the documentation with the next release.<br>
    <br>
    Best regards,<br>
    Gregor<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 03.08.2017 um 10:00 schrieb
      Vyacheslav Kungurtsev:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAME7VTz9Dk08UFr4haq67m_9DRfJ3SKhFno2k6VVrwCDDeO4kg@mail.gmail.com">
      <div dir="ltr">
        <div>
          <div>
            <div>Hello,<br>
              <br>
            </div>
            I tried running the make file after downloading and
            archiving the current version of the scip optimization
            suite. However, it appears that there is a file missing,<br>
            <br>
            src/rational.h:32:17: fatal error: gmp.h: No such file or
            directory<br>
             #include "gmp.h"<br>
                             ^<br>
            compilation terminated.<br>
            <br>
            <br>
          </div>
          I don't see anything in the documentation about this.<br>
          <br>
        </div>
        <div>Thank you<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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>