Skip to content

Commit

Permalink
XicTools_jll build 4.3.19+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Feb 23, 2024
1 parent 7dd3cb8 commit 4f0dc9c
Show file tree
Hide file tree
Showing 8 changed files with 428 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/
20 changes: 20 additions & 0 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[XicTools]]
arch = "x86_64"
cxxstring_abi = "cxx03"
git-tree-sha1 = "82fc96e1ba3fb256340ae2bec7d2db2d8861b036"
libc = "glibc"
os = "linux"

[[XicTools.download]]
sha256 = "051e5d33c7107ce2ff85f04905ad7ddbea68e899274c4421d45882e6e4256e79"
url = "https://github.com/JuliaBinaryWrappers/XicTools_jll.jl/releases/download/XicTools-v4.3.19+0/XicTools.v4.3.19.x86_64-linux-gnu-cxx03.tar.gz"
[[XicTools]]
arch = "x86_64"
cxxstring_abi = "cxx11"
git-tree-sha1 = "765a052c59778016eb77756712fab300f85718d2"
libc = "glibc"
os = "linux"

[[XicTools.download]]
sha256 = "6cb0e8f931299b4e1f259e2614679688e144b88db80de722ff55cf4844785799"
url = "https://github.com/JuliaBinaryWrappers/XicTools_jll.jl/releases/download/XicTools-v4.3.19+0/XicTools.v4.3.19.x86_64-linux-gnu-cxx11.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/XicTools` directory within its prefix.

MIT License

Copyright (c) 2024 JuliaBinaryWrappers
Expand Down
21 changes: 21 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "XicTools_jll"
uuid = "05e36573-c726-5118-99be-97aa17437f28"
version = "4.3.19+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
JpegTurbo_jll = "aacddb02-875f-59d6-b918-886e6ef4fbf8"
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"
libpng_jll = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
GSL_jll = "1b77fbbe-d8ee-58f0-85f9-836ddc23a7a4"
Libtiff_jll = "89763e89-9b03-5906-acba-b20f662cd828"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
JLLWrappers = "1.2.0"
julia = "1.6"
GSL_jll = "~2.7.2"
Libdl = "1"
Libtiff_jll = "4.5.1"
Artifacts = "1"
67 changes: 67 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# `XicTools_jll.jl` (v4.3.19+0)

