Skip to content

Commit

Permalink
GEOS_jll build 3.8.0+4
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Jan 18, 2020
1 parent caeef1f commit 9dd822b
Show file tree
Hide file tree
Showing 28 changed files with 573 additions and 573 deletions.
156 changes: 78 additions & 78 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 = "GEOS_jll"
uuid = "d604d12d-fa86-5845-992e-78dc15976526"
version = "3.8.0+3"
version = "3.8.0+4"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/aarch64-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-linux-gnu-cxx03
export libgeos_cpp, libgeos
export libgeos, libgeos_cpp

## Global variables
PATH = ""
LIBPATH = ""
LIBPATH_env = "LD_LIBRARY_PATH"

# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]
# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_cpp_path = ""
libgeos_path = ""

# libgeos_cpp-specific global declaration
# libgeos-specific global declaration
# This will be filled out by __init__()
libgeos_cpp_handle = C_NULL
libgeos_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos_cpp = "libgeos-3.8.0.so"
const libgeos = "libgeos_c.so.1"


# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]
# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_path = ""
libgeos_cpp_path = ""

# libgeos-specific global declaration
# libgeos_cpp-specific global declaration
# This will be filled out by __init__()
libgeos_handle = C_NULL
libgeos_cpp_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos = "libgeos_c.so.1"
const libgeos_cpp = "libgeos-3.8.0.so"


"""
Expand All @@ -44,19 +44,19 @@ function __init__()
global PATH_list, LIBPATH_list
# We first 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 libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))
global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))

global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))
global libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))

# Filter out duplicate and empty entries in our PATH and LIBPATH entries
filter!(!isempty, unique!(PATH_list))
Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/aarch64-linux-gnu-cxx11.jl
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-linux-gnu-cxx11
export libgeos_cpp, libgeos
export libgeos, libgeos_cpp

## Global variables
PATH = ""
LIBPATH = ""
LIBPATH_env = "LD_LIBRARY_PATH"

# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]
# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_cpp_path = ""
libgeos_path = ""

# libgeos_cpp-specific global declaration
# libgeos-specific global declaration
# This will be filled out by __init__()
libgeos_cpp_handle = C_NULL
libgeos_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos_cpp = "libgeos-3.8.0.so"
const libgeos = "libgeos_c.so.1"


# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]
# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_path = ""
libgeos_cpp_path = ""

# libgeos-specific global declaration
# libgeos_cpp-specific global declaration
# This will be filled out by __init__()
libgeos_handle = C_NULL
libgeos_cpp_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos = "libgeos_c.so.1"
const libgeos_cpp = "libgeos-3.8.0.so"


"""
Expand All @@ -44,19 +44,19 @@ function __init__()
global PATH_list, LIBPATH_list
# We first 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 libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))
global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))

global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))
global libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))

# Filter out duplicate and empty entries in our PATH and LIBPATH entries
filter!(!isempty, unique!(PATH_list))
Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/aarch64-linux-musl-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-linux-musl-cxx03
export libgeos_cpp, libgeos
export libgeos, libgeos_cpp

## Global variables
PATH = ""
LIBPATH = ""
LIBPATH_env = "LD_LIBRARY_PATH"

# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]
# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_cpp_path = ""
libgeos_path = ""

# libgeos_cpp-specific global declaration
# libgeos-specific global declaration
# This will be filled out by __init__()
libgeos_cpp_handle = C_NULL
libgeos_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos_cpp = "libgeos-3.8.0.so"
const libgeos = "libgeos_c.so.1"


# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]
# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_path = ""
libgeos_cpp_path = ""

# libgeos-specific global declaration
# libgeos_cpp-specific global declaration
# This will be filled out by __init__()
libgeos_handle = C_NULL
libgeos_cpp_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos = "libgeos_c.so.1"
const libgeos_cpp = "libgeos-3.8.0.so"


"""
Expand All @@ -44,19 +44,19 @@ function __init__()
global PATH_list, LIBPATH_list
# We first 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 libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))
global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))

global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))
global libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))

# Filter out duplicate and empty entries in our PATH and LIBPATH entries
filter!(!isempty, unique!(PATH_list))
Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/aarch64-linux-musl-cxx11.jl
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# Autogenerated wrapper script for GEOS_jll for aarch64-linux-musl-cxx11
export libgeos_cpp, libgeos
export libgeos, libgeos_cpp

## Global variables
PATH = ""
LIBPATH = ""
LIBPATH_env = "LD_LIBRARY_PATH"

# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]
# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_cpp_path = ""
libgeos_path = ""

# libgeos_cpp-specific global declaration
# libgeos-specific global declaration
# This will be filled out by __init__()
libgeos_cpp_handle = C_NULL
libgeos_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos_cpp = "libgeos-3.8.0.so"
const libgeos = "libgeos_c.so.1"


# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]
# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_path = ""
libgeos_cpp_path = ""

# libgeos-specific global declaration
# libgeos_cpp-specific global declaration
# This will be filled out by __init__()
libgeos_handle = C_NULL
libgeos_cpp_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos = "libgeos_c.so.1"
const libgeos_cpp = "libgeos-3.8.0.so"


"""
Expand All @@ -44,19 +44,19 @@ function __init__()
global PATH_list, LIBPATH_list
# We first 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 libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))
global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))

global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))
global libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))

# Filter out duplicate and empty entries in our PATH and LIBPATH entries
filter!(!isempty, unique!(PATH_list))
Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/arm-linux-gnueabihf-cxx03.jl
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# Autogenerated wrapper script for GEOS_jll for arm-linux-gnueabihf-cxx03
export libgeos_cpp, libgeos
export libgeos, libgeos_cpp

## Global variables
PATH = ""
LIBPATH = ""
LIBPATH_env = "LD_LIBRARY_PATH"

# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]
# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_cpp_path = ""
libgeos_path = ""

# libgeos_cpp-specific global declaration
# libgeos-specific global declaration
# This will be filled out by __init__()
libgeos_cpp_handle = C_NULL
libgeos_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos_cpp = "libgeos-3.8.0.so"
const libgeos = "libgeos_c.so.1"


# Relative path to `libgeos`
const libgeos_splitpath = ["lib", "libgeos_c.so"]
# Relative path to `libgeos_cpp`
const libgeos_cpp_splitpath = ["lib", "libgeos.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libgeos_path = ""
libgeos_cpp_path = ""

# libgeos-specific global declaration
# libgeos_cpp-specific global declaration
# This will be filled out by __init__()
libgeos_handle = C_NULL
libgeos_cpp_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libgeos = "libgeos_c.so.1"
const libgeos_cpp = "libgeos-3.8.0.so"


"""
Expand All @@ -44,19 +44,19 @@ function __init__()
global PATH_list, LIBPATH_list
# We first 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 libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))
global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))

global libgeos_path = normpath(joinpath(artifact_dir, libgeos_splitpath...))
global libgeos_cpp_path = normpath(joinpath(artifact_dir, libgeos_cpp_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libgeos_handle = dlopen(libgeos_path)
push!(LIBPATH_list, dirname(libgeos_path))
global libgeos_cpp_handle = dlopen(libgeos_cpp_path)
push!(LIBPATH_list, dirname(libgeos_cpp_path))

# Filter out duplicate and empty entries in our PATH and LIBPATH entries
filter!(!isempty, unique!(PATH_list))
Expand Down
Loading

0 comments on commit 9dd822b

Please sign in to comment.