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

Fix Libdl moved to stdlib on v0.7 #160

Merged
merged 2 commits into from
Feb 6, 2018
Merged

Fix Libdl moved to stdlib on v0.7 #160

merged 2 commits into from
Feb 6, 2018

Conversation

blegat
Copy link
Member

@blegat blegat commented Jan 16, 2018

Closes #159

rschwarz added a commit to scipopt/SCIP.jl that referenced this pull request Jan 17, 2018
@chengg04
Copy link
Contributor

Added those changes to my local branch, but got the following error while running Pkg.test("CPLEX"):

ERROR: LoadError: UndefVarError: Libdl not defined
Stacktrace:
 [1] top-level scope at /Users/chengguo/.julia/v0.6/CPLEX/src/CPLEX.jl:8
 [2] include at ./boot.jl:292 [inlined]
 [3] include_relative(::Module, ::String) at ./loading.jl:521
 [4] include(::Module, ::String) at ./sysimg.jl:26
 [5] top-level scope
 [6] eval at ./boot.jl:295 [inlined]
 [7] top-level scope at ./<missing>:2
in expression starting at /Users/chengguo/.julia/v0.6/CPLEX/src/CPLEX.jl:8

Then added using Libdl to CPLEX.jl, but the above problem persists.

The system is MacOS.

@blegat
Copy link
Member Author

blegat commented Jan 30, 2018

What does julia -e 'println("$VERSION")' print ?

@chengg04
Copy link
Contributor

0.7.0-DEV.3444

@blegat
Copy link
Member Author

blegat commented Feb 1, 2018

The 3 lines added in this PR need to also be added to CPLEX.jl

@blegat
Copy link
Member Author

blegat commented Feb 4, 2018

@g001234 What about now ?

@blegat blegat merged commit 1bde1b6 into master Feb 6, 2018
@odow odow deleted the bl/libdl branch November 9, 2019 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants