Skip to content

Commit

Permalink
[p7zip_jll] Set LIBPATH and LIBPATH_list at init-time (#39591)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Feb 11, 2021
1 parent ce5bd1c commit 4a3537b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/p7zip_jll/src/p7zip_jll.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ function __init__()
init_p7zip_path()
PATH[] = dirname(p7zip_path)
push!(PATH_list, PATH[])
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
LIBPATH[] = join(LIBPATH_list, pathsep)
end

# JLLWrappers API compatibility shims. Note that not all of these will really make sense.
Expand Down

3 comments on commit 4a3537b

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here. cc @maleadt

Please sign in to comment.