diff --git a/Artifacts.toml b/Artifacts.toml index bbacad1..e1c0816 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -1,32 +1,42 @@ [[LicenseSpring]] arch = "aarch64" -git-tree-sha1 = "9982169fdf00c0caa31fa77cda8c3d847a2b0eb7" +git-tree-sha1 = "52f91d3574e2442cbbdc99b369975faf6e4fd943" os = "macos" [[LicenseSpring.download]] - sha256 = "b5953014560d79d707a7854f1a8878f15f1ba9f3b2ed27115d4fe5ae465500c1" + sha256 = "428b97ba3477bea2e5b3e65be206d948545a3baab773e8f7a38ecdf5cc91b68a" url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.aarch64-apple-darwin.tar.gz" [[LicenseSpring]] arch = "i686" -git-tree-sha1 = "92b88f613024d6cde4482c7d420245202fa3c1a0" +git-tree-sha1 = "49376490f2ee72acce626ab679bd5858377e7960" os = "windows" [[LicenseSpring.download]] - sha256 = "a1d033e949c12bcf923b87d0f050d2f416ba4d77a0e253e24a44567552183f6b" + sha256 = "874fd14650e597c10a10d2bf19e5e027f851ab40e6100204c846382a44078ccb" url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.i686-w64-mingw32.tar.gz" [[LicenseSpring]] arch = "x86_64" -git-tree-sha1 = "b372b7ad4e96191801f4dad369218599895c6b94" +git-tree-sha1 = "72d03b372a8a475ae27cead6ae25597e47108ea7" os = "macos" [[LicenseSpring.download]] - sha256 = "03b56f9b6cb5a3ff847a0e44c489df29bde5153bd5083d087a3ce472d93a61ff" + sha256 = "8acf99db79008d40284f8fe6466fd1745a1d77414571d95e76174e5f242e8088" url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.x86_64-apple-darwin.tar.gz" [[LicenseSpring]] arch = "x86_64" -git-tree-sha1 = "b72936ed23dd0bffe70548de4280b9218d8e632b" +cxxstring_abi = "cxx11" +git-tree-sha1 = "8a8cd5a1238eae8511a1156e8b1787428a29b707" +libc = "glibc" +os = "linux" + + [[LicenseSpring.download]] + sha256 = "266959cb76c9059484e97db5d76945273cd5b8d04576ad07ae2f4f116c3458ce" + url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.x86_64-linux-gnu-cxx11.tar.gz" +[[LicenseSpring]] +arch = "x86_64" +git-tree-sha1 = "3a014f35d9a73bfead3390e8258d81e5208efd3f" os = "windows" [[LicenseSpring.download]] - sha256 = "0cc44fb17a2a15826c29176fa12cad7909c6e21bf8a56fcb1ca9d5a9fe23f2a3" + sha256 = "5f927211078bb56a0c283b8e04782195c9853f04a7d77c036494095511b58e09" url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.x86_64-w64-mingw32.tar.gz" diff --git a/README.md b/README.md index da6fdbf..ae7836b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The tarballs for `LicenseSpring_jll.jl` have been built from these sources: * `macOS aarch64` (`aarch64-apple-darwin`) * `Windows i686` (`i686-w64-mingw32`) * `macOS x86_64` (`x86_64-apple-darwin`) +* `Linux x86_64 {cxxstring_abi=cxx11, libc=glibc}` (`x86_64-linux-gnu-cxx11`) * `Windows x86_64` (`x86_64-w64-mingw32`) ## Dependencies diff --git a/src/wrappers/x86_64-linux-gnu-cxx11.jl b/src/wrappers/x86_64-linux-gnu-cxx11.jl new file mode 100644 index 0000000..657ad69 --- /dev/null +++ b/src/wrappers/x86_64-linux-gnu-cxx11.jl @@ -0,0 +1,17 @@ +# Autogenerated wrapper script for LicenseSpring_jll for x86_64-linux-gnu-cxx11 +export libLicenseSpring + +using LibCURL_jll +using OpenSSL_jll +JLLWrappers.@generate_wrapper_header("LicenseSpring") +JLLWrappers.@declare_library_product(libLicenseSpring, "libLicenseSpring.so") +function __init__() + JLLWrappers.@generate_init_header(LibCURL_jll, OpenSSL_jll) + JLLWrappers.@init_library_product( + libLicenseSpring, + "lib/libLicenseSpring.so", + RTLD_LAZY | RTLD_DEEPBIND, + ) + + JLLWrappers.@generate_init_footer() +end # __init__()