<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Dear Thomas,
    <p>your error comes from setting CMAKE_INSTALL_PREFIX to the same
      path as the build directory.<br>
    </p>
    <p>The make install command will create folders bin, include and lib
      at the destination defined via CMAKE_INSTALL_PREFIX but bin also
      exists as a folder in the build directory.</p>
    <p>I am not completely aware of the cmake install process (someone
      may correct me if I am wrong) but I think before copying the
      binaries to the install destination a cleanup of old binaries will
      be performed. Since the build folder has the same structure as the
      install one the binaries will get deleted before they can actually
      be copied (my guess).</p>
    <p>Also have a look at <a moz-do-not-send="true"
href="https://stackoverflow.com/questions/59488449/scip-make-install-error-scipoptsuite-6-0-2">this</a>
      issue - I think it describes the same problem.</p>
    <p>Anyhow, just use different install and build directories.</p>
    <p>I managed to run your setup without errors.<br>
    </p>
    <p>Best,</p>
    <p>Nils<br>
    </p>
    <div class="moz-cite-prefix">On 26.01.21 16:21, Thomas Breuer wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:71134245-4aa7-28e2-92f1-62358423142c@fz-juelich.de">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Dear SCIP team,</p>
      <p>it seems that your Cmake setup is a bit creaky.<br>
        If I use the Easybuild framework to install SCIPOptSuite, then
        the 'make install' command will copy all files from /bin and
        /lib except the papilo lib and exe file. <br>
        The issue I have described below is still valid. Let me know if
        you need further information to fix it.<br>
        I am trying to install the following setup:<br>
        <i>-- The following OPTIONAL packages have been found:</i><i><br>
        </i><i> * Threads</i><i><br>
        </i><i> * BLAS</i><i><br>
        </i><i> * Readline</i><i><br>
        </i><i> * Quadmath</i><i><br>
        </i><i> * PAPILO</i><i><br>
        </i><i> * ZIMPL</i><i><br>
        </i><i> * ZLIB</i><i><br>
        </i><i> * PkgConfig</i><i><br>
        </i><i> * GSL (required version >= 2.0)</i><i><br>
        </i><i><br>
        </i><i>-- The following REQUIRED packages have been found:</i><i><br>
        </i><i> * BISON</i><i><br>
        </i><i> * FLEX</i><i><br>
        </i><i> * TBB</i><i><br>
        </i><i> * GMP</i><i><br>
        </i><i> * SCIP</i><i><br>
        </i><i> * SOPLEX</i><i><br>
        </i><i> * Boost</i><i><br>
        </i><i><br>
        </i><i>-- The following OPTIONAL packages have not been found:</i><i><br>
        </i><i> * IPOPT (required version >= 3.12.0)</i><i><br>
        </i><i> * CRITERION</i><i><br>
        </i><i> * CLIQUER</i><i><br>
        </i><i> * HMETIS</i><i><br>
        </i><i> * BLISS</i><i><br>
        </i><br>
      </p>
      <p>Best regards,<br>
        Thomas<br>
      </p>
      <div class="moz-cite-prefix">Am 22.01.2021 um 18:48 schrieb Thomas
        Breuer:<br>
      </div>
      <blockquote type="cite"
        cite="mid:67951807-ae95-1e29-13c7-523e8bd622a4@fz-juelich.de">
        <meta http-equiv="content-type" content="text/html;
          charset=UTF-8">
        <p>Hallo Lovis, Nils, SCIP Team,</p>
        <p>ich bekomme beim Installieren von SCIPOptSuite einen Fehler,
          den ich mir nicht erklären kann. Hier meine
          Installationsanleitung auf JUWELS Booster:<br>
          <i>download source code:</i><i><br>
          </i><i>    wget <a class="moz-txt-link-freetext"
              href="https://scip.zib.de/download/release/scipoptsuite-7.0.2.tgz"
              moz-do-not-send="true">https://scip.zib.de/download/release/scipoptsuite-7.0.2.tgz</a></i><i><br>
          </i><i>unpack:</i><i><br>
          </i><i>    tar -xf scipoptsuite-7.0.2.tgz</i><i><br>
          </i><i>load modules:</i><i><br>
          </i><i>     ml CMake</i><i> GMP/6.2.0 GSL/2.6 flex/2.6.4
            GCC/9.3.0  ParaStationMPI/5.4.7-1 Boost/1.74.0
            imkl/2020.2.254</i><i><br>
          </i><i>build:</i><i><br>
          </i><i>    cd scipoptsuite-7.0.2</i><i><br>
          </i><i>    mkdir build</i><i><br>
          </i><i>    cd build</i><i><br>
          </i><i>    cmake -DCMAKE_INSTALL_PREFIX=./ .. 2>&1 |
            tee cmake_gps.out</i><i><br>
          </i><i>    make -j 24 2>&1 | tee make_gps.out</i><i><br>
          </i><i>    make install</i><i><br>
          </i><i>    #optional:</i><i><br>
          </i><i>    # make -j 24 test 2>&1 | tee
            make_test_gps.out</i><i><br>
          </i><i>   # make -j 24 check 2>&1 | tee
            make_check_gps.out</i><br>
        </p>
        <p><br>
        </p>
        <p>Das "make -j 24" läuft noch fehlerfrei durch und erstellt
          auch das soplex executable:<br>
          <i>-rwxr-xr-x 1 [...]  Jan 18:30 bin/soplex</i></p>
        <p>Allerdings wird das scheinbar durch das "make install"
          gelöscht, sodass es nicht mehr in dem Ordner ist. <br>
          Das würde auch die Fehlermeldung erklären, die der Befehl
          erzeugt:<br>
          <i>CMake Error at soplex/src/cmake_install.cmake:202 (file):</i><i><br>
          </i><i>  file INSTALL cannot find</i><i><br>
          </i><i>  "[..]/scipoptsuite-7.0.2/build/bin/soplex":</i><i><br>
          </i><i>  No such file or directory.</i><i><br>
          </i><i>Call Stack (most recent call first):</i><i><br>
          </i><i>  soplex/cmake_install.cmake:47 (include)</i><i><br>
          </i><i>  cmake_install.cmake:48 (include)</i><i><br>
          </i><i>make: *** [Makefile:105: install] Error 1</i><br>
        </p>
        <p>Ich habe "make test" und "make check" vor "make install"
          aufgerufen und die waren erfolgreich. <br>
          Habt ihr eine Erklärung wie es zu dem Fehler kommt? Evtl ist
          da etwas im Build-System kaputt...</p>
        <p>Viele Grüße,<br>
          Thomas<br>
        </p>
        <pre class="moz-signature" cols="72">-- 
