[SCIP] Problem as well in compiling scipoptsuite-7.0.3 in Ubuntu-mate 18.04

Noli Sicad nsicad at gmail.com
Thu Jul 29 05:28:03 CEST 2021


Hi Ambros,

Thanks for your tip installing pthread.

I installed all the pthread libraries in my Ubuntu-Mate 21.04 using Synaptic.

It works (see below logs - running scip).

Thanks.

Noli

~~~~~~~~~~~
noli at noli-Latitude-E6430s:~/Documents/scip/scipoptsuite-7.0.3/build$ scip
SCIP version 7.0.3 [precision: 8 byte] [memory: block] [mode:
optimized] [LP solver: SoPlex 5.0.2] [GitHash: 74c11e60cd]
Copyright (C) 2002-2021 Konrad-Zuse-Zentrum fuer Informationstechnik
Berlin (ZIB)

External libraries:
  Readline 8.1         GNU library for command line editing (gnu.org/s/readline)
  SoPlex 5.0.2         Linear Programming Solver developed at Zuse
Institute Berlin (soplex.zib.de) [GitHash: e24c304e]
  CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms
developed by B. Bell (www.coin-or.org/CppAD)
  ZLIB 1.2.11          General purpose compression library by J.
Gailly and M. Adler (zlib.net)
  GMP 6.2.1            GNU Multiple Precision Arithmetic Library
developed by T. Granlund (gmplib.org)
  ZIMPL 3.4.0          Zuse Institute Mathematical Programming
Language developed by T. Koch (zimpl.zib.de)
  PaPILO 1.0.2         parallel presolve for integer and linear
optimization [GitHash: e567fef]
  bliss 0.73           Computing Graph Automorphism Groups by T.
Junttila and P. Kaski (http://www.tcs.hut.fi/Software/bliss/)
  Ipopt 3.14.2         Interior Point Optimizer developed by A.
Waechter et.al. (www.coin-or.org/Ipopt)




On 7/28/21, Ambros Gleixner <gleixner at zib.de> wrote:
> Hi Nolid,
>
> You can specify -DZIMPL=off at CMake config.  See also
>
>     https://scipopt.org/doc/html/md_INSTALL.php
>
> for further options.  The other problem you posted seems to relate to
> pthread.  Does it help to install pthread on your system?
>
> Best,
> Ambros
>
>
> Am 27.07.21 um 02:08 schrieb Noli Sicad:
>> Hi,
>>
>> I got this problem below.
>>
>> Ubuntu 18.04 gives me error as well in IPOPT flag > 3.12 library.
>>
>> The current IPOPT in Ubuntu 18.04 and Ubuntu 21.04 is 3.11.9.
>>
>> Solution: download and IPOPT and install.
>>
>> However, I got this problem.
>>
>> [ 40%] Building C object
>> scip/src/CMakeFiles/scip.dir/nlpi/nlpi_worhp_dummy.c.o
>> [ 40%] Building C object
>> scip/src/CMakeFiles/scip.dir/nlpi/nlpi_filtersqp_dummy.c.o
>> [ 40%] Building CXX object
>> scip/src/CMakeFiles/scip.dir/nlpi/exprinterpret_cppad.cpp.o
>> [ 40%] Building CXX object
>> scip/src/CMakeFiles/scip.dir/lpi/lpi_spx2.cpp.o
>> [ 40%] Building C object scip/src/CMakeFiles/scip.dir/tpi/tpi_none.c.o
>> [ 40%] Building CXX object
>> scip/src/CMakeFiles/scip.dir/symmetry/compute_symmetry_bliss.cpp.o
>> make[2]: *** No rule to make target 'libzimpl-NOTFOUND', needed by
>> 'bin/scip'.  Stop.
>> CMakeFiles/Makefile2:1636: recipe for target
>> 'scip/src/CMakeFiles/scip.dir/all' failed
>> make[1]: *** [scip/src/CMakeFiles/scip.dir/all] Error 2
>> Makefile:162: recipe for target 'all' failed
>> make: *** [all] Error 2
>>
>> How do I fix this one?
>>
>> Thanks.
>>
>> Noli
>> _______________________________________________
>> Scip mailing list
>> Scip at zib.de
>> https://listserv.zib.de/mailman/listinfo/scip
>>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip
>


More information about the Scip mailing list