Skip to content

Commit

Permalink
[Clp] Use MUMPS_seq v5.7.3 (#9133)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Jul 24, 2024
1 parent a462852 commit 0adcd7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 0adcd7a

Please sign in to comment.