Skip to content

Commit

Permalink
Cbc_jll build 2.10.5+2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Mar 9, 2021
1 parent 539c0c3 commit bab8006
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 219 deletions.
414 changes: 207 additions & 207 deletions Artifacts.toml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Cbc_jll"
uuid = "38041ee0-ae04-5750-a4d2-bb4d0d83d27d"
version = "2.10.3+5"
version = "2.10.5+2"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand All @@ -15,7 +15,7 @@ OpenBLAS32_jll = "656ef2d0-ae68-5445-9ca0-591084a874a2"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
JLLWrappers = "1.1.0"
JLLWrappers = "1.2.0"
julia = "1.0"
CoinUtils_jll = "=2.11.3"
Cgl_jll = "=0.60.2"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# `Cbc_jll.jl` (v2.10.3+5)
# `Cbc_jll.jl` (v2.10.5+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/af2df11ce93d0dee2a25fd0f0d5556d83ee6740c/C/Coin-OR/Cbc/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
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/0bbf61847d36499c9f630b3f0b6947dfb4bbd87b/C/Coin-OR/Cbc/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).

For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://juliapackaging.github.io/BinaryBuilder.jl/dev/jll/).

## Sources

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

* git repository: https://github.com/coin-or/Cbc.git (revision: `6fe3addaa76436d479d4431add67b371e11d3e83`)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/af2df11ce93d0dee2a25fd0f0d5556d83ee6740c/C/Coin-OR/Cbc/bundled)
* git repository: https://github.com/coin-or/Cbc.git (revision: `7b5ccc016f035f56614c8018b20d700978144e9f`)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/0bbf61847d36499c9f630b3f0b6947dfb4bbd87b/C/Coin-OR/Cbc/bundled)

## Platforms

Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-apple-darwin-libgfortran3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ function __init__()
JLLWrappers.@generate_init_header(Clp_jll, Cgl_jll, Osi_jll, CoinUtils_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libCbc,
"lib/libCbc.3.10.3.dylib",
"lib/libCbc.3.10.5.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libcbcsolver,
"lib/libCbcSolver.3.10.3.dylib",
"lib/libCbcSolver.3.10.5.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-apple-darwin-libgfortran4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ function __init__()
JLLWrappers.@generate_init_header(Clp_jll, Cgl_jll, Osi_jll, CoinUtils_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libCbc,
"lib/libCbc.3.10.3.dylib",
"lib/libCbc.3.10.5.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libcbcsolver,
"lib/libCbcSolver.3.10.3.dylib",
"lib/libCbcSolver.3.10.5.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-apple-darwin-libgfortran5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ function __init__()
JLLWrappers.@generate_init_header(Clp_jll, Cgl_jll, Osi_jll, CoinUtils_jll, OpenBLAS32_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libCbc,
"lib/libCbc.3.10.3.dylib",
"lib/libCbc.3.10.5.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libcbcsolver,
"lib/libCbcSolver.3.10.3.dylib",
"lib/libCbcSolver.3.10.5.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down

0 comments on commit bab8006

Please sign in to comment.