Skip to content

Commit 2320a97

Browse files
committed
CompilerSupportLibraries_jll build 0.4.0+1
1 parent a884825 commit 2320a97

39 files changed

+297
-297
lines changed

Artifacts.toml

Lines changed: 138 additions & 138 deletions
Large diffs are not rendered by default.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CompilerSupportLibraries_jll"
22
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
3-
version = "0.4.0+0"
3+
version = "0.4.0+1"
44

55
[deps]
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# `CompilerSupportLibraries_jll.jl` (v0.4.0+0)
1+
# `CompilerSupportLibraries_jll.jl` (v0.4.0+1)
22

3-
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/43fedad7bc657c8345cc4a5ce30b950ecad3df7c/C/CompilerSupportLibraries/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
3+
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/ea8289fe03bb3334819e29a029db1c84f6384b93/C/CompilerSupportLibraries/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
44

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

77
## Sources
88

99
The tarballs for `CompilerSupportLibraries_jll.jl` have been built from these sources:
1010

11-
* file: /agent/_work/1/s/C/CompilerSupportLibraries/build_tarballs.jl (SHA256 checksum: `d3569cc516592b8f06493925e1192e541cd3e65ecec24644382fcfce6d8d1572`)
11+
* file: /agent/_work/1/s/C/CompilerSupportLibraries/build_tarballs.jl (SHA256 checksum: `a05cc1e09369aaca6235d923fbf54022c1d12232748ef7e3e2a7c9fca97653e7`)
1212

1313
## Platforms
1414

src/wrappers/aarch64-linux-gnu-libgfortran3.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ function __init__()
1010
JLLWrappers.@generate_init_header()
1111
JLLWrappers.@init_library_product(
1212
libgcc_s,
13-
"lib/libgcc_s.so.1",
13+
"lib/libgcc_s.so",
1414
RTLD_LAZY | RTLD_DEEPBIND,
1515
)
1616

1717
JLLWrappers.@init_library_product(
1818
libgfortran,
19-
"lib/libgfortran.so.3",
19+
"lib/libgfortran.so",
2020
RTLD_LAZY | RTLD_DEEPBIND,
2121
)
2222

2323
JLLWrappers.@init_library_product(
2424
libgomp,
25-
"lib/libgomp.so.1",
25+
"lib/libgomp.so",
2626
RTLD_LAZY | RTLD_DEEPBIND,
2727
)
2828

2929
JLLWrappers.@init_library_product(
3030
libstdcxx,
31-
"lib/libstdc++.so.6",
31+
"lib/libstdc++.so",
3232
RTLD_LAZY | RTLD_DEEPBIND,
3333
)
3434

src/wrappers/aarch64-linux-gnu-libgfortran4.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ function __init__()
1111
JLLWrappers.@generate_init_header()
1212
JLLWrappers.@init_library_product(
1313
libatomic,
14-
"lib/libatomic.so.1",
14+
"lib/libatomic.so",
1515
RTLD_LAZY | RTLD_DEEPBIND,
1616
)
1717

1818
JLLWrappers.@init_library_product(
1919
libgcc_s,
20-
"lib/libgcc_s.so.1",
20+
"lib/libgcc_s.so",
2121
RTLD_LAZY | RTLD_DEEPBIND,
2222
)
2323

2424
JLLWrappers.@init_library_product(
2525
libgfortran,
26-
"lib/libgfortran.so.4",
26+
"lib/libgfortran.so",
2727
RTLD_LAZY | RTLD_DEEPBIND,
2828
)
2929

3030
JLLWrappers.@init_library_product(
3131
libgomp,
32-
"lib/libgomp.so.1",
32+
"lib/libgomp.so",
3333
RTLD_LAZY | RTLD_DEEPBIND,
3434
)
3535

3636
JLLWrappers.@init_library_product(
3737
libstdcxx,
38-
"lib/libstdc++.so.6",
38+
"lib/libstdc++.so",
3939
RTLD_LAZY | RTLD_DEEPBIND,
4040
)
4141

src/wrappers/aarch64-linux-gnu-libgfortran5.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ function __init__()
1111
JLLWrappers.@generate_init_header()
1212
JLLWrappers.@init_library_product(
1313
libatomic,
14-
"lib/libatomic.so.1",
14+
"lib/libatomic.so",
1515
RTLD_LAZY | RTLD_DEEPBIND,
1616
)
1717

1818
JLLWrappers.@init_library_product(
1919
libgcc_s,
20-
"lib/libgcc_s.so.1",
20+
"lib/libgcc_s.so",
2121
RTLD_LAZY | RTLD_DEEPBIND,
2222
)
2323

2424
JLLWrappers.@init_library_product(
2525
libgfortran,
26-
"lib/libgfortran.so.5",
26+
"lib/libgfortran.so",
2727
RTLD_LAZY | RTLD_DEEPBIND,
2828
)
2929

3030
JLLWrappers.@init_library_product(
3131
libgomp,
32-
"lib/libgomp.so.1",
32+
"lib/libgomp.so",
3333
RTLD_LAZY | RTLD_DEEPBIND,
3434
)
3535

