Skip to content

Commit

Permalink
[Ipopt] pin MUMPS_seq version (#2162)
Browse files Browse the repository at this point in the history
* [Ipopt] pin MUMPS_seq version

* [Ipopt] Pin MUMPS_seq_jll

Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
odow and giordano authored Nov 23, 2020
1 parent 81ba5b5 commit 83632b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions I/Ipopt/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using BinaryBuilder
using BinaryBuilder, Pkg

name = "Ipopt"
version = v"3.13.2"
Expand Down Expand Up @@ -47,8 +47,8 @@ products = [
# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("ASL_jll"),
Dependency("OpenBLAS32_jll"), # Ipopt uses 32-bit ints
Dependency("MUMPS_seq_jll"),
Dependency("OpenBLAS32_jll", v"0.3.9"), # Ipopt uses 32-bit ints
Dependency(PackageSpec(; name="MUMPS_seq_jll", version=v"5.2.1")),
Dependency("CompilerSupportLibraries_jll"),
]

Expand Down

0 comments on commit 83632b2

Please sign in to comment.