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

[Clp] Use MUMPS_seq v5.7.3 #9133

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion C/Coin-OR/Clp/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# In addition to coin-or-common.jl, we need to modify this file to trigger a
# rebuild.
#
# Last updated: 2024-07-17
# Last updated: 2024-07-24

include("../coin-or-common.jl")

Expand Down
4 changes: 2 additions & 2 deletions C/Coin-OR/coin-or-common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Cbc_gitsha = "3c1d759619f38bbd5916380df292cfc1dafba7f5"
Cgl_version = offset_version(v"0.60.6", v"0.0.0")
Cgl_gitsha = "8952b9e737e434b730fab5967cd28180b43d7234"

Clp_version = offset_version(v"1.17.9", v"0.0.0")
Clp_version = offset_version(v"1.17.9", v"0.0.1")
Clp_gitsha = "7b9daa62d4c2710a368a17385913ce59d8c67b68"

Osi_version = offset_version(v"0.108.10", v"0.0.0")
Expand Down Expand Up @@ -110,7 +110,7 @@ Julia_compat_version = "1.6"
ASL_version = v"0.1.3"
METIS_version = v"5.1.2"
MUMPS_seq_version = v"5.4.1"
MUMPS_seq_version_LBT = v"500.700.200"
MUMPS_seq_version_LBT = v"500.700.300"
SPRAL_version_LBT = v"2024.1.18"
OpenBLAS32_version = v"0.3.26"

Expand Down