<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Dear k.briggs73,</p>
    <p><br>
    </p>
    <p>In the <a
        href="https://scipopt.org/doc-8.0.0/html/md_INSTALL.php">documentation</a>
      there is a link to papilo with an explanation of what tbb is</p>
    <blockquote>
      <div class="contents">
        <div class="textblock">
          <p>If you want to compile SCIP yourself, it is recommended to
            download the SCIP Optimization Suite tarball from <a
              href="https://scipopt.org/index.php#download">scipopt.org</a>
            as it contains also the LP solver <a
              href="https://soplex.zib.de">SoPlex</a> and the presolver
            <a href="https://github.com/scipopt/papilo">PaPILO</a>.</p>
        </div>
      </div>
    </blockquote>
    <div class="contents">
      <div class="textblock">
        <p> and there is list of packages that you need to install for
          compiling scip via cmake:</p>
      </div>
    </div>
    <blockquote>
      <div class="contents">
        <div class="textblock">
          <p>Note: Here is a list of apt package requirements for ubuntu
            or debian users that want to build the entire SCIP
            Optimization Suite from source tarball: </p>
        </div>
      </div>
      <div class="fragment">
        <div class="line">apt-get install wget cmake g++ m4 xz-utils
          libgmp-dev unzip zlib1g-dev libboost-program-options-dev
          libboost-serialization-dev libboost-regex-dev
          libboost-iostreams-dev libtbb-dev libreadline-dev pkg-config
          git liblapack-dev libgsl-dev flex bison libcliquer-dev
          gfortran file dpkg-dev libopenblas-dev rpm</div>
      </div>
    </blockquote>
    <div class="fragment">
      <div class="line">
        <div class="line">By INSTALL file the README refers to
          INSTALL.md, sorry if that wasn't clear. </div>
        <div class="line"><br>
        </div>
        <div class="line">As to the problem with setting PAPILO to off
          and still getting the TBB error, I can't reproduce this with
          `cmake .. -DPAPILO=off`<br>
        </div>
        <div class="line">Sometimes it can help to start in a fresh
          cmake build folder, as cmake sometimes caches some
          dependencies. If this does not resolve your problem, can you
          please provide the command that failed for you? <br>
        </div>
        <div class="line"><br>
        </div>
        <div class="line">Best,<br>
          Franziska</div>
      </div>
    </div>
    <blockquote>
    </blockquote>
    <div class="moz-cite-prefix">On 2/16/22 13:23, k.briggs73 wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:6ba3f7f4.87da.17f027c84dc.Webtop.108@btinternet.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div class="auto-created-dir-div" dir="auto" style="unicode-bidi:
        embed;">
        <style>p{margin:0}</style>
        <p>When using the <span style="font-family: courier new,
            monospace;">cmake</span> method, I am getting the error
          below. I can't find any mention in README.md about what TBB
          is, or how to install it. And even when I set PAPILO to off, I
          still get the error. However, the <span style="font-family:
            courier new, monospace;">make</span> method seems to work.<br>
        </p>
        <p><br>
        </p>
        <p>Another thing, README.md says "For further details please
          refer to the INSTALL file of SCIP", but there is no INSTALL
          file.<br>
        </p>
        <p><br>
        </p>
        <p>Keith<br>
        </p>
        <p><span style="font-family: courier new, monospace;"><br>
          </span></p>
        <p><span style="font-family: courier new, monospace;"><a class="moz-txt-link-abbreviated" href="mailto:kbriggs@Dell:~/Downloads/scipoptsuite-8.0.0/build">kbriggs@Dell:~/Downloads/scipoptsuite-8.0.0/build</a>>
            cmake ..<br>
            -- Build type: Release<br>
            -- Could NOT find TBB (missing: TBB_DIR)<br>
            CMake Warning at CMakeLists.txt:89 (message):<br>
            Cannot find papilo dependency TBB. Please set PAPILO to off
            or specify<br>
            TBB_DIR!<br>
          </span><br>
        </p>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></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>
  </body>
</html>