Skip to content

Commit

Permalink
Ipopt_jll build 300.1400.403+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Oct 4, 2022
1 parent 0ea1e59 commit bfac19d
Show file tree
Hide file tree
Showing 15 changed files with 285 additions and 283 deletions.
510 changes: 255 additions & 255 deletions Artifacts.toml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Ipopt_jll"
uuid = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
version = "300.1400.402+0"
version = "300.1400.403+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand All @@ -9,10 +9,11 @@ MUMPS_seq_jll = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d"
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
OpenBLAS32_jll = "656ef2d0-ae68-5445-9ca0-591084a874a2"
ASL_jll = "ae81ac8f-d209-56e5-92de-9978fef736f9"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
JLLWrappers = "1.2.0"
julia = "1.8"
MUMPS_seq_jll = "=500.400.100"
MUMPS_seq_jll = "=500.500.101"
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `Ipopt_jll.jl` (v300.1400.402+0)
# `Ipopt_jll.jl` (v300.1400.403+0)

[![deps](https://juliahub.com/docs/Ipopt_jll/deps.svg)](https://juliahub.com/ui/Packages/Ipopt_jll/FgsDH?page=2)

This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).

The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/6df213faae3f1743532e5a9a14f3e00c30794a50/C/Coin-OR/Ipopt/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/ad13ef831ca6020aa7ccdf8d8b48a8ae7d6874db/C/Coin-OR/Ipopt/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

Expand Down Expand Up @@ -117,6 +117,7 @@ The following JLL packages are required by `Ipopt_jll.jl`:
* [`ASL_jll`](https://github.com/JuliaBinaryWrappers/ASL_jll.jl)
* [`CompilerSupportLibraries_jll`](https://github.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl)
* [`MUMPS_seq_jll`](https://github.com/JuliaBinaryWrappers/MUMPS_seq_jll.jl)
* [`OpenBLAS32_jll`](https://github.com/JuliaBinaryWrappers/OpenBLAS32_jll.jl)
* [`libblastrampoline_jll`](https://github.com/JuliaBinaryWrappers/libblastrampoline_jll.jl)

## Products
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/i686-w64-mingw32-libgfortran3-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/i686-w64-mingw32-libgfortran3-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/i686-w64-mingw32-libgfortran4-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/i686-w64-mingw32-libgfortran4-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/i686-w64-mingw32-libgfortran5-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/i686-w64-mingw32-libgfortran5-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-w64-mingw32-libgfortran3-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-w64-mingw32-libgfortran3-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-w64-mingw32-libgfortran4-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-w64-mingw32-libgfortran4-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-w64-mingw32-libgfortran5-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-w64-mingw32-libgfortran5-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export amplexe, libipopt, libipoptamplinterface

using ASL_jll
using MUMPS_seq_jll
using libblastrampoline_jll
using OpenBLAS32_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("Ipopt")
JLLWrappers.@declare_library_product(libipopt, "libipopt-3.dll")
JLLWrappers.@declare_library_product(libipoptamplinterface, "libipoptamplinterface-3.dll")
JLLWrappers.@declare_executable_product(amplexe)
function __init__()
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, libblastrampoline_jll, CompilerSupportLibraries_jll)
JLLWrappers.@generate_init_header(ASL_jll, MUMPS_seq_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libipopt,
"bin\\libipopt-3.dll",
Expand Down

0 comments on commit bfac19d

Please sign in to comment.