Commit Graph

13261 Commits

Author SHA1 Message Date
Stephen Hassard
6c492a6936 nim: 1.6.8 -> 1.6.10 2022-11-28 12:28:25 -06:00
Sandro
ad8e3a283f
Merge pull request #198397 from erdnaxe/rgbds-update 2022-11-28 01:04:20 +01:00
Martin Weinelt
d9a4005ed0
Merge pull request #202476 from Madouura/pr/miopen 2022-11-27 15:07:11 +01:00
R. Ryantm
bb943eae8f gleam: 0.24.0 -> 0.25.0 2022-11-26 09:49:21 -05:00
Martin Weinelt
ce1f935495
Merge pull request #202373 from Madouura/pr/rocm-related 2022-11-25 16:46:32 +01:00
Boey Maun Suang
6f7d967e28 gnat11: Fix by building with older gnatboot
GCC's installation instructions strongly recommend using an older
version of GNAT to build GNAT, as "[m]ore recent versions of GNAT than
the version built are not guaranteed to work and will often fail during
the build with compilation errors." [1]

The recent upgrade of gnatboot to a 12.1 release in commit bc640dc
unfortunately resulted in such a failure for gnat11 [2], resulting in
the same errors as GCC bug 103357 [3], which was marked WONTFIX for the
reason above.

This patch therefore reverts gnat11 to being built with an earlier 11.x
gnatboot version, while keeping the updated 12.1 gnatboot to build
gnat12 (which is fine because the latter is currently version 12.2).
Fixing gnat11 is also a step towards re-enabling the
coreboot-toolchain-* packages to be built with Ada support.

To facilitate such explicit version dependencies while retaining the
meaning of the existing gnatboot package, and in the fashion of the
existing gcc packages, this patch also creates the packages gnatboot11
and gnatboot12 with gnatboot made an alias of gnatboot12.

[1]: https://gcc.gnu.org/install/prerequisites.html
[2]: https://github.com/NixOS/nixpkgs/pull/182414#issuecomment-1204432909
[3]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103357
2022-11-25 08:15:10 +01:00
Madoura
6bb3a9baee
rocm-related: use finalAttrs
hip: use finalAttrs

rocm-llvm: use finalAttrs

clang-ocl: use finalAttrs

composable_kernel: use finalAttrs

hipcub: use finalAttrs

hipsparse: use finalAttrs

miopengemm: use finalAttrs

rccl: use finalAttrs

rocblas: use finalAttrs

rocclr: use finalAttrs

rocfft: use finalAttrs

rocm-comgr: use finalAttrs

rocm-device-libs: use finalAttrs

rocm-opencl-runtime: use finalAttrs

rocm-runtime: use finalAttrs

rocm-thunk: use finalAttrs

rocmlir: use finalAttrs

rocprim: use finalAttrs

rocsparse: use finalAttrs

rocthrust: use finalAttrs

rocm-cmake: use finalAttrs

rocminfo: use finalAttrs

rocm-smi: use finalAttrs
2022-11-24 01:23:03 -06:00
Madoura
0190a12af5
rocm-related: change maintainers to rocm team + old
rocclr: change maintainers to rocm team + old

rocm-comgr: change maintainers to rocm team + old

rocm-device-libs: change maintainers to rocm team + old

rocm-opencl-runtime: change maintainers to rocm team + old

rocm-runtime: change maintainers to rocm team + old

rocm-thunk: change maintainers to rocm team + old

rocminfo: change maintainers to rocm team + old

rocm-smi: change maintainers to rocm team + old

rocm-llvm: change maintainers to rocm team + old

hip: change maintainers to rocm team + old
2022-11-24 01:19:57 -06:00
Madoura
6eefaa031c
rocm-related: 5.3.1 → 5.3.3
rocm-smi: 5.3.1 → 5.3.3

rocm-cmake: 5.3.1 → 5.3.3

rocm-thunk: 5.3.1 → 5.3.3

