Coder Social home page Coder Social logo

Comments (7)

mlubin avatar mlubin commented on May 24, 2024

This is really an issue with SCIP itself, libscipopt.so is the culprit.

from scip.jl.

fserra avatar fserra commented on May 24, 2024

are you using the fixed makefile of the scipoptsuite??

On Oct 7, 2016 18:46, "Miles Lubin" [email protected] wrote:

This is really an issue with SCIP itself, libscipopt.so is the culprit.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#25 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFNG9lrDLbFPghEYRVkW7gMALTpNpuf-ks5qxneBgaJpZM4KRPEP
.

from scip.jl.

mlubin avatar mlubin commented on May 24, 2024

Good point, let me double check

from scip.jl.

mlubin avatar mlubin commented on May 24, 2024

Sorry, that fixed it!
Another issue though. The new makefile assumes that libz, libreadline, and libncurses are installed even when you disable them on the make line.

from scip.jl.

fserra avatar fserra commented on May 24, 2024

thanks for reporting!

from scip.jl.

fserra avatar fserra commented on May 24, 2024

@mlubin the new Makefile does disable zlib, etc when compiled with make ZLIB=false, etc...

ifeq ($(SHARED),true)
ifeq ($(ZLIB),true)
EXT_LIBS        =       $(ZLIB_LDFLAGS)
endif
ifeq ($(GMP),true)
EXT_LIBS        +=      $(GMP_LDFLAGS)
endif
ifeq ($(READLINE),true)
EXT_LIBS        +=      $(READLINE_LDFLAGS)
endif
EXT_LIBS        +=      $(IPOPTLIBS)
endif

maybe you needed to clean the previous compilation?

from scip.jl.

mlubin avatar mlubin commented on May 24, 2024

@fserra, I don't believe there was anything left over from a previous compilation. Have you tried testing on a system that doesn't have libz or libreadline or libncurses installed?

from scip.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.