[SCIP] Error in make install

Kim, Kibaek kimk at anl.gov
Wed May 24 15:26:14 CEST 2023


I also tried using Makefile, for example,

make AMPL=false SHARED=true ZIMPL=false GMP=false BOOST=false
make install AMPL=false SHARED=true ZIMPL=false GMP=false BOOST=false

These went through successfully. But, scip/config.h was not installed, although I am not sure whether it was supposed to be installed or not. When I include scip/def.h in my own code, it complains not able to find the file “scip/config.h”

Kibaek

From: Kim, Kibaek <kimk at anl.gov>
Date: Wednesday, May 24, 2023 at 1:25 AM
To: scip at zib.de <scip at zib.de>
Subject: Error in make install
Hello,

I am trying to install scipoptsuit-8.0.3 from the source code on linux. I can build the code successfully. But, the installation returns error. It looks like that RPATH_CHECK removes binary files.

I used the following command for configuration.

cmake .. -DCMAKE_INSTALL_PREFIX=$PWD -DIPOPT=off -DWORHP=off -DZIMPL=off -DAMPL=off -DPAPILO=off -DGMP=off -DGCG=off -DUG=off -DSHARED=on -DSYM=none

After make, make test ran successfully. I see that soplex exists in bin directory. When running make install, I get these:

…
CMake Error at soplex/src/cmake_install.cmake:209 (file):
  file INSTALL cannot find
  "/lcrc/project/NEXTGENOPT/software/scipoptsuite-8.0.3/build/bin/soplex": No
  such file or directory.
Call Stack (most recent call first):
  soplex/cmake_install.cmake:47 (include)
cmake_install.cmake:47 (include)

Thanks for the help in advance.

Kibaek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20230524/ec9b4e86/attachment.html>


More information about the Scip mailing list