Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maximumIterations not found on maxOS and Windows builds #71

Closed
mtanneau opened this issue Oct 27, 2019 · 0 comments
Closed

maximumIterations not found on maxOS and Windows builds #71

mtanneau opened this issue Oct 27, 2019 · 0 comments

Comments

@mtanneau
Copy link
Contributor

mtanneau commented Oct 27, 2019

The errors can be seen on this job (macOS) and this job (Windows).

Error on Windows:

ccall: could not find function maximumIterations in library C:\Users\travis\build\mtanneau\Clp.jl\deps\usr\bin\libClp-1.dll

Error message on macOS:

ccall: could not find function maximumIterations in library /Users/travis/build/JuliaOpt/Clp.jl/deps/usr/lib/libClp.1.13.11.dylib

maximumIterations is not tested, so this did not show up in the tests in #69.
However, it is systematically called by the MOI wrapper within MOI.empty!, so it is blocking #66.

cc @juan-pablo-vielma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant