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

[MMG_jll] General registry Compat.toml update #8918

Open
ovanvincq opened this issue Jun 18, 2024 · 2 comments
Open

[MMG_jll] General registry Compat.toml update #8918

ovanvincq opened this issue Jun 18, 2024 · 2 comments

Comments

@ovanvincq
Copy link

The compat section of MMG_jll is limited to the version 6 of SCOTCH_jll.jl

Is it possible to update to the version 7 of SCOTCH_jll.jl ?

My initial problem is that it is not possible to simultaneously install latest versions of Gmsh.jl and MUMPS.jl:

  • Gmsh.jl v0.3 requires gmsh_jll.jl that requires MMG_jll.jl that requires SCOTCH_jll.jl v6
  • MUMPS.jl v1.4 requires MUMPS_jll.jl that requires SCOTCH_jll.jl v7

Thanks,

@Komal0103
Copy link

Hello, I have been facing the same problem while running Gmsh, SuperLUDIST and MUMPS in the same project. Did you find any workarounds to this issue?
Thank you in advance!

@ovanvincq
Copy link
Author

It is possible to install Gmsh and MUMPS by installing the packages in this order (test on windows and wsl):

add https://github.com/JuliaBinaryWrappers/MMG_jll.jl
add SCOTCH_jll.jl
add Gmsh
add MUMPS

This is possible because the version of SCOTCH_jll is not imposed in the original MMG_jl package (unlike those in the general registry)

Note that MUMPS 1.4.1 does not seems to work on windows and I installed version 1.4.0.

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

No branches or pull requests

2 participants