rocm-runtime: 5.3.1 → 5.3.3

rocm-opencl-runtime: 5.3.1 → 5.3.3

rocm-device-libs: 5.3.1 → 5.3.3

rocm-comgr: 5.3.1 → 5.3.3

rocclr: 5.3.1 → 5.3.3

rocminfo: 5.3.1 → 5.3.3

llvmPackages_rocm.llvm: 5.3.1 → 5.3.3

hip: 5.3.1 → 5.3.3

hipcub: 2.12.0-5.3.1 → 2.12.0-5.3.3

rocsparse: 2.3.2-5.3.1 → 2.3.2-5.3.3

hipsparse: 2.3.1-5.3.1 → 2.3.1-5.3.3

rccl: 2.12.10-5.3.1 → 2.12.10-5.3.3

rocfft: 1.0.18-5.3.1 → 1.0.18-5.3.3

tensile: 4.34.0-5.3.1 → 4.34.0-5.3.3

rocblas: 2.45.0-5.3.1 → 2.45.0-5.3.3

miopengemm: 5.3.1 → 5.3.3

clang-ocl: 5.3.1 → 5.3.3

rocthrust: 2.16.0-5.3.1 → 2.16.0-5.3.3

rocprim: 2.11.0-5.3.1 → 2.11.1-5.3.3

rocmlir: 5.3.1 → 5.3.3
2022-11-24 01:19:47 -06:00
R. Ryantm
db27456a92 cmdstan: 2.30.1 -> 2.31.0 2022-11-24 03:53:09 +00:00
Sergei Trofimovich
c46a7d0735
Merge pull request #202441 from trofi/mitschemeX11-without-xlibsWrapper
mitschemeX11: use xorg.* packages directly instead of xlibsWrapper in…
2022-11-23 23:05:13 +00:00
Bobby Rong
8eab68f943
Merge pull request #199767 from h7x4/master
flutter, mozart: add h7x4 as maintainer
2022-11-23 23:56:47 +08:00
Madoura
c998cad49d
rocm-llvm: enable clang-tools-extra for clang-tidy 2022-11-23 01:48:41 -06:00
Sergei Trofimovich
22bee934d0 mitschemeX11: use xorg.* packages directly instead of xlibsWrapper indirection
Validated as no materail change in `out` output with `diffoscope`.
2022-11-22 22:24:10 +00:00
Artturi
006c56abc4
Merge pull request #197674 from squalus/openmp-cross
openmp: fix cross compile
2022-11-22 23:29:54 +02:00
figsoda
82fe76d1cd carnix,cratesIO: remove 2022-11-22 14:10:25 -05:00
Mario Rodas
3735237f10
Merge pull request #202139 from NLincoln/nl.scalac-fixup-phase
dotty: use preFixup instead of fixupPhase
2022-11-21 23:51:36 -05:00
7c6f434c
9329cc8654
Merge pull request #201267 from NickCao/julia
julia_18: 1.8.2 -> 1.8.3
2022-11-21 18:55:45 +00:00
A cursed quail
403a7405ab
dotty: use preFixup instead of fixupPhase 2022-11-20 22:31:00 -06:00
github-actions[bot]
9dd80cf7a7
Merge master into staging-next 2022-11-20 06:01:12 +00:00
Mario Rodas
c790cd0989
Merge pull request #201564 from NANASHI0X74/flutter-3.3.8
flutter: 3.3.3 -> 3.3.8, flutter.dart: 2.18.2 -> 2.18.4
2022-11-19 21:27:16 -05:00
github-actions[bot]
2a6bef4634
Merge master into staging-next 2022-11-20 00:02:29 +00:00
sternenseemann
b394f86dcb chickenPackages*.eggDerivation: set meta.platforms if not provided
This will ensure that Hydra attempts to build the eggs on all supported
platforms instead of just the platform the evaluator is running
on (currently x86_64-linux).
2022-11-19 20:13:35 +01:00
Nick Cao
7d589b68e6
julia_18-bin: 1.8.2 -> 1.8.3 2022-11-18 16:45:33 +08:00
nanashi0x74
0e74b5347a flutter: 3.3.3 -> 3.3.8, flutter.dart: 2.18.2 -> 2.18.4 2022-11-16 23:27:47 +01:00
github-actions[bot]
9b8d89f305
Merge master into staging-next 2022-11-16 18:01:17 +00:00
sternenseemann
a110f08f12 ocamlPackages.extlib: rename from ocaml_extlib
This matches the name used in dune and on OPAM.
2022-11-16 14:30:37 +01:00
github-actions[bot]
e68e99b5ab
Merge master into staging-next 2022-11-16 12:01:24 +00:00
Jörg Thalheim
7766847a69
Merge pull request #201428 from aaronjheng/zhf/copper
copper: mark as broken
2022-11-16 09:37:30 +01:00
Luflosi
a6151294db yosys: 0.22 -> 0.23
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.23
The protobuf backend was removed in https://github.com/YosysHQ/yosys/pull/3508.
2022-11-16 01:35:08 -06:00
Aaron Jheng
58419cf37c
copper: mark as broken 2022-11-16 02:38:00 +00:00
github-actions[bot]
03d934116c
Merge master into staging-next 2022-11-16 00:02:28 +00:00
Anderson Torres
be2bc696fa
Merge pull request #201335 from atorres1985-contrib/misc-updates
jwasm: 2.15 -> 2.16
2022-11-15 17:21:51 -03:00
github-actions[bot]
fe4a555a4c
Merge master into staging-next 2022-11-15 18:01:21 +00:00
AndersonTorres
c371787587 jwasm: 2.15 -> 2.16 2022-11-15 11:16:20 -03:00
Anderson Torres
9347608e56
Merge pull request #201121 from atorres1985-contrib/misc-updates
Misc updates
2022-11-15 10:59:44 -03:00
AndersonTorres
3a856243be jwasm: add changelog page
Also, use the new overlay-style overridable attributes.
2022-11-15 10:18:10 -03:00
AndersonTorres
3931b0b6cf asl: 142-bld211 -> 142-bld232 2022-11-15 10:06:44 -03:00
Jan Tojnar
69782b499b Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/lisp-modules-new/ql.nix
2022-11-15 13:02:43 +01:00
Nick Cao
b60de3b416
julia_10, julia_15: drop infavor of latest stable versions 2022-11-15 10:05:17 +08:00
Nick Cao
c754d1b6a3
julia_18: 1.8.2 -> 1.8.3 2022-11-15 09:56:01 +08:00
Martin Weinelt
8872cf637e
Merge pull request #200394 from wegank/neko-aarch64-darwin
Closes https://github.com/NixOS/nixpkgs/issues/159120
2022-11-14 22:58:38 +01:00
Weijia Wang
3f50d33747 neko: fix build on aarch64-darwin 2022-11-14 22:56:41 +01:00
github-actions[bot]
597fe78e70
Merge master into staging-next 2022-11-14 18:01:13 +00:00
Jörg Thalheim
890d0576c5 cross/mingw: make threading library configureable 2022-11-14 12:50:04 +01:00
github-actions[bot]
90d0a0faec
Merge master into staging-next 2022-11-14 06:01:15 +00:00
John Ericson
cd27a5b436
Merge pull request #82131 from Ericson2314/bsd-cross
FreeBSD packages: Init at 13.1
2022-11-13 21:35:17 -05:00
github-actions[bot]
32a303c688
Merge master into staging-next 2022-11-13 00:02:40 +00:00
zowoq
355ad731e4 go_1_17: remove
1.17 has been EOL since the release of 1.19
2022-11-13 09:02:22 +10:00
h7x4
2bb2eec813
flutter: add h7x4 as maintainer 2022-11-12 20:18:26 +01:00