[Scip] Fwd: SCIP installation

michael.winkler@zib.de michael.winkler at zib.de
Tue Aug 14 21:42:11 MEST 2012


Hi,

please try the following:

replace in the ZIMPL directory inside the Makefile

OSTYPE          :=      $(shell uname -s | \
                        tr '[:upper:]' '[:lower:]' | \
                        tr '/' '_' | \
                        sed \
                        -e s/cygwin.*/cygwin/ \
                        -e s/irix../irix/ )

by

OSTYPE          :=      $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
                        sed \
                        -e 's/cygwin.*/cygwin/' \
                        -e 's/irix../irix/' \
                        -e 's/windows.*/windows/' \
                        -e 's/mingw.*/mingw/')


and rename under the ZIMPL directory

make/make.mingw32_nt-5.1.x86.gnu.dbg -> make/make.mingw.x86.gnu.dbg
make/make.mingw32_nt-5.1.x86.gnu.opt -> make/make.mingw.x86.gnu.opt


Best, Michael


> ---------- Forwarded message ----------
> From: Jose L Walteros <jl.walteros at gmail.com>
> Date: Tue, Aug 14, 2012 at 2:08 PM
> Subject: Re: [Scip] SCIP installation
> To: Stefan Vigerske <stefan at math.hu-berlin.de>
>
>
> Hi Stefan,
>
>
> No, it didn't work I got:
>
> make READLINE=false ARCH=mingw32_nt-5.1
> make[1]: Entering directory `/c/GNU/SCIP/scipoptsuite-3.0.0'
> /c/GNU/SCIP/scipoptsuite-3.0.0/scip-3.0.0/make/make.project:146:
> /c/GNU/SCIP/sci
> poptsuite-3.0.0/scip-3.0.0/make/make.mingw.mingw32_nt-5.1.gnu.opt: No such
> file
> or directory
> /c/GNU/SCIP/scipoptsuite-3.0.0/scip-3.0.0/make/make.project:297: *** ZIMPL
> requi
> res the ZLIB to be linked. Use either ZIMPL=false or ZLIB=true.  Stop.
> make[1]: Leaving directory `/c/GNU/SCIP/scipoptsuite-3.0.0'
>
>
> The problem begins when ZIMPL is being compiled. Is there anything that I
> can change in the ZIMPL makefile that you can think of?
>
> I compiled it with
>
> ZIMPL=false ZLIB=false READLINE=false and it worked, but when I tried to
> compile the bin-packing example it didn't worked. I assume it requires
> ZIMPL for the input files, right?
>
> Any suggestions?
>
>
>
> On Tue, Aug 14, 2012 at 1:56 PM, Stefan Vigerske
> <stefan at math.hu-berlin.de>wrote:
>
>> Hi,
>>
>> try
>>
>> make READLINE=false ARCH=mingw32_nt-5.1
>>
>> But I think that this configuration hasn't been tested for a while.
>>
>> Stefan
>>
>>
>> On 08/14/2012 07:18 PM, Jose L Walteros wrote:
>>
>>> Hi all,
>>>
>>> I am trying to install the latest version of SCIP Optimization Suit
>>> 3.0.0
>>> for windows using minGW 5.0.5. I have already installed ZLib and GMP (I
>>> double checked and the .h and .a are in the correct place). Everything
>>> seems to be in place to me. However, when I am trying to install SCIP
>>> using
>>>
>>> make READLINE=false
>>>
>>> I get the following error while building the ZIMPL library:
>>>
>>>
>>> ** Building ZIMPL library
>>> "/c/GNU/SCIP/scipoptsuite-3.0.**0/zimpl-3.3.0/lib/libzim
>>> pl.mingw.x86.gnu.opt.a".
>>> make[2]: Entering directory `/c/GNU/SCIP/scipoptsuite-3.0.**
>>> 0/zimpl-3.3.0'
>>> Makefile:126: make/make.mingw32_nt-6.1.x86.**gnu.opt: No such file or
>>> directory
>>> make[2]: *** No rule to make target `make/make.mingw32_nt-6.1.x86.**
>>> gnu.opt'.
>>>   Sto
>>> p.
>>> make[2]: Leaving directory
>>> `/c/GNU/SCIP/scipoptsuite-3.0.**0/zimpl-3.3.0'
>>> make[1]: ***
>>> [/c/GNU/SCIP/scipoptsuite-3.0.**0/zimpl-3.3.0/lib/libzimpl.**mingw.x86.
>>> gnu.opt.a] Error 2
>>> make[1]: Leaving directory `/c/GNU/SCIP/scipoptsuite-3.0.**0'
>>> make: *** [scipbinary] Error 2
>>>
>>>
>>> I checked the directory: make/ and indeed the file:
>>>
>>> make.mingw32_nt-6.1.x86.gnu.**opt
>>>
>>> does not exists there, however there is a file
>>>
>>> make.mingw32_nt-5.1.x86.gnu.**opt
>>>
>>> Could you please help me with this?
>>>
>>> -J
>>>
>>>
>>>
>>> ______________________________**_________________
>>> Scip mailing list
>>> Scip at zib.de
>>> http://listserv.zib.de/**mailman/listinfo/scip<http://listserv.zib.de/mailman/listinfo/scip>
>>>
>>>
>>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip
>



More information about the Scip mailing list