Skip to content

Commit

Permalink
Include OpenBLAS32_jll and proxTV_jll in project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanemac committed Sep 5, 2024
1 parent c4e8e61 commit b3196ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ version = "0.1.0"

[compat]
julia = "1.9"

[deps]
OpenBLAS32_jll = "656ef2d0-ae68-5445-9ca0-591084a874a2"
proxTV_jll = "700117f8-5dbb-54dd-9908-6f3eb0e21f87"
6 changes: 6 additions & 0 deletions src/ProxTV.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
module ProxTV

using OpenBLAS32_jll
# Include wrappers and the main library
include("libproxtv.jl")
include("gen/wrapper.jl")

config = LinearAlgebra.BLAS.lbt_get_config()
if !any(lib -> lib.interface == :lp64, config.loaded_libs)
LinearAlgebra.BLAS.lbt_forward(OpenBLAS32_jll.libopenblas_path)
end

end

0 comments on commit b3196ff

Please sign in to comment.