Skip to content

Commit 1eedc95

Browse files
authored
openkal-llvm-runtime 0.5.0 (#288)
Repins the C library to openkal-musl 0.9.0, which answers truncate(2), repins openkal-linux 0.7.1 and openkal-macos 0.6.1, and makes a build able to state which version of the C library it holds. For a program above this package: std::filesystem::copy_file reported `Resource temporarily unavailable' for two ordinary files, and std::filesystem::resize_file worked for no path at all. Reported in mcpplibs/openkal-linux#13. Measured before this commit: the CN mirror asset returns 200, opens as an archive, and its sha256 is identical to the GitHub tag tarball.
1 parent 8ac08e6 commit 1eedc95

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/o/openkal-llvm-runtime.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ package = {
2626

2727
xpm = {
2828
linux = {
29+
["0.5.0"] = {
30+
url = {
31+
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz",
32+
CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.5.0/openkal-llvm-runtime-0.5.0.tar.gz",
33+
},
34+
sha256 = "aca5d253be9becc271362022f47a0f90795066b8c5ffc8ecc054f5d25ace0c04",
35+
},
2936
["0.4.0"] = {
3037
url = {
3138
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.4.0.tar.gz",
@@ -84,6 +91,13 @@ package = {
8491
},
8592
},
8693
macosx = {
94+
["0.5.0"] = {
95+
url = {
96+
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz",
97+
CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.5.0/openkal-llvm-runtime-0.5.0.tar.gz",
98+
},
99+
sha256 = "aca5d253be9becc271362022f47a0f90795066b8c5ffc8ecc054f5d25ace0c04",
100+
},
87101
["0.4.0"] = {
88102
url = {
89103
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.4.0.tar.gz",
@@ -142,6 +156,13 @@ package = {
142156
},
143157
},
144158
windows = {
159+
["0.5.0"] = {
160+
url = {
161+
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.5.0.tar.gz",
162+
CN = "https://gitcode.com/mcpp-res/openkal-llvm-runtime/releases/download/0.5.0/openkal-llvm-runtime-0.5.0.tar.gz",
163+
},
164+
sha256 = "aca5d253be9becc271362022f47a0f90795066b8c5ffc8ecc054f5d25ace0c04",
165+
},
145166
["0.4.0"] = {
146167
url = {
147168
GLOBAL = "https://github.com/mcpplibs/openkal-llvm-runtime/archive/refs/tags/0.4.0.tar.gz",

0 commit comments

Comments
 (0)