Skip to content

Commit

Permalink
HiGHS_jll build 1.5.1+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Mar 9, 2023
1 parent 912c70d commit 6baa99d
Show file tree
Hide file tree
Showing 28 changed files with 118 additions and 119 deletions.
174 changes: 87 additions & 87 deletions Artifacts.toml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name = "HiGHS_jll"
uuid = "8fd58aa0-07eb-5a78-9b36-339c94fd15ea"
version = "1.4.2+0"
version = "1.5.1+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `HiGHS_jll.jl` (v1.4.2+0)
# `HiGHS_jll.jl` (v1.5.1+0)

[![deps](https://juliahub.com/docs/HiGHS_jll/deps.svg)](https://juliahub.com/ui/Packages/HiGHS_jll/zNX2T?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/24748e979d57409b38091fa720945df558273e39/H/HiGHS/HiGHS/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/63054bf8b477f65568fe1f16cc091ebc08701913/H/HiGHS/HiGHS/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

Expand All @@ -18,7 +18,7 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`

The tarballs for `HiGHS_jll.jl` have been built from these sources:

* git repository: https://github.com/ERGO-Code/HiGHS.git (revision: `f797c1ab602004004186d745cbfce83f50d39932`)
* git repository: https://github.com/ERGO-Code/HiGHS.git (revision: `93f1876e453eeec2d16e2a0c95874d0ef12c5b23`)

## Platforms

Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/aarch64-apple-darwin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "@rpath/libhighs.1.4.dylib")
JLLWrappers.@declare_library_product(libhighs, "@rpath/libhighs.1.5.dylib")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libhighs,
"lib/libhighs.1.4.2.dylib",
"lib/libhighs.1.5.1.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/aarch64-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/aarch64-linux-gnu-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/aarch64-linux-musl-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/aarch64-linux-musl-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/armv6l-linux-gnueabihf-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/armv6l-linux-gnueabihf-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/armv6l-linux-musleabihf-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/armv6l-linux-musleabihf-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/armv7l-linux-gnueabihf-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/armv7l-linux-gnueabihf-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/armv7l-linux-musleabihf-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/armv7l-linux-musleabihf-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/i686-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/i686-linux-gnu-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/i686-linux-musl-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/i686-linux-musl-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/powerpc64le-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/powerpc64le-linux-gnu-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-apple-darwin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "@rpath/libhighs.1.4.dylib")
JLLWrappers.@declare_library_product(libhighs, "@rpath/libhighs.1.5.dylib")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libhighs,
"lib/libhighs.1.4.2.dylib",
"lib/libhighs.1.5.1.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-linux-gnu-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-linux-musl-cxx03.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-linux-musl-cxx11.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-unknown-freebsd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export highs, libhighs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("HiGHS")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.4")
JLLWrappers.@declare_library_product(libhighs, "libhighs.so.1.5")
JLLWrappers.@declare_executable_product(highs)
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
Expand Down

0 comments on commit 6baa99d

Please sign in to comment.