Skip to content

Commit

Permalink
Merge pull request #6 from nathanemac/add_libproxtv
Browse files Browse the repository at this point in the history
remove wrapper.jl from ProxTV.jl module file
  • Loading branch information
nathanemac authored Sep 5, 2024
2 parents e8a0467 + 516e2f8 commit bb49ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProxTV.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module ProxTV
using OpenBLAS32_jll
# Include wrappers and the main library
include("libproxtv.jl")
include("gen/wrapper.jl")
# include("gen/wrapper.jl")

config = LinearAlgebra.BLAS.lbt_get_config()
if !any(lib -> lib.interface == :lp64, config.loaded_libs)
Expand Down

0 comments on commit bb49ca2

Please sign in to comment.