[SCIP] Error in make install

Stefan Vigerske svigerske at gams.com
Wed May 24 15:44:21 CEST 2023


Hi,

you'll unfortunately still need to define NO_CONFIG_HEADER when 
including the headers installed by a normal make.
There is no config.h yet. That will only come with the next major release.

Stefan

On 24/05/2023 15:26, Kim, Kibaek wrote:
> 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
> 
> 
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip



More information about the Scip mailing list