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

julia 0.6.0 install Ipopt cannot connect to mumps dependency #344

Closed
dlc1994 opened this issue Nov 28, 2022 · 2 comments
Closed

julia 0.6.0 install Ipopt cannot connect to mumps dependency #344

dlc1994 opened this issue Nov 28, 2022 · 2 comments

Comments

@dlc1994
Copy link

dlc1994 commented Nov 28, 2022

Hello I am trying to install Ipopt with julia 0.6.0
but when trying to download mumps it stuck by connection error
I found that mumps provide two links to download
http://mumps.enseeiht.fr/MUMPS_4.10.0.tar.gz and
http://graal.ens-lyon.fr/MUMPS/MUMPS_4.10.0.tar.gz

the first one is deprecated but used in install Ipopt
how can I change the config or other way to solve it.

Thx

image

@odow
Copy link
Member

odow commented Nov 28, 2022

Julia v0.6.0 is (very) old and unsupported. Please use at least Julia v1.6.

@odow
Copy link
Member

odow commented Nov 30, 2022

@dlc1994 I'm going to close this as "won't-fix."

Please use a supported version of Julia downloaded from https://julialang.org/downloads/. (At the time of writing, either v1.8.3 or v1.6.7.) The good news is that newer versions of Julia use a different system for distributing the binaries, so we'll never have this problem of links going stale on the internet.

If you have further questions, please post on our community forum: https://discourse.julialang.org/c/domain/opt/13

@odow odow closed this as completed Nov 30, 2022
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

2 participants