Vladimír Čunát
a6767ed934
Merge #212363 : gcc11: apply upstream patch
...
...into staging-next
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103910
2023-02-13 13:36:01 +01:00
github-actions[bot]
0d7cb3a2aa
Merge master into staging-next
2023-02-13 06:01:30 +00:00
Alyssa Ross
c6c7493c3b
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/pyarrow/default.nix
2023-02-13 00:15:28 +00:00
Nick Cao
3a2e567184
Merge pull request #211814 from pbsds/gnu-cim-init
...
gnu-cim: init at 5.1
2023-02-13 08:00:10 +08:00
Anderson Torres
2213ca4bf2
Merge pull request #215994 from adamcstephens/zig_10/baseline
...
zig_0_10: switch to baseline cpu target for better compatibility
2023-02-12 18:13:43 -03:00
github-actions[bot]
87f957b5e2
Merge master into staging-next
2023-02-12 16:02:45 +00:00
Artturi
8d4db5e081
Merge pull request #215751 from Artturin/gccaddcallfile
2023-02-12 18:00:49 +02:00
Adam Joseph
b83f032ffc
gcc/11: apply upstream fix 103910 so openjdk builds
...
Our openjdk derivations fail to build with `-march=opteron` (via
either `NIX_CFLAGS_COMPILE` or `hostPlatform.gcc.arch`). This was
fixed upstream in gcc12 but not carried back to gcc11:
https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=d243f4009d8071b734df16cd70f4c5d09a373769
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103910
Since gcc11 is still nixpkgs' primary compiler, this PR cherry-picks
the fix out of gcc12.
Unfortunately since `-march=` can be added after the `gcc11`
derivation is built we can't apply this patch conditionally (which
we don't usually do anyways).
2023-02-12 07:40:05 -08:00
Adam Stephens
26b9a2f4a1
zig_0_10: switch to baseline cpu target for better compatibility
2023-02-12 09:22:11 -05:00
github-actions[bot]
db256a18b5
Merge master into staging-next
2023-02-12 06:01:33 +00:00
Ellie Hermaszewska
4d4ee0650f
Merge pull request #213089 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2023-02-12 13:58:21 +08:00
Artturin
6986717510
gcc: add common/meta.nix
...
inherit has to be used otherwise makeOverridable attributes are added
2023-02-12 05:44:34 +02:00
Peder Bergebakken Sundt
9b3774cc90
gnu-cim: init at 5.1
2023-02-12 02:46:42 +01:00
Nick Cao
9a43914b54
Merge pull request #215762 from SharzyL/circt-1.30.0
...
circt: 1.29.0 -> 1.30.0
2023-02-12 08:46:46 +08:00
github-actions[bot]
b893658602
Merge master into haskell-updates
2023-02-12 00:14:34 +00:00
github-actions[bot]
d5c6366a21
Merge master into staging-next
2023-02-12 00:02:30 +00:00
Alyssa Ross
78367ae5cb
ocaml-ng.ocamlPackages_4_09.ocaml: fix with GCC 12
2023-02-11 21:49:06 +00:00
Anderson Torres
1ea6d335ee
Merge pull request #215851 from atorres1985-contrib/dev86
...
dev86: 0.16.21 -> unstable-2022-07-19
2023-02-11 16:56:24 -03:00
Artturin
e277984d0b
gcc: add callFile to make it more convenient to call files
...
inherit generated with 'nix eval --json --impure --expr "with import ./. {}; lib.attrNames (lib.functionArgs gccX.cc.override)" | jq '.[]' --raw-output'
2023-02-11 21:17:30 +02:00
github-actions[bot]
15bfb025ab
Merge master into staging-next
2023-02-11 18:01:19 +00:00
Anderson Torres
45d1e00708
harePackages.hare: mark as broken on ARM64
2023-02-11 14:07:52 -03:00
Anderson Torres
ad966da347
harePackages.hare: 2022-07-30 -> 2023-02-10
2023-02-11 14:07:52 -03:00
Anderson Torres
4c4ce6a068
harePackages.harec: 2022-07-02 -> 2023-02-08
2023-02-11 14:07:52 -03:00
Anderson Torres
fb7ddb6681
harePackages: refactor
2023-02-11 14:07:52 -03:00
Anderson Torres
bb69864c55
dev86: 0.16.21 -> unstable-2022-07-19
2023-02-11 14:05:13 -03:00
Anderson Torres
193d10b1dd
Merge pull request #215572 from r-ryantm/auto-update/qbe
...
qbe: 1.0 -> 1.1
2023-02-11 10:29:03 -03:00
github-actions[bot]
cd4ded4f12
Merge master into staging-next
2023-02-11 12:01:14 +00:00
Samuel Tam
84c20a3d0c
gcc-arm-embedded-12: support aarch64-darwin
2023-02-11 14:27:07 +08:00
SharzyL
fe33f762c1
circt: 1.29.0 -> 1.30.0
...
Release notes: https://github.com/llvm/circt/releases/tag/firtool-1.30.0
2023-02-11 10:46:37 +08:00
github-actions[bot]
8b6e0c6c05
Merge master into haskell-updates
2023-02-11 00:12:02 +00:00
github-actions[bot]
9be52f693f
Merge master into staging-next
2023-02-10 12:01:38 +00:00
Vladimír Čunát
eb54a45db6
Merge #215672 : circt: fix build with non clang stdenv
2023-02-10 12:16:37 +01:00
Ellie Hermaszewska
a4d9bba477
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-02-10 18:50:20 +08:00
Nick Cao
3364d76c0b
circt: fix build with non clang stdenv
...
lib.optionalString creates an empty string when the condition is false
And the circt test framework interprets this as disabling all tests
failing the build with `error: filter did not match any tests`
2023-02-10 18:41:05 +08:00
Weijia Wang
fa2fe92715
Merge pull request #215195 from r-ryantm/auto-update/hip
...
hip: 5.4.2 -> 5.4.3
2023-02-10 09:35:38 +01:00
github-actions[bot]
bff8e74964
Merge master into staging-next
2023-02-10 06:01:18 +00:00
Nick Cao
ec91da3c2f
Merge pull request #215592 from r-ryantm/auto-update/p4c
...
p4c: 1.2.3.5 -> 1.2.3.6
2023-02-10 12:34:12 +08:00
Austin Seipp
241586918d
yosys-symbiflow: 2022.11.07 -> 2023.02.08
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-02-09 18:43:13 -06:00
github-actions[bot]
3eecda0ad6
Merge master into haskell-updates
2023-02-10 00:13:57 +00:00
github-actions[bot]
71c0c6d984
Merge master into staging-next
2023-02-10 00:02:27 +00:00
R. Ryantm
ffe043c398
p4c: 1.2.3.5 -> 1.2.3.6
2023-02-09 23:18:18 +00:00
Austin Seipp
79f3b75f3c
picat: 3.0p4 -> 3.3p3
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-02-09 16:21:11 -06:00
R. Ryantm
80a73ad663
qbe: 1.0 -> 1.1
2023-02-09 21:12:31 +00:00
github-actions[bot]
c76e040c19
Merge master into staging-next
2023-02-09 12:01:30 +00:00
Sandro
8dc28b27ad
Merge pull request #215156 from Artturin/addgcccommondep
...
gcc: add common/dependencies.nix
2023-02-09 11:41:54 +01:00
github-actions[bot]
73fe6149d4
Merge master into staging-next
2023-02-09 06:01:10 +00:00
Nick Cao
c6e48a6947
Merge pull request #215041 from SharzyL/circt
...
circt: fix darwin build
2023-02-09 09:45:28 +08:00
Nick Cao
2d9bd7f696
Merge pull request #215250 from SubhrajyotiSen/update-kotlin-native
...
kotlin-native: 1.8.0 -> 1.8.10
2023-02-09 08:41:23 +08:00
github-actions[bot]
40a581bcc2
Merge master into haskell-updates
2023-02-09 00:13:55 +00:00
Vladimír Čunát
1e42908aa7
Merge branch 'master' into staging-next
2023-02-08 21:50:23 +01:00