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

travis: try to use precompiled SCIP on OS X #143

Closed
wants to merge 2 commits into from

Conversation

rschwarz
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Nov 11, 2019

Codecov Report

Merging #143 into master will increase coverage by 0.89%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   88.37%   89.26%   +0.89%     
==========================================
  Files          21       21              
  Lines         800      792       -8     
==========================================
  Hits          707      707              
+ Misses         93       85       -8
Impacted Files Coverage Δ
src/MOI_wrapper.jl 92.1% <0%> (+1.19%) ⬆️
src/managed_scip.jl 95.65% <0%> (+1.36%) ⬆️
src/MOI_wrapper/variable.jl 87.7% <0%> (+2.1%) ⬆️
src/conshdlr.jl 87.5% <0%> (+3.5%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f15d471...b83f446. Read the comment docs.

@rschwarz
Copy link
Collaborator Author

Travis can not find the libscip.dylib of the precompiled SCIP:

┌ Error: Error building `SCIP`: 
│ ERROR: LoadError: Unable to locate SCIP installation.
│ Tried:
│ 	/Users/travis/build/SCIP-Interfaces/SCIP.jl/install/bin/libscip.dylib
│ 	/Users/travis/build/SCIP-Interfaces/SCIP.jl/install/lib/libscip.dylib
│ 	libscip.dylib

Just like in #142.

@fserra
Copy link
Collaborator

fserra commented Nov 11, 2019

interesting. As a patch, maybe you can try adding the library path to DYLD_LIBRARY_PATH

@rschwarz
Copy link
Collaborator Author

As a patch, maybe you can try adding the library path to DYLD_LIBRARY_PATH

This was not necessary before, when building SCIP from source. But feel free to try stuff :-) You should be able to push to this branch.

The current travis script does not print the actual contents of install/lib, but libscip.dylib should be there (I extracted locally).

@rschwarz
Copy link
Collaborator Author

In PR #110, when using the precompiled binaries on OS X, there was an illegal instruction in SoPlex/GMP. Maybe this is fixed with 6.0.2, or maybe some related problem is causing dlopen to fail.

@rschwarz rschwarz mentioned this pull request Apr 8, 2020
@rschwarz rschwarz closed this Dec 3, 2020
@rschwarz rschwarz deleted the rs/travis_osx_precompiled branch December 3, 2020 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants