Skip to content

Commit

Permalink
Libiconv_jll build 1.16.0+5
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Jun 24, 2020
1 parent eb41a93 commit ec1b2de
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 133 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Libiconv_jll"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.16.0+4"
version = "1.16.0+5"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `Libiconv_jll.jl` (v1.16.0+4)
# `Libiconv_jll.jl` (v1.16.0+5)

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/76f7d746b9d3572339dc2245934d4733ec19361f/L/Libiconv/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
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/76c1addd144431985117bcd51fefcea42a5169c6/L/Libiconv/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://juliapackaging.github.io/BinaryBuilder.jl/dev/jll/).

Expand Down
11 changes: 1 addition & 10 deletions src/wrappers/aarch64-linux-gnu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/aarch64-linux-musl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/armv7l-linux-gnueabihf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/armv7l-linux-musleabihf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/i686-linux-gnu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/i686-linux-musl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/i686-w64-mingw32.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [Sys.BINDIR, joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ';')
global LIBPATH = join(LIBPATH_list, ';')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [Sys.BINDIR, joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ';')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/powerpc64le-linux-gnu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/x86_64-apple-darwin14.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/x86_64-linux-gnu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/x86_64-linux-musl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/x86_64-unknown-freebsd11.1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ':')
global LIBPATH = join(LIBPATH_list, ':')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ':')) end # __init__()

11 changes: 1 addition & 10 deletions src/wrappers/x86_64-w64-mingw32.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function __init__()

# Initialize PATH and LIBPATH environment variable listings
global PATH_list, LIBPATH_list
# Lastly, we need to add to LIBPATH_list the libraries provided by Julia
append!(LIBPATH_list, [Sys.BINDIR, joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)])
global libcharset_path = normpath(joinpath(artifact_dir, libcharset_splitpath...))

# Manually `dlopen()` this right now so that future invocations
Expand All @@ -63,12 +61,5 @@ function __init__()
filter!(!isempty, unique!(PATH_list))
filter!(!isempty, unique!(LIBPATH_list))
global PATH = join(PATH_list, ';')
global LIBPATH = join(LIBPATH_list, ';')

# Add each element of LIBPATH to our DL_LOAD_PATH (necessary on platforms
# that don't honor our "already opened" trick)
#for lp in LIBPATH_list
# push!(DL_LOAD_PATH, lp)
#end
end # __init__()
global LIBPATH = join(vcat(LIBPATH_list, [Sys.BINDIR, joinpath(Sys.BINDIR, Base.LIBDIR, "julia"), joinpath(Sys.BINDIR, Base.LIBDIR)]), ';')) end # __init__()

0 comments on commit ec1b2de

Please sign in to comment.