Thomas Breuer

Division Application Support             Forschungszentrum Jülich GmbH
Jülich Supercomputing Centre (JSC)       Wilhelm-Johnen-Straße
<a class="moz-txt-link-freetext" href="http://www.fz-juelich.de/ias/jsc" moz-do-not-send="true">http://www.fz-juelich.de/ias/jsc</a>         52425 Jülich (Germany)
Phone: +49 2461 61-96742 (currently not available via phone)
Email: <a class="moz-txt-link-abbreviated" href="mailto:t.breuer@fz-juelich.de" moz-do-not-send="true">t.breuer@fz-juelich.de</a> 
   
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Volker Rieke
Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------</pre>
      </blockquote>
      <pre class="moz-signature" cols="72">-- 
Thomas Breuer

Division Application Support             Forschungszentrum Jülich GmbH
Jülich Supercomputing Centre (JSC)       Wilhelm-Johnen-Straße
<a class="moz-txt-link-freetext" href="http://www.fz-juelich.de/ias/jsc" moz-do-not-send="true">http://www.fz-juelich.de/ias/jsc</a>         52425 Jülich (Germany)
Phone: +49 2461 61-96742 (currently not available via phone)
Email: <a class="moz-txt-link-abbreviated" href="mailto:t.breuer@fz-juelich.de" moz-do-not-send="true">t.breuer@fz-juelich.de</a> 
   
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Volker Rieke
Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------</pre>
    </blockquote>
  </body>
</html>