Skip to content

Commit

Permalink
xfoil_light_jll build 0.1.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd committed Sep 8, 2022
1 parent b949b7f commit dde1545
Show file tree
Hide file tree
Showing 9 changed files with 165 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
override/
30 changes: 30 additions & 0 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[[xfoil_light]]
arch = "x86_64"
git-tree-sha1 = "838592eecb0d432f69a3dad7f42fc55e2de8bd14"
libc = "glibc"
libgfortran_version = "3.0.0"
os = "linux"

[[xfoil_light.download]]
sha256 = "3eb357d4cc6558e7b5773e869b8ac6f3abcca7b66459af3471c00559c31688c1"
url = "https://github.com/taylormcd/xfoil_light_jll.jl/releases/download/xfoil_light-v0.1.1+1/xfoil_light.v0.1.1.x86_64-linux-gnu-libgfortran3.tar.gz"
[[xfoil_light]]
arch = "x86_64"
git-tree-sha1 = "b100f9c9f232251fbe9287ce25f1c41a45200998"
libc = "glibc"
libgfortran_version = "4.0.0"
os = "linux"

[[xfoil_light.download]]
sha256 = "936a0dcddd61f8c86f9f4d506702dc5e0e2a35f8610c949a09f3bf76bf826c81"
url = "https://github.com/taylormcd/xfoil_light_jll.jl/releases/download/xfoil_light-v0.1.1+1/xfoil_light.v0.1.1.x86_64-linux-gnu-libgfortran4.tar.gz"
[[xfoil_light]]
arch = "x86_64"
git-tree-sha1 = "d82b85ea5e1d6ee447e7a9f58cb7f7f395bfa548"
libc = "glibc"
libgfortran_version = "5.0.0"
os = "linux"

[[xfoil_light.download]]
sha256 = "189c00ce2c4f83d73cce69f55f6b850c00e8da51c334d8535a2dd9299c35ab08"
url = "https://github.com/taylormcd/xfoil_light_jll.jl/releases/download/xfoil_light-v0.1.1+1/xfoil_light.v0.1.1.x86_64-linux-gnu-libgfortran5.tar.gz"
8 changes: 8 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
The Julia source code within this repository (all files under `src/`) are
released under the terms of the MIT "Expat" License, the text of which is
included below. This license does not apply to the binary package wrapped by
this Julia package and automatically downloaded by the Julia package manager
upon installing this wrapper package. The binary package's license is shipped
alongside the binary itself and can be found within the
`share/licenses/xfoil_light` directory within its prefix.

MIT License

Copyright (c) 2022 Taylor McDonnell
Expand Down
14 changes: 14 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "xfoil_light_jll"
uuid = "70cc596b-f351-5640-b155-76ddf0ff62ca"
version = "0.1.1+1"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
JLLWrappers = "1.2.0"
julia = "1.6"
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# `xfoil_light_jll.jl` (v0.1.1+1)

This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).

## Documentation

For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://docs.binarybuilder.org/stable/jll/).

## Sources

The tarballs for `xfoil_light_jll.jl` have been built from these sources:

* git repository: https://github.com/byuflowlab/xfoil_light.git (revision: `eea223f3e88b9e743b4c179890846df720c17fcc`)

## Platforms

`xfoil_light_jll.jl` is available for the following platforms:

* `Linux x86_64 {libc=glibc, libgfortran_version=3.0.0}` (`x86_64-linux-gnu-libgfortran3`)
* `Linux x86_64 {libc=glibc, libgfortran_version=4.0.0}` (`x86_64-linux-gnu-libgfortran4`)
* `Linux x86_64 {libc=glibc, libgfortran_version=5.0.0}` (`x86_64-linux-gnu-libgfortran5`)

## Dependencies

The following JLL packages are required by `xfoil_light_jll.jl`:

* `CompilerSupportLibraries_jll`

## Products

The code bindings within this package are autogenerated from the following `Products`:

* `LibraryProduct`: `libxfoil_light`
* `LibraryProduct`: `libxfoil_light_cs`
23 changes: 23 additions & 0 deletions src/wrappers/x86_64-linux-gnu-libgfortran3.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Autogenerated wrapper script for xfoil_light_jll for x86_64-linux-gnu-libgfortran3
export libxfoil_light, libxfoil_light_cs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("xfoil_light")
JLLWrappers.@declare_library_product(libxfoil_light, "libxfoil_light.so")
JLLWrappers.@declare_library_product(libxfoil_light_cs, "libxfoil_light_cs.so")
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libxfoil_light,
"lib/libxfoil_light.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libxfoil_light_cs,
"lib/libxfoil_light_cs.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@generate_init_footer()
end # __init__()
23 changes: 23 additions & 0 deletions src/wrappers/x86_64-linux-gnu-libgfortran4.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Autogenerated wrapper script for xfoil_light_jll for x86_64-linux-gnu-libgfortran4
export libxfoil_light, libxfoil_light_cs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("xfoil_light")
JLLWrappers.@declare_library_product(libxfoil_light, "libxfoil_light.so")
JLLWrappers.@declare_library_product(libxfoil_light_cs, "libxfoil_light_cs.so")
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libxfoil_light,
"lib/libxfoil_light.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libxfoil_light_cs,
"lib/libxfoil_light_cs.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@generate_init_footer()
end # __init__()
23 changes: 23 additions & 0 deletions src/wrappers/x86_64-linux-gnu-libgfortran5.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Autogenerated wrapper script for xfoil_light_jll for x86_64-linux-gnu-libgfortran5
export libxfoil_light, libxfoil_light_cs

using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("xfoil_light")
JLLWrappers.@declare_library_product(libxfoil_light, "libxfoil_light.so")
JLLWrappers.@declare_library_product(libxfoil_light_cs, "libxfoil_light_cs.so")
function __init__()
JLLWrappers.@generate_init_header(CompilerSupportLibraries_jll)
JLLWrappers.@init_library_product(
libxfoil_light,
"lib/libxfoil_light.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@init_library_product(
libxfoil_light_cs,
"lib/libxfoil_light_cs.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@generate_init_footer()
end # __init__()
9 changes: 9 additions & 0 deletions src/xfoil_light_jll.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Use baremodule to shave off a few KB from the serialized `.ji` file
baremodule xfoil_light_jll
using Base
using Base: UUID
import JLLWrappers

JLLWrappers.@generate_main_file_header("xfoil_light")
JLLWrappers.@generate_main_file("xfoil_light", UUID("70cc596b-f351-5640-b155-76ddf0ff62ca"))
end # module xfoil_light_jll

0 comments on commit dde1545

Please sign in to comment.