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

[README] Clarify custom installation instructions #248

Merged
merged 1 commit into from
Nov 23, 2020
Merged

Conversation

odow
Copy link
Member

@odow odow commented Nov 23, 2020

@ksun46 did you make sure these environment variables were set before calling using Ipopt?

If you previously ran using Ipopt, you will need to open a new Julia session for the changes to take effect.

x-ref: #247 (comment)

@codecov
Copy link

codecov bot commented Nov 23, 2020

Codecov Report

Merging #248 (460f884) into master (79c1c52) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #248   +/-   ##
=======================================
  Coverage   82.16%   82.16%           
=======================================
  Files           3        3           
  Lines         869      869           
=======================================
  Hits          714      714           
  Misses        155      155           

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 79c1c52...460f884. Read the comment docs.

@odow odow merged commit dbd3e91 into master Nov 23, 2020
@odow odow deleted the odow-patch-1 branch November 23, 2020 08:18
@ksun46
Copy link

ksun46 commented Nov 23, 2020

@odow Yes I think so. I saw the very important note in the readme.

Just to confirm, we do not need a customized Ipopt to use HSL linear solvers. For example, every time when I start a new project, I will activate the project, and I would like to add the latest Ipopt and other packages into the toml files by doing Pkg.add("Ipopt"). I DONT need to set environment variables (to point to the customized Ipopt) for every project and Pkg.build("Ipopt"), right? I just need to make sure libhsl.dylib can be found somewhere in the load path (even before I start Julia)? Thanks.

@odow
Copy link
Member Author

odow commented Nov 23, 2020

Just to confirm, we do not need a customized Ipopt to use HSL linear solvers

Correct.

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