zowoq
78bfef8dda
go_1_24: init at 1.24rc1
2024-12-20 08:46:22 +10:00
github-actions[bot]
afa8621568
Merge staging-next into staging
2024-12-19 12:06:45 +00:00
github-actions[bot]
64254c379b
Merge master into staging-next
2024-12-19 12:06:19 +00:00
aucub
9896cf5b2a
dart.audiotags: init
2024-12-19 18:47:55 +08:00
Thiago Kenji Okada
6bcba527a9
bloomeetunes: init at 2.10.9 ( #360306 )
2024-12-19 10:26:43 +00:00
K900
7661b4ac55
Merge remote-tracking branch 'origin/staging-next' into staging
2024-12-19 12:47:54 +03:00
K900
e04876879c
Merge remote-tracking branch 'origin/master' into staging-next
2024-12-19 12:46:19 +03:00
Thiago Kenji Okada
3a33ce7bce
graalvm-oracle: init at 22 ( #321026 )
2024-12-19 08:13:06 +00:00
Ramses
2566617407
kotlin: 2.0.21 -> 2.1.0 ( #365991 )
2024-12-19 08:20:21 +01:00
Reno Dakota
1259856bac
llvmPackages.lldbPlugins: drop llvm/clang rebuild
...
Eliminate rebuilding the following packages on darwin just for this
attrset:
< DarwinTools-1.drv
< DarwinTools-1.tar.gz.drv
< IOKit-11.0.drv
< builder.pl.drv
< clang-16.0.6.drv
< clang-at-least-16-LLVMgold-path.patch.drv
< clang-darwin-An-OS-version-preprocessor-define.patch.drv
< clang-src-16.0.6.drv
< llvm-16.0.6.drv
< llvm-src-16.0.6.drv
< psutil-6.0.0.tar.gz.drv
< python3-3.12.7-env.drv
< python3.12-psutil-6.0.0.drv
< sysctl-system_cmds-1012.drv
found by diffing the output of the command below before and after this
change:
```
nix-store --query -R $(nix-instantiate -A llvmPackages.lldbPlugins) | \
cut -d- -f 2- | sort
```
2024-12-18 18:48:23 -08:00
Peter Waller
3fdf224de2
llvmPackages.tblgen: Fix 12/13/14 build
...
The original tblgen split landed before I was quite ready for it, so
older versions of clang had not been tested.
Reinstate them here.
* Apply patches from LLVM (aside for those from polly, because the
source tree is not present)
* Apply the clang/gnu-install-dirs.patch patch to the clang tree.
* Bracket the build targets with appropriate version checks so we don't
try to build non-existent things.
* Bracket mlir-tblgen with >=16 to mirror the rest of mlir support.
Signed-off-by: Peter Waller <p@pwaller.net >
2024-12-18 22:34:33 +00:00
Peter Waller
002b5ce885
llvmPackages.llvm: Relax replace-fail in tests
...
There is at least one of these which isn't always present across all
LLVM version, so relax it to --replace-quiet.
Signed-off-by: Peter Waller <p@pwaller.net >
2024-12-18 22:33:17 +00:00
Jakub Okoński
fb911fa0a5
graalvm-oracle_17: init at 17.0.11
2024-12-18 19:55:03 +01:00
Jakub Okoński
02959c41b1
graalvm-oracle: init at 22.0.1
2024-12-18 19:55:03 +01:00
github-actions[bot]
dd1d7cff2b
Merge master into staging-next
2024-12-18 18:04:46 +00:00
Tristan Ross
9c40bef08a
llvmPackages_git: 20.0.0-git-2024-10-07 -> 20.0.0-git-2024-11-25
2024-12-18 16:44:57 +01:00
Reno Dakota
81bf89d5e8
llvmPackages_19: 19.1.5 -> 19.1.6
...
https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.6
https://discourse.llvm.org/t/llvm-19-1-6-released/83723
2024-12-17 21:18:50 -08:00
Reno Dakota
71d262c2e0
llvmPackages_{12-19}.llvm: fix darwin build
...
build breaks after replace -> replace-fail
df8af496f7
pattern fails to match and doesn't seem to have a match in llvm-[12-]
https://github.com/llvm/llvm-project/blob/release/12.x/llvm/cmake/modules/AddLLVM.cmake
2024-12-17 21:17:41 -08:00
Philip Taron
ae079663c5
llvmPackages: remove _IMPORT_PREFIX replacements for clang ( #366029 )
2024-12-17 19:15:45 -08:00
Philip Taron
bbbe3d4ddc
llvmPackages: remove _IMPORT_PREFIX replacements
...
These strings do not show up in the files where they are attempting to be replaced.
2024-12-17 16:41:57 -08:00
github-actions[bot]
eb65114f5f
Merge staging-next into staging
2024-12-18 00:15:29 +00:00
github-actions[bot]
12c211c64e
Merge master into staging-next
2024-12-18 00:15:09 +00:00
Sandro
0e86ced999
saber: 0.25.2 -> 0.25.3 ( #365112 )
2024-12-17 23:56:42 +01:00
R. Ryantm
592adf3daf
kotlin: 2.0.21 -> 2.1.0
2024-12-17 20:44:13 +00:00
github-actions[bot]
8e083c99ce
Merge staging-next into staging
2024-12-17 18:05:44 +00:00
K900
6762d4209f
binaryen: 119 -> 120_b
...
Fixes emscripten. Not 121 because emscripten refuses to build with it.
2024-12-17 16:17:50 +03:00
github-actions[bot]
17dc04d068
Merge staging-next into staging
2024-12-17 12:06:41 +00:00
K900
293d08b05f
Merge remote-tracking branch 'origin/master' into staging-next
2024-12-17 09:46:26 +03:00
Tristan Ross
ba1deff5ad
llvmPackages.*: Expose git rev through pkg.src.rev ( #354792 )
2024-12-16 19:38:25 -08:00
Tristan Ross
a5a2607523
llvmPackages: Fix update-git.py ( #354472 )
2024-12-16 19:38:04 -08:00
Tristan Ross
df8af496f7
llvmPackages: sed -i 's/--replace /--replace-fail /g' ( #356120 )
2024-12-16 19:37:40 -08:00
sternenseemann
1aa7d04078
Merge branch staging-next into haskell-updates
2024-12-16 16:07:11 +01:00
github-actions[bot]
a36414b569
Merge staging-next into staging
2024-12-16 06:05:46 +00:00
github-actions[bot]
c9e934a620
Merge master into staging-next
2024-12-16 06:05:22 +00:00
Henner Zeller
80122f1de6
synlig: 2024-08-07 -> 2024-11-29
2024-12-16 00:02:51 -06:00
github-actions[bot]
1455b3a82e
Merge master into haskell-updates
2024-12-16 00:18:48 +00:00
github-actions[bot]
fdf348e885
Merge staging-next into staging
2024-12-15 22:48:09 +00:00
github-actions[bot]
af17642ca2
Merge master into staging-next
2024-12-15 22:47:48 +00:00
Philip Taron
4d263e0599
treewide: String escape fixes ( #365186 )
2024-12-15 14:02:40 -08:00
7c6f434c
71485e2648
sbcl: 2.4.10 -> 2.4.11 ( #360320 )
2024-12-15 18:46:21 +00:00
github-actions[bot]
0feac87dda
Merge staging-next into staging
2024-12-15 18:04:43 +00:00
github-actions[bot]
095d892127
Merge master into staging-next
2024-12-15 18:04:15 +00:00
Peter Waller
269fdda927
llvmPackages: sed -i 's/--replace /--replace-fail /g'
...
Rationale: --replace is deprecated and emits warnings. If these
replacements fail it is probably better to know about it early and come
up with better fixes than the alternative of letting them silently fail
and discover some distal brokenness.
Signed-off-by: Peter Waller <p@pwaller.net >
2024-12-15 16:20:01 +00:00
misuzu
1ec7c81e31
mlton: fix and enable strictDeps ( #362408 )
2024-12-15 14:42:34 +02:00
github-actions[bot]
d97909c3f6
Merge master into haskell-updates
2024-12-15 00:19:59 +00:00
github-actions[bot]
6426a889a5
Merge staging-next into staging
2024-12-15 00:17:51 +00:00
github-actions[bot]
8c5656aa89
Merge master into staging-next
2024-12-15 00:17:27 +00:00
sternenseemann
a0a35b6c24
Fix cross eval issues ( #362546 )
2024-12-14 22:14:52 +01:00
Hraban Luyat
80cc159a7d
sbcl: 2.4.10 -> 2.4.11
2024-12-14 15:48:50 -05:00
Hraban Luyat
de0eb4cfbf
sbcl: git versions of SBCL use ps in checkPhase
...
Get ahead of upcoming SBCL 2.4.11 release and support those overriding ‘src’.
Introduced in
6c784b333a
2024-12-14 15:48:49 -05:00