Skip to content

Commit

Permalink
OpenBLAS_jll build 0.3.26+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Jan 5, 2024
1 parent dd0fee5 commit 07c8df8
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 150 deletions.
282 changes: 141 additions & 141 deletions Artifacts.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "OpenBLAS_jll"
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
version = "0.3.25+0"
version = "0.3.26+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `OpenBLAS_jll.jl` (v0.3.25+0)
# `OpenBLAS_jll.jl` (v0.3.26+0)

[![deps](https://juliahub.com/docs/OpenBLAS_jll/deps.svg)](https://juliahub.com/ui/Packages/OpenBLAS_jll/vLkFP?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/1f73b5e0991f2304a09c193f7226f20adae60c1b/O/OpenBLAS/OpenBLAS@0.3.25/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/c5c6513765e939f57026aae47378ebe509c2c2df/O/OpenBLAS/OpenBLAS@0.3.26/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

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

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

* compressed archive: https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25.tar.gz (SHA256 checksum: `4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543`)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/1f73b5e0991f2304a09c193f7226f20adae60c1b/O/OpenBLAS/OpenBLAS@0.3.25/bundled)
* compressed archive: https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz (SHA256 checksum: `4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68`)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/c5c6513765e939f57026aae47378ebe509c2c2df/O/OpenBLAS/OpenBLAS@0.3.26/bundled)

## Platforms

Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/aarch64-apple-darwin-libgfortran5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libopenblas,
"lib/libopenblas64_.0.3.25.dylib",
"lib/libopenblas64_.0.3.26.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-apple-darwin-libgfortran3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libopenblas,
"lib/libopenblas64_.0.3.25.dylib",
"lib/libopenblas64_.0.3.26.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-apple-darwin-libgfortran4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libopenblas,
"lib/libopenblas64_.0.3.25.dylib",
"lib/libopenblas64_.0.3.26.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-apple-darwin-libgfortran5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libopenblas,
"lib/libopenblas64_.0.3.25.dylib",
"lib/libopenblas64_.0.3.26.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down

0 comments on commit 07c8df8

Please sign in to comment.