Skip to content

Commit

Permalink
OpenBLAS_jll build 0.3.7+3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Jan 6, 2020
1 parent 4bbebbc commit 19d44dd
Show file tree
Hide file tree
Showing 8 changed files with 127 additions and 127 deletions.
234 changes: 117 additions & 117 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.5+0"
version = "0.3.7+3"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-apple-darwin14-libgfortran3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIBPATH = ""
LIBPATH_env = "DYLD_FALLBACK_LIBRARY_PATH"

# Relative path to `libopenblas`
const libopenblas_splitpath = ["lib", "libopenblas64_.0.3.5.dylib"]
const libopenblas_splitpath = ["lib", "libopenblas64_.0.3.7.dylib"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libopenblas_path = ""
Expand All @@ -17,7 +17,7 @@ libopenblas_path = ""
libopenblas_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libopenblas = "@rpath/libopenblas64_.0.3.5.dylib"
const libopenblas = "@rpath/libopenblas64_.0.3.7.dylib"


"""
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-apple-darwin14-libgfortran4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIBPATH = ""
LIBPATH_env = "DYLD_FALLBACK_LIBRARY_PATH"

# Relative path to `libopenblas`
const libopenblas_splitpath = ["lib", "libopenblas64_.0.3.5.dylib"]
const libopenblas_splitpath = ["lib", "libopenblas64_.0.3.7.dylib"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libopenblas_path = ""
Expand All @@ -17,7 +17,7 @@ libopenblas_path = ""
libopenblas_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libopenblas = "@rpath/libopenblas64_.0.3.5.dylib"
const libopenblas = "@rpath/libopenblas64_.0.3.7.dylib"


"""
Expand Down
4 changes: 2 additions & 2 deletions src/wrappers/x86_64-apple-darwin14-libgfortran5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIBPATH = ""
LIBPATH_env = "DYLD_FALLBACK_LIBRARY_PATH"

# Relative path to `libopenblas`
const libopenblas_splitpath = ["lib", "libopenblas64_.0.3.5.dylib"]
const libopenblas_splitpath = ["lib", "libopenblas64_.0.3.7.dylib"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libopenblas_path = ""
Expand All @@ -17,7 +17,7 @@ libopenblas_path = ""
libopenblas_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libopenblas = "@rpath/libopenblas64_.0.3.5.dylib"
const libopenblas = "@rpath/libopenblas64_.0.3.7.dylib"


"""
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-unknown-freebsd11.1-libgfortran3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libopenblas_path = ""
libopenblas_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libopenblas = "libopenblas64_.0.3.5.so"
const libopenblas = "libopenblas64_.0.3.7.so"


"""
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-unknown-freebsd11.1-libgfortran4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libopenblas_path = ""
libopenblas_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libopenblas = "libopenblas64_.0.3.5.so"
const libopenblas = "libopenblas64_.0.3.7.so"


"""
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/x86_64-unknown-freebsd11.1-libgfortran5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libopenblas_path = ""
libopenblas_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libopenblas = "libopenblas64_.0.3.5.so"
const libopenblas = "libopenblas64_.0.3.7.so"


"""
Expand Down

0 comments on commit 19d44dd

Please sign in to comment.