Skip to content

Commit

Permalink
OpenBLAS_jll build 0.3.26+2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Jan 25, 2024
1 parent c0640e1 commit b37d449
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 151 deletions.
282 changes: 141 additions & 141 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 = "OpenBLAS_jll"
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
version = "0.3.23+3"
version = "0.3.26+2"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand All @@ -10,6 +10,6 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
JLLWrappers = "1.2.0"
julia = "1.10"
julia = "1.11"
Libdl = "1"
Artifacts = "1"
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.23+3)
# `OpenBLAS_jll.jl` (v0.3.26+2)

[![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/65d6af9747d425e92ef58343dbfcbc755a734dff/O/OpenBLAS/OpenBLAS@0.3.23/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/65d6af9747d425e92ef58343dbfcbc755a734dff/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/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz (SHA256 checksum: `5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114`)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/65d6af9747d425e92ef58343dbfcbc755a734dff/O/OpenBLAS/OpenBLAS@0.3.23/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/65d6af9747d425e92ef58343dbfcbc755a734dff/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.23.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.23.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.23.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.23.dylib",
"lib/libopenblas64_.0.3.26.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down

0 comments on commit b37d449

Please sign in to comment.