Skip to content

Commit

Permalink
OpenBLAS32_jll build 0.3.27+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Apr 6, 2024
1 parent d242d1f commit 815c05e
Show file tree
Hide file tree
Showing 7 changed files with 148 additions and 148 deletions.
276 changes: 138 additions & 138 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 = "OpenBLAS32_jll"
uuid = "656ef2d0-ae68-5445-9ca0-591084a874a2"
version = "0.3.23+3"
version = "0.3.27+0"

[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 @@
# `OpenBLAS32_jll.jl` (v0.3.23+3)
# `OpenBLAS32_jll.jl` (v0.3.27+0)

[![deps](https://juliahub.com/docs/OpenBLAS32_jll/deps.svg)](https://juliahub.com/ui/Packages/OpenBLAS32_jll/e6VDi?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/414237372f5bac40fc3cd8045727def18388a1d7/O/OpenBLAS/[email protected].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/c257d575ef3866622de0676f4dccbd4ae5e1c3ef/O/OpenBLAS/[email protected].27/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 `OpenBLAS32_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/414237372f5bac40fc3cd8045727def18388a1d7/O/OpenBLAS/[email protected].23/bundled)
* compressed archive: https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.tar.gz (SHA256 checksum: `aa2d68b1564fe2b13bc292672608e9cdeeeb6dc34995512e65c3b10f4599e897`)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/c257d575ef3866622de0676f4dccbd4ae5e1c3ef/O/OpenBLAS/[email protected].27/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/libopenblas.0.3.23.dylib",
"lib/libopenblas.0.3.27.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/libopenblas.0.3.23.dylib",
"lib/libopenblas.0.3.27.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/libopenblas.0.3.23.dylib",
"lib/libopenblas.0.3.27.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/libopenblas.0.3.23.dylib",
"lib/libopenblas.0.3.27.dylib",
RTLD_LAZY | RTLD_DEEPBIND,
)

Expand Down

0 comments on commit 815c05e

Please sign in to comment.