3636
JLLWrappers.@init_library_product(
3737
libstdcxx,
38-
"lib/libstdc++.so.6",
38+
"lib/libstdc++.so",
3939
RTLD_LAZY | RTLD_DEEPBIND,
4040
)
4141

src/wrappers/aarch64-linux-musl-libgfortran3.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ function __init__()
1010
JLLWrappers.@generate_init_header()
1111
JLLWrappers.@init_library_product(
1212
libgcc_s,
13-
"lib/libgcc_s.so.1",
13+
"lib/libgcc_s.so",
1414
RTLD_LAZY | RTLD_DEEPBIND,
1515
)
1616

1717
JLLWrappers.@init_library_product(
1818
libgfortran,
19-
"lib/libgfortran.so.3",
19+
"lib/libgfortran.so",
2020
RTLD_LAZY | RTLD_DEEPBIND,
2121
)
2222

2323
JLLWrappers.@init_library_product(
2424
libgomp,
25-
"lib/libgomp.so.1",
25+
"lib/libgomp.so",
2626
RTLD_LAZY | RTLD_DEEPBIND,
2727
)
2828

2929
JLLWrappers.@init_library_product(
3030
libstdcxx,
31-
"lib/libstdc++.so.6",
31+
"lib/libstdc++.so",
3232
RTLD_LAZY | RTLD_DEEPBIND,
3333
)
3434

src/wrappers/aarch64-linux-musl-libgfortran4.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ function __init__()
1111
JLLWrappers.@generate_init_header()
1212
JLLWrappers.@init_library_product(
1313
libatomic,
14-
"lib/libatomic.so.1",
14+
"lib/libatomic.so",
1515
RTLD_LAZY | RTLD_DEEPBIND,
1616
)
1717

1818
JLLWrappers.@init_library_product(
1919
libgcc_s,
20-
"lib/libgcc_s.so.1",
20+
"lib/libgcc_s.so",
2121
RTLD_LAZY | RTLD_DEEPBIND,
2222
)
2323

2424
JLLWrappers.@init_library_product(
2525
libgfortran,
26-
"lib/libgfortran.so.4",
26+
"lib/libgfortran.so",
2727
RTLD_LAZY | RTLD_DEEPBIND,
2828
)
2929

3030
JLLWrappers.@init_library_product(
3131
libgomp,
32-
"lib/libgomp.so.1",
32+
"lib/libgomp.so",
3333
RTLD_LAZY | RTLD_DEEPBIND,
3434
)
3535

3636
JLLWrappers.@init_library_product(
3737
libstdcxx,
38-
"lib/libstdc++.so.6",
38+
"lib/libstdc++.so",
3939
RTLD_LAZY | RTLD_DEEPBIND,
4040
)
4141

src/wrappers/aarch64-linux-musl-libgfortran5.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ function __init__()
1111
JLLWrappers.@generate_init_header()
1212
JLLWrappers.@init_library_product(
1313
libatomic,
14-
"lib/libatomic.so.1",
14+
"lib/libatomic.so",
1515
RTLD_LAZY | RTLD_DEEPBIND,
1616
)
1717

1818
JLLWrappers.@init_library_product(
1919
libgcc_s,
20-
"lib/libgcc_s.so.1",
20+
"lib/libgcc_s.so",
2121
RTLD_LAZY | RTLD_DEEPBIND,
2222
)
2323

2424
JLLWrappers.@init_library_product(
2525
libgfortran,
26-
"lib/libgfortran.so.5",
26+
"lib/libgfortran.so",
2727
RTLD_LAZY | RTLD_DEEPBIND,
2828
)
2929

3030
JLLWrappers.@init_library_product(
3131
libgomp,
32-
"lib/libgomp.so.1",
32+
"lib/libgomp.so",
3333
RTLD_LAZY | RTLD_DEEPBIND,
3434
)
3535

3636
JLLWrappers.@init_library_product(
3737
libstdcxx,
38-
"lib/libstdc++.so.6",
38+
"lib/libstdc++.so",
3939
RTLD_LAZY | RTLD_DEEPBIND,
4040
)
4141

src/wrappers/armv6l-linux-gnueabihf-libgfortran3.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function __init__()
1111
JLLWrappers.@generate_init_header()
1212
JLLWrappers.@init_library_product(
1313
libatomic,
14-
"lib/libatomic.so.1",
14+
"lib/libatomic.so",
1515
RTLD_LAZY | RTLD_DEEPBIND,
1616
)
1717

@@ -23,19 +23,19 @@ function __init__()
2323

2424
JLLWrappers.@init_library_product(
2525
libgfortran,
26-
"lib/libgfortran.so.3",
26+
"lib/libgfortran.so",
2727
RTLD_LAZY | RTLD_DEEPBIND,
2828
)
2929

3030
JLLWrappers.@init_library_product(
3131
libgomp,
32-
"lib/libgomp.so.1",
32+
"lib/libgomp.so",
3333
RTLD_LAZY | RTLD_DEEPBIND,
3434
)
3535

3636
JLLWrappers.@init_library_product(
3737
libstdcxx,
38-
"lib/libstdc++.so.6",
38+
"lib/libstdc++.so",
3939
RTLD_LAZY | RTLD_DEEPBIND,
4040
)
4141

0 commit comments

Comments
 (0)