[![deps](https://juliahub.com/docs/XicTools_jll/deps.svg)](https://juliahub.com/ui/Packages/XicTools_jll/GteCp?page=2)

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/0aa1ac5c0aef54efdce91d4bdddda70f4c8a934d/X/XicTools/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).

## 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 `XicTools_jll.jl` have been built from these sources:

* git repository: https://github.com/wrcad/xictools (revision: `c7a50a5fcd71966730e45a5358b8507227ae098c`)
* files in directory, relative to originating `build_tarballs.jl`: [`./bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/0aa1ac5c0aef54efdce91d4bdddda70f4c8a934d/X/XicTools/bundled)

## Platforms

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

* `Linux x86_64 {cxxstring_abi=cxx03, libc=glibc}` (`x86_64-linux-gnu-cxx03`)
* `Linux x86_64 {cxxstring_abi=cxx11, libc=glibc}` (`x86_64-linux-gnu-cxx11`)

## Dependencies

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

* [`CompilerSupportLibraries_jll`](https://github.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl)
* [`GSL_jll`](https://github.com/JuliaBinaryWrappers/GSL_jll.jl)
* [`JpegTurbo_jll`](https://github.com/JuliaBinaryWrappers/JpegTurbo_jll.jl)
* [`Libtiff_jll`](https://github.com/JuliaBinaryWrappers/Libtiff_jll.jl)
* [`libpng_jll`](https://github.com/JuliaBinaryWrappers/libpng_jll.jl)

## Products

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

* `ExecutableProduct`: `admsXml`
* `ExecutableProduct`: `busgen`
* `ExecutableProduct`: `capgen`
* `ExecutableProduct`: `cubegen`
* `ExecutableProduct`: `fastcap`
* `ExecutableProduct`: `fasthenry`
* `ExecutableProduct`: `fcpp`
* `ExecutableProduct`: `lstpack`
* `ExecutableProduct`: `lstunpack`
* `ExecutableProduct`: `mmjco`
* `ExecutableProduct`: `mrouter`
* `ExecutableProduct`: `multidec`
* `ExecutableProduct`: `pipedgen`
* `ExecutableProduct`: `printtoraw`
* `ExecutableProduct`: `proc2mod`
* `ExecutableProduct`: `pyragen`
* `ExecutableProduct`: `vl`
* `ExecutableProduct`: `wrdecode`
* `ExecutableProduct`: `wrencode`
* `ExecutableProduct`: `wrspice`
* `ExecutableProduct`: `wrspiced`
* `ExecutableProduct`: `xic`
* `ExecutableProduct`: `zbuf`
9 changes: 9 additions & 0 deletions src/XicTools_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 XicTools_jll
using Base
using Base: UUID
import JLLWrappers

JLLWrappers.@generate_main_file_header("XicTools")
JLLWrappers.@generate_main_file("XicTools", UUID("05e36573-c726-5118-99be-97aa17437f28"))
end # module XicTools_jll
151 changes: 151 additions & 0 deletions src/wrappers/x86_64-linux-gnu-cxx03.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
# Autogenerated wrapper script for XicTools_jll for x86_64-linux-gnu-cxx03
export admsXml, busgen, capgen, cubegen, fastcap, fasthenry, fcpp, lstpack, lstunpack, mmjco, mrouter, multidec, pipedgen, printtoraw, proc2mod, pyragen, vl, wrdecode, wrencode, wrspice, wrspiced, xic, zbuf

using Libtiff_jll
using libpng_jll
using JpegTurbo_jll
using GSL_jll
using CompilerSupportLibraries_jll
JLLWrappers.@generate_wrapper_header("XicTools")
JLLWrappers.@declare_executable_product(admsXml)
JLLWrappers.@declare_executable_product(busgen)
JLLWrappers.@declare_executable_product(capgen)
JLLWrappers.@declare_executable_product(cubegen)
JLLWrappers.@declare_executable_product(fastcap)
JLLWrappers.@declare_executable_product(fasthenry)
JLLWrappers.@declare_executable_product(fcpp)
JLLWrappers.@declare_executable_product(lstpack)
JLLWrappers.@declare_executable_product(lstunpack)
JLLWrappers.@declare_executable_product(mmjco)
JLLWrappers.@declare_executable_product(mrouter)
JLLWrappers.@declare_executable_product(multidec)
JLLWrappers.@declare_executable_product(pipedgen)
JLLWrappers.@declare_executable_product(printtoraw)
JLLWrappers.@declare_executable_product(proc2mod)
JLLWrappers.@declare_executable_product(pyragen)
JLLWrappers.@declare_executable_product(vl)
JLLWrappers.@declare_executable_product(wrdecode)
JLLWrappers.@declare_executable_product(wrencode)
JLLWrappers.@declare_executable_product(wrspice)
JLLWrappers.@declare_executable_product(wrspiced)
JLLWrappers.@declare_executable_product(xic)
JLLWrappers.@declare_executable_product(zbuf)
function __init__()
JLLWrappers.@generate_init_header(Libtiff_jll, libpng_jll, JpegTurbo_jll, GSL_jll, CompilerSupportLibraries_jll)
JLLWrappers.@init_executable_product(
admsXml,
"bin/admsXml",
)

JLLWrappers.@init_executable_product(
busgen,
"bin/busgen",
)

JLLWrappers.@init_executable_product(
capgen,
"bin/capgen",
)

JLLWrappers.@init_executable_product(
cubegen,
"bin/cubegen",
)

JLLWrappers.@init_executable_product(
fastcap,
"bin/fastcap",
)

JLLWrappers.@init_executable_product(
fasthenry,
"bin/fasthenry",
)

JLLWrappers.@init_executable_product(
fcpp,
"bin/fcpp",
)

JLLWrappers.@init_executable_product(
lstpack,
"bin/lstpack",
)

JLLWrappers.@init_executable_product(
lstunpack,
"bin/lstunpack",
)

JLLWrappers.@init_executable_product(
mmjco,
"bin/mmjco",
)

JLLWrappers.@init_executable_product(
mrouter,
"bin/mrouter",
)

JLLWrappers.@init_executable_product(
multidec,
"bin/multidec",
)

JLLWrappers.@init_executable_product(
pipedgen,
"bin/pipedgen",
)

JLLWrappers.@init_executable_product(
printtoraw,
"bin/printtoraw",
)

JLLWrappers.@init_executable_product(
proc2mod,
"bin/proc2mod",
)

JLLWrappers.@init_executable_product(
pyragen,
"bin/pyragen",
)

JLLWrappers.@init_executable_product(
vl,
"bin/vl",
)

JLLWrappers.@init_executable_product(
wrdecode,
"bin/wrdecode",
)

JLLWrappers.@init_executable_product(
wrencode,
"bin/wrencode",
)

JLLWrappers.@init_executable_product(
wrspice,
"bin/wrspice",
)

JLLWrappers.@init_executable_product(
wrspiced,
"bin/wrspiced",
)

JLLWrappers.@init_executable_product(
xic,
"bin/xic",
)

JLLWrappers.@init_executable_product(
zbuf,
"bin/zbuf",
)

JLLWrappers.@generate_init_footer()
end # __init__()
Loading

0 comments on commit 4f0dc9c

Please sign in to comment.