Commit Graph

12818 Commits

Author SHA1 Message Date
doyougnu
376625d40f llvmPackages_git: 2022-01-07 -> 2022-25-07, add README
The new LLVM commit is just before the LLVM 15 fork off.

The readme describing upgrade process so it is easier for others to do.

Co-Authored-By: Dylan Green <Dylan.Green@Obsidian.Systems>
Co-Authored-By: John Ericson <John.Ericson@Obsidian.Systems>
2022-08-20 12:43:52 -04:00
R. Ryantm
b4b732bc42 p4c: 1.2.2.1 -> 1.2.3.0 2022-08-20 15:02:54 +00:00
Sergei Trofimovich
1f7186ab5c libgccjit: don't try to enter into non-existent $lib output
Fixes build failure on `staging-next` introduced by commit c817efe6
("gcc: extend stripping of .a libraries and .o objects"):

    ...-bootstrap-stage3-stdenv-linux/setup: line 106: pushd: no other directory

Build failure happens because `libgccjit` has different `outputs` layout
compared to the rest of `gcc` derivations:

     outputs = [ "out" "man" "info" ] ++ lib.optional (!langJit) "lib";

The change carves out `$lib` lib handling part to avoid `gcc` rebuild
in `staging-next`.
2022-08-20 12:51:36 +01:00
Sergei Trofimovich
7f458e5c50
Merge pull request #187234 from trofi/drop-libelf-from-gcc
gcc: drop unused libelf dependency
2022-08-19 19:16:35 +01:00
github-actions[bot]
8b202db44b
Merge staging-next into staging 2022-08-19 18:01:56 +00:00
github-actions[bot]
949c5dc1a1
Merge master into staging-next 2022-08-19 18:01:13 +00:00
Artturi
9adf0c2035
Merge pull request #185972 from Artturin/gccstrictdeps
gcc/: correct gnused conditionals
2022-08-19 20:50:23 +03:00
Sandro
1ee1095d25
Merge pull request #167999 from RaitoBezarius/p4c 2022-08-19 19:32:11 +02:00
Raito Bezarius
97f1bb2f99 p4c: init at 1.2.2.1 2022-08-19 17:29:37 +02:00
sternenseemann
bd80584a49
Merge pull request #185755 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-08-19 14:45:18 +02:00
GGG
f50bf58648 dotnetCorePackages.{sdk,runtime,aspnetcore}_7_0: init at {7.0.100-preview.7.22377.5,7.0.0-preview.7.22375.6,7.0.0-preview.7.22376.6} 2022-08-19 09:10:58 -03:00
github-actions[bot]
c90a48c28f
Merge staging-next into staging 2022-08-19 12:02:18 +00:00
github-actions[bot]
c00ace1204
Merge master into staging-next 2022-08-19 12:01:31 +00:00
Sandro
7b06baf385
Merge pull request #181319 from eigengrau/add-ballerina 2022-08-19 13:48:41 +02:00
Vladimír Čunát
7ea33d2d0d
Merge #186469: gcc12: apply working patch for darwin-aarch64 2022-08-19 08:40:42 +02:00
Sebastian Reuße
cd3591f562 ballerina: add smoke test 2022-08-19 08:39:55 +02:00
Sebastian Reuße
1be3859507 ballerina: init at 2201.1.0 2022-08-19 08:39:55 +02:00
github-actions[bot]
1d12f3c5e7
Merge master into haskell-updates 2022-08-19 00:15:34 +00:00
github-actions[bot]
784a588a10
Merge staging-next into staging 2022-08-19 00:04:04 +00:00
github-actions[bot]
767bdf0d81
Merge master into staging-next 2022-08-19 00:03:25 +00:00
John Ericson
d6636a5de6 llvmPackages_14.compiler-rt: fix aarch32 patch
This is just the same fix we did for LLVM 13 in
265ba73a78 applied to LLVM 14.
2022-08-18 22:09:17 +00:00
John Ericson
fd36ac32c0 Revert "clang_14: drop out-of-date armv7l patch"
This reverts commit f69c82f8ea.
2022-08-18 22:08:12 +00:00
John Ericson
33051ce5d5
Merge pull request #187218 from Ericson2314/libunwind-normal-install
llvmPackages*.libunwind: Don't redo install phase from scratch
2022-08-18 17:51:29 -04:00
github-actions[bot]
c36948f4d5
Merge staging-next into staging 2022-08-18 18:01:58 +00:00
github-actions[bot]
6406c43ce5
Merge master into staging-next 2022-08-18 18:01:17 +00:00
K900
739d03743d
Merge pull request #182686 from asbachb/update/openjdk17
openjdk17: 17.0.3+7 -> 17.0.4+8
2022-08-18 18:05:19 +03:00
Sergei Trofimovich
3b60b31d60 gcc: drop unused libelf dependency
gcc stopped using libelf in commit 48215350c24 ("re PR lto/46273 (Failed
to bootstrap)") around 2010, before gcc-4.6.0.
2022-08-18 08:35:41 +01:00
John Ericson
dbc5a792a2 llvmPackages*.libunwind: Don't redo install phase from scratch
I can't think of any good reason it was the way it was before. I think
CMake can be made to install the headers too, but this is a fine first
step.
2022-08-18 00:10:08 -04:00
github-actions[bot]
52a5816a96
Merge master into haskell-updates 2022-08-18 00:14:15 +00:00
ajs124
b17c551aa2 libmysqlconnectorcpp: pin to openssl_1_1 2022-08-17 20:16:46 +02:00
Artturin
f16be229dc gcc/: correct gnused conditionals and move to nativeBuildInputs
hostPlatform changes were done in commits like 7a13457253

it should have been buildPlatform instead according to the comment
2022-08-17 21:03:40 +03:00
github-actions[bot]
7b5c82c518
Merge master into staging-next 2022-08-17 18:01:22 +00:00
Bernardo Meurer
67c247cb5e
Merge pull request #187005 from Flakebi/rocm
rocm: 5.1.0 → 5.2.1
2022-08-17 10:45:06 -07:00
Jiajie Chen
23d21ce9c9 dtc: fix dylib name on darwin
Prior to this commit, the install name of dylib is not absolute.
2022-08-17 15:15:46 +08:00
github-actions[bot]
8df3a34451
Merge master into haskell-updates 2022-08-17 00:13:55 +00:00
github-actions[bot]
6489cd2db3
Merge master into staging-next 2022-08-16 18:01:16 +00:00
Sebastian Neubauer
ec590fdd24 llvmPackages_rocm: compile as one derivation
This is the supported way rocm is tested.
It makes packaging in nix a *lot* easier (see the code size).

An important change is the dontLink detection in the clang/clang++
wrapper script: When compiling with --cuda-device-only,
the linker must not be set, otherwise e.g. the blender kernels fail to
compile.
2022-08-16 19:20:55 +02:00
Sebastian Neubauer
9513a3b0c2 hip: 5.1.1 -> 5.2.1 2022-08-16 18:21:00 +02:00
Sebastian Neubauer
35be36c724 llvmPackages_rocm.llvm: 5.1.1 → 5.2.1 2022-08-16 18:20:56 +02:00
Sandro
c146f49850
Merge pull request #186889 from McSinyx/zig-rpath 2022-08-16 18:20:33 +02:00
Christian Kögler
3960eb5660
Merge pull request #174891 from r-ryantm/auto-update/dictu
dictu: 0.24.0 -> 0.25.0
2022-08-16 17:16:43 +02:00
Vladimír Čunát
ddc75d1843
Merge #185284: gcc: fix bootstrapTools.mips64el-linux-gnuabin32
...into staging
2022-08-16 13:12:01 +02:00
Artturin
c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
zowoq
bf9a88db61 go: add smoke test to passthru 2022-08-16 18:53:29 +10:00
zowoq
924206c368 go: remove unneeded inputs 2022-08-16 18:53:29 +10:00
zowoq
0197bfeeea go: merge postConfigure/postBuild into empty buildPhase 2022-08-16 18:53:29 +10:00
zowoq
0ec77e3f73 go: move xcbuild to depsTargetTargetPropagated 2022-08-16 18:53:29 +10:00
zowoq
40a0f3acb3 go: remove hardeningDisable 2022-08-16 18:53:29 +10:00
zowoq
1b031d9a35 go: drop ssl cert patch
`go` supports `SSL_CERT_FILE` which it set by the `cacert` shell hook
2022-08-16 18:53:29 +10:00
zowoq
4fd2bcb0fe go: convert seds to substitute patches 2022-08-16 18:53:29 +10:00
zowoq
6285da30c0 go: remove outdated seds 2022-08-16 18:53:29 +10:00
zowoq
8eadecd9bf go: prePatch -> postPatch
- also drop previous postPatch
2022-08-16 18:53:29 +10:00
zowoq
cec343a189 go: remove checkPhase
- remove doCheck
- remove test patches
- remove test prePatch seds
- remove test env vars
2022-08-16 18:53:29 +10:00
zowoq
0e2a36815d go: refactor bootstrap
- also add bootstrap to passthru
2022-08-16 18:53:29 +10:00
github-actions[bot]
0fde33f69b
Merge staging-next into staging 2022-08-16 06:01:57 +00:00
github-actions[bot]
3568649e27
Merge master into staging-next 2022-08-16 06:01:20 +00:00
Jörg Thalheim
e5844aa47e
Merge pull request #186644 from Mic92/gcl
gcl_2_6_13_pre: 2.6.13pre50 -> 2.6.13pre124 (fix build)
2022-08-16 05:26:01 +01:00
Nguyễn Gia Phong
d2e3b5ba13
zig: fix index out of bounds reading RPATH 2022-08-16 13:05:50 +09:00
github-actions[bot]
c096937e1b
Merge master into haskell-updates 2022-08-16 00:15:52 +00:00
Vladimír Čunát
82b8673c71
Merge #186477: gcc11: pick up bugfixes for aarch64-darwin
...into staging
2022-08-15 13:36:18 +02:00
github-actions[bot]
4e717ab958
Merge staging-next into staging 2022-08-15 06:01:47 +00:00
github-actions[bot]
9c7cf16ec7
Merge master into staging-next 2022-08-15 06:01:11 +00:00
Jörg Thalheim
38dd05d2ec
Merge pull request #173200 from NANASHI0X74/flutter-3-0-0
Flutter: 2.10.1->3.0.4
2022-08-15 05:10:47 +01:00
github-actions[bot]
071fb34807
Merge master into haskell-updates 2022-08-15 00:14:06 +00:00
github-actions[bot]
7ef4d517f3
Merge staging-next into staging 2022-08-14 18:01:52 +00:00
github-actions[bot]
409b1f1802
Merge master into staging-next 2022-08-14 18:01:15 +00:00
Ivv
7ec728db17
Merge pull request #181512 from mdarocha/dotnet-6-update
dotnet-sdk: 6.0.301 -> 6.0.400, refactor to streamline dotnet updates
2022-08-14 15:08:43 +02:00
Jörg Thalheim
8a40257c73 gcl_2_6_13_pre: 2.6.13pre50 -> 2.6.13pre124 (fix build) 2022-08-14 14:15:47 +02:00
github-actions[bot]
bbedd67512
Merge staging-next into staging 2022-08-14 06:01:58 +00:00
github-actions[bot]
b87f96162b
Merge master into staging-next 2022-08-14 06:01:22 +00:00
Artturi
fae0b890bc
Merge pull request #181497 from Mindavi/cross/eval-fixes 2022-08-14 06:24:45 +03:00
github-actions[bot]
9ba6250a0d
Merge master into haskell-updates 2022-08-14 00:14:23 +00:00
github-actions[bot]
f6054df3a1
Merge staging-next into staging 2022-08-14 00:03:17 +00:00
github-actions[bot]
2bc73e4c94
Merge master into staging-next 2022-08-14 00:02:38 +00:00
Sandro
ec577833c5
Merge pull request #185026 from OPNA2608/update/open-watcom-v2 2022-08-14 00:48:51 +02:00
Rick van Schijndel
ef74fd873a chickenPackages_4.chicken, chickenPackages_5.chicken: move makeWrapper to nativeBuildInputs 2022-08-14 00:10:00 +03:00
Theodore Ni
74b420b612
gcc12: apply working patch for darwin-aarch64 2022-08-13 12:04:03 -07:00
sternenseemann
d0706da55e haskell.compiler.ghc941: bootstrap using (binary) GHC 8.10.7
This shortens the bootstrap chain for 9.4.1 and should be kinder on
rebuilds. It requires some messing around in the configure file, since
it is not officially supported by upstream (but known to work). For now
it saves us the hassle of adding another bindist to nixpkgs. When we
support hadrian, we'll be able to use the already packaged 9.2.2
bindist.
2022-08-13 20:55:30 +02:00
Malte Brandy
44c848bc02 haskell.compilers.ghc941: 9.4.0.20220721 -> 9.4.1
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-08-13 20:55:30 +02:00
Theodore Ni
cf206e9d00
gcc11: pick up bugfixes for darwin-aarch64
Amongst others, this picks up the fix for:

    https://github.com/iains/gcc-darwin-arm64/issues/54
2022-08-13 11:37:09 -07:00
github-actions[bot]
1c7931d7e1
Merge staging-next into staging 2022-08-13 18:01:53 +00:00
github-actions[bot]
7afe7a957c
Merge master into staging-next 2022-08-13 18:01:16 +00:00
Mario Rodas
11e7d4accd
Merge pull request #184396 from r-ryantm/auto-update/mercury
mercury: 22.01.1 -> 22.01.3
2022-08-13 12:43:24 -05:00
Sandro
ee51f27fc7
Merge pull request #182559 from onny/osl 2022-08-13 19:05:46 +02:00
Jörg Thalheim
f08b424f73
Merge pull request #186443 from yu-re-ka/feature/rustc-musl2
fix pkgsMusl.rustc
2022-08-13 16:39:56 +01:00
Ben Siraphob
3a531b1777
Merge pull request #186036 from r-ryantm/auto-update/vyper 2022-08-13 21:25:30 +07:00
Yureka
acf9dd6238 cargo: add broken flag for musl
A build script crashes:
> cannot produce dylib for `rustc_driver v0.0.0 (/build/rustc-1.63.0-src/compiler/rustc_driver)` as the target `x86_64-unknown-linux-musl` does not support these crate types
2022-08-13 15:23:26 +02:00
Yureka
202524ddf7 rustc: remove broken flag for musl
It builds!
2022-08-13 15:23:06 +02:00
Yureka
0a9c3640d3 rustc: set crt-static flag
The crt-static option selects if the C runtime is linked dynamically or
statically into the resulting binaries.

There is a default value of this setting for each platform, but it is
not always what we want. For example, musl targets are assumed to always
have the C runtime linked statically, but we support both.

In practise, this fixes an error in the pkgsMusl.rustc build:
> cannot produce dylib for `rustc_driver v0.0.0 (/build/rustc-1.63.0-src/compiler/rustc_driver)` as the target `x86_64-unknown-linux-musl` does not support these crate types
2022-08-13 15:19:22 +02:00
Yureka
fb7811bf03 rustc: use autoPatchelfHook for bootstrap binaries
This is both simpler and works in more cases, e.g. for the bootstrap binaries
linked against musl libc.
2022-08-13 15:17:24 +02:00
Nick Cao
3133c979f9
harePackages.hare: fix evaluation for riscv 2022-08-13 19:44:47 +08:00
Jonas Heinrich
064c07db9a osl: 1.10.9 -> 1.11.17.0 2022-08-13 12:13:52 +02:00
github-actions[bot]
e47407256a
Merge staging-next into staging 2022-08-13 00:03:07 +00:00
github-actions[bot]
afcc45262a
Merge master into staging-next 2022-08-13 00:02:28 +00:00
Austin Seipp
5b93ac113c yosys: 0.18 -> 0.20
Includes necessary `abc` update as well.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-08-12 13:23:18 -05:00
github-actions[bot]
a1c35707df
Merge staging-next into staging 2022-08-12 12:02:19 +00:00
github-actions[bot]
71344f23b3
Merge master into staging-next 2022-08-12 12:01:32 +00:00
Mario Rodas
112f70d3e3
Merge pull request #185901 from r-ryantm/auto-update/closure-compiler
closurecompiler: 20220719 -> 20220803
2022-08-12 06:24:52 -05:00
Alyssa Ross
59dd915c11 rustc: 1.62.1 -> 1.63.0 2022-08-12 07:54:19 +00:00
github-actions[bot]
2f1000a140
Merge staging-next into staging 2022-08-12 00:03:16 +00:00
github-actions[bot]
ca03e913ca
Merge master into staging-next 2022-08-12 00:02:30 +00:00
AndersonTorres
a0165ee168 hare: do not set HARECACHE on the setup hook
HARECACHE is an object cache, usually populated to speedup recompilation. It
does not make much sense to include it on a setup hook.
2022-08-11 16:39:48 -03:00
github-actions[bot]
23df4a59bf
Merge staging-next into staging 2022-08-11 06:02:14 +00:00
github-actions[bot]
292020e43d
Merge master into staging-next 2022-08-11 06:01:33 +00:00
Anderson Torres
314182c2cd
Merge pull request #185871 from AndersonTorres/hare
Hare language updates
2022-08-10 22:38:33 -03:00
R. Ryantm
94ff988c2b vyper: 0.3.5 -> 0.3.6 2022-08-11 01:36:54 +00:00
github-actions[bot]
de2d4d270d
Merge staging-next into staging 2022-08-11 00:03:19 +00:00
github-actions[bot]
21cf6d1144
Merge master into staging-next 2022-08-11 00:02:36 +00:00
Robert Hensing
d6417bd306
Merge pull request #183760 from asbachb/openjdk17-remove-lib-folders
openjdk17: Remove default java.library.path
2022-08-10 21:18:43 +02:00
mdarocha
08ebd9f0df dotnet-sdk: 6.0.302 -> 6.0.400 2022-08-10 16:29:50 +02:00
mdarocha
c3c0fa05fb dotnet-sdk: rename print-hashes.sh to update.sh
New name better reflects its functionality
2022-08-10 16:26:50 +02:00
mdarocha
dc652d46d7 inklecate: use dotnet 3.1 to compile 2022-08-10 16:26:49 +02:00
mdarocha
886280e8a9 buildDotnetModule: include sdk-specific packages in nuget source
Some packages are defined by the build proccess, and change every time
the dotnet-sdk package changes. To avoid having to regenerate every
dependant packages dependencies every dotnet update, this moves these
packages into the `dotnet-sdk` `passthru` attribute, and includes them
every time `buildDotnetModule` is used.
2022-08-10 16:26:43 +02:00
mdarocha
e444b88411 dotnet-sdk: split up versions into separate nix files
This makes it more readable
Also update print-hashes.sh to directly update the files.
2022-08-10 16:21:07 +02:00
mdarocha
4ffb569d92 dotnet-sdk: 6.0.301 -> 6.0.302 2022-08-10 16:21:07 +02:00
R. Ryantm
070d64e998 closurecompiler: 20220719 -> 20220803 2022-08-10 11:55:54 +00:00
AndersonTorres
d3993e24c6 harePackages: create subtree
This is a subtree for the (past, present and future) Hare language
infrastructure.
2022-08-10 05:20:17 -03:00
AndersonTorres
ca39dc6915 hare: 2022-06-18 -> 2022-07-30 2022-08-10 04:55:38 -03:00
AndersonTorres
5f71fb6e02 harec: 2022-06-20 -> 2022-07-02 2022-08-10 04:53:56 -03:00
github-actions[bot]
6341ab932e
Merge staging-next into staging 2022-08-09 18:02:06 +00:00
github-actions[bot]
5ad6c8071e
Merge master into staging-next 2022-08-09 18:01:26 +00:00
Pavol Rusnak
b336a98f73
gcc-arm-embedded-11: init at 11.3.rel1 2022-08-09 17:09:53 +02:00
Bernardo Meurer
c44ff819e4
Merge pull request #185671 from PedroHLC/vulkan-1.3.216.0
Vulkan: 1.3.211.0 -> 1.3.216.0
2022-08-08 16:53:51 -07:00
github-actions[bot]
67f5b5a85d
Merge staging-next into staging 2022-08-08 18:02:11 +00:00
github-actions[bot]
d7cee51c43
Merge master into staging-next 2022-08-08 18:01:29 +00:00
PedroHLC ☭
4ed8247e1b
Vulkan: 1.3.211.0 -> 1.3.216.0 2022-08-08 11:31:53 -03:00
adisbladis
5cc12aa8cb
Merge pull request #182187 from adisbladis/newlib-nano-cc
newlib-nano: Set same flags as regular newlib in cc-wrapper/gcc config
2022-08-08 22:07:57 +08:00
Georges Dubus
592561e1a7
Merge pull request #181609 from anchpop/@anchpop/unison-m3-to-m4
unison-ucm: M3 -> M4
2022-08-08 14:11:40 +02:00
github-actions[bot]
4bc913e2dc
Merge staging-next into staging 2022-08-08 12:02:17 +00:00
github-actions[bot]
12b3c0ace9
Merge master into staging-next 2022-08-08 12:01:35 +00:00
zowoq
6f38b43c8c go: minor cleanup 2022-08-08 21:01:41 +10:00
github-actions[bot]
6234dd887a
Merge staging-next into staging 2022-08-08 00:03:17 +00:00
github-actions[bot]
fe5b312ec1
Merge master into staging-next 2022-08-08 00:02:27 +00:00
zowoq
4f60e48509 go: init 1.17 bootstrap
> ab0a94c6d3/src/cmd/dist/notgo117.go (L5)
> Go 1.20 and later requires Go 1.17 as the bootstrap toolchain.
2022-08-08 07:43:02 +10:00
zowoq
e4b5fde06b go: version bootstrap
allows adding a newer bootstrap without causing rebuilds
2022-08-08 07:43:02 +10:00
zowoq
9d10f94380 go: print-hashes script
- convert to nix-shell
- shellcheck / shfmt fixes
2022-08-08 07:43:02 +10:00
github-actions[bot]
75e341930c
Merge staging-next into staging 2022-08-07 18:02:11 +00:00
github-actions[bot]
45241ed94e
Merge master into staging-next 2022-08-07 18:01:30 +00:00
Rick van Schijndel
dcd89a1847
Merge pull request #182414 from ethindp/gnatboot12
gnatboot: 11.2.0-4 -> 12.1.0-2
2022-08-07 16:45:34 +02:00
R. RyanTM
e840d96e81
bupc: 2.22.0 -> 2020.12.0 (#185241) 2022-08-07 14:24:55 +02:00
Sergei Trofimovich
57080facf2
Merge pull request #184908 from trofi/expand-gcc-strip
gcc: extend stripping of .a libraries and .o objects
2022-08-06 17:17:10 +01:00
github-actions[bot]
4bbe802309
Merge staging-next into staging 2022-08-06 12:01:56 +00:00
Ben Siraphob
81e6eaab30
vyper: 0.3.3 -> 0.3.5 2022-08-06 01:51:22 -07:00
Samuel Ainsworth
90c505790c
Revert "cudatoolkit_11_7: init at 11.7.0" 2022-08-05 15:12:47 -07:00
Samuel Ainsworth
a53c2775d7
Merge pull request #179912 from dguibert/dg/cudatoolkit_11_7_0
cudatoolkit_11_7: init at 11.7.0
2022-08-05 14:45:59 -07:00
Adam Joseph
a6daffb118 gcc: factor out $linkLib64toLib, move it from bash to nix
This commit factors out the conditional which creates the `lib64->lib`
symlink in the `preInstall` phase, and calculates its value in nix
code rather than bash code so touching it doesn't cause a global
rebuild on every platform.
2022-08-05 13:52:25 -07:00
Adam Joseph
dfba0bf93b gcc: do not create lib64->lib links on mips64n32
On mips, gcc follows the somewhat awkward IRIX convention of putting
mips64 binaries in `lib64` and mips64n32 binaries in `lib32`.  So on
mips64n32 we do not want the `lib64` symlinks.
2022-08-05 11:07:16 -07:00
Adam Joseph
cbc80ff32b gcc: add linkLib32toLib to create lib32->lib links
Our gcc builder creates lib64->lib links to ensure that the "primary"
libraries for the targetPlatform wind up in $PREFIX/lib.  This is
required in order for make-bootstrap-files.nix to work correctly.

On mips, gcc follows the somewhat awkward IRIX convention of putting
mips32 binaries in `lib` and mips64n32 binaries in `lib32`.  So we
need similar symlinks there.  This may come up on other ILP32
platforms as well, so a general-purpose variable name is provided.
2022-08-05 11:07:14 -07:00
github-actions[bot]
41e6b8831b
Merge staging-next into staging 2022-08-04 18:02:08 +00:00
sternenseemann
4e7c3b9828 haskell.compiler.ghc941: apply fix for racy build system
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8751
https://gitlab.haskell.org/ghc/ghc/-/issues/21934

Hopefully this patch fixes the problem we experienced on Hydra once (out
of three builds).
2022-08-04 15:15:55 +02:00
sternenseemann
17746af0c5 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-08-04 14:31:47 +02:00
github-actions[bot]
88b1b94ed0
Merge staging-next into staging 2022-08-04 12:02:14 +00:00
Martin Weinelt
5f9b871b72
Merge pull request #185037 from mweinelt/home-assistant 2022-08-04 11:40:41 +02:00
github-actions[bot]
9b65c7a2b7
Merge master into haskell-updates 2022-08-04 00:13:57 +00:00
github-actions[bot]
818e64fcab
Merge staging-next into staging 2022-08-04 00:03:17 +00:00
Sandro
668da4fc8f
Merge pull request #185009 from fpletz/pkgs/maintainership-202208 2022-08-04 01:56:13 +02:00
Sergei Trofimovich
c817efe660 gcc: extend stripping of .a libraries and .o objects
The initial intent was to strip .a and .o files, not .a.o files.
While at it expanded stripping for $lib output as well.

Without the change `libgcc.a` was not stripped and `.debug*` sections
made into final binaries. It's not a problem on it's own, but it's an
unintended side-effect. Noticed on `crystal_1_0` test failure where
`crystal` was not able to handle `dwarf-5`.

While at it allowed absolute file names to be passed to stripDebugList
and friends.
2022-08-03 22:28:47 +01:00
Sandro
de57e89da4
Merge pull request #184259 from r-ryantm/auto-update/lfc 2022-08-03 22:59:06 +02:00
github-actions[bot]
2a54df0946
Merge staging-next into staging 2022-08-03 18:02:18 +00:00
superherointj
eb4ca54185
Merge pull request #184985 from vbgl/reason-fix-after-184390
reason: fix build with OCaml < 4.07
2022-08-03 13:57:20 -03:00
Martin Weinelt
4af35d92a0
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
OPNA2608
16395a9797 wrapWatcom: use passthru.prettyName 2022-08-03 16:37:59 +02:00
OPNA2608
cf6b5e1624 open-watcom-bin-unwrapped: improve meta 2022-08-03 16:37:59 +02:00
OPNA2608
aa30734c17 open-watcom-v2-unwrapped: unstable-2022-05-04 -> unstable-2022-08-02 2022-08-03 15:30:35 +02:00
Adam Joseph
22a0a210dd
ghdl: use gnat11 to unbreak build (#184352)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-03 14:54:46 +02:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
github-actions[bot]
ded94f4835
Merge staging-next into staging 2022-08-03 12:02:14 +00:00
Jörg Thalheim
168d1c5789
Merge pull request #181797 from qowoz/go119
go_1_19: init at 1.19
2022-08-03 11:33:28 +01:00
Vincent Laporte
80ebd25f66
reason: fix build with OCaml < 4.07 2022-08-03 11:56:45 +02:00
github-actions[bot]
1d51c8b324
Merge master into haskell-updates 2022-08-03 00:15:49 +00:00
github-actions[bot]
93322c460d
Merge staging-next into staging 2022-08-03 00:03:06 +00:00
github-actions[bot]
537fbd1326
Merge master into staging-next 2022-08-03 00:02:25 +00:00
zowoq
32f980605e go_1_19: init at 1.19 2022-08-03 05:42:48 +10:00
Anderson Torres
d2c05d420b
Merge pull request #184745 from r-ryantm/auto-update/xa
xa: 2.3.12 -> 2.3.13
2022-08-02 16:22:03 -03:00
github-actions[bot]
0df46e6fd8
Merge staging-next into staging 2022-08-02 18:01:55 +00:00
github-actions[bot]
411aad5a4d
Merge master into staging-next 2022-08-02 18:01:14 +00:00
David Guibert
79bc66cea5 redistrib_11.7.0.json: add eol 2022-08-02 16:20:07 +02:00
David Guibert
9aaf5daa7e nsight_compute: qt6 for version 2022.2.0 2022-08-02 16:20:07 +02:00
David Guibert
b139e331a4 cudatoolkit: add 11.7 2022-08-02 16:20:07 +02:00
Sandro
e76aa82431
Merge pull request #184598 from wegank/treewide-fix-platforms 2022-08-02 15:57:56 +02:00
superherointj
760d3a51b0
Merge pull request #184390 from r-ryantm/auto-update/ocaml4.13.1-reason
ocamlPackages.reason: 3.8.0 -> 3.8.1
2022-08-02 09:59:25 -03:00
R. Ryantm
eea38ee715 xa: 2.3.12 -> 2.3.13 2022-08-02 06:00:13 +00:00
zowoq
b18e7a1813 Revert "go_1_18: backport CL417615"
This reverts commit 4d1e04c00f.

fixed in 1.18.5
2022-08-02 11:38:34 +10:00
github-actions[bot]
df6d3919b7
Merge master into haskell-updates 2022-08-02 00:14:59 +00:00
github-actions[bot]
d0fae49900
Merge staging-next into staging 2022-08-02 00:03:05 +00:00
github-actions[bot]
ad090ff867
Merge master into staging-next 2022-08-02 00:02:24 +00:00
Sandro
a3b3912772
Merge pull request #184617 from SuperSandro2000/go-1-18-5
go_1_18: 1.18.4 -> 1.18.5
2022-08-02 00:01:01 +02:00
K900
357ae167e2 crystal_1_0, crystal_1_1: fix build 2022-08-02 00:34:28 +03:00
Sandro Jäckel
eba5f13c08 go_1_18: 1.18.4 -> 1.18.5 2022-08-02 07:24:26 +10:00
Sandro Jäckel
8fb01fab4f go_1_17: 1.17.12 -> 1.17.13 2022-08-02 07:23:38 +10:00
github-actions[bot]
e8ce2f4a26
Merge master into staging-next 2022-08-01 18:01:20 +00:00
Weijia Wang
278086eddb treewide: fix platforms 2022-08-01 18:33:27 +02:00
John Ericson
bf39e32272 compiler-rt: Fix "bare metal" case boolean logic
It is possible to both be bare metal and have a libc (newlib).

This libc doesn't provide very much --- not enough for CMake to think
the C toolchain works. We therefore adjust our logic so we hit the "bare
metal" case with or without libc.

The "use LLVM" bootstrap is intentionally not affected.
2022-08-01 12:18:54 -04:00
sternenseemann
ba819ddadf Merge remote-tracking branch 'origin/master' into haskell-updates 2022-08-01 15:26:29 +02:00
github-actions[bot]
c8b4067ae8
Merge master into staging-next 2022-08-01 12:01:37 +00:00
Guillaume Girol
6a792c2ed8
Merge pull request #179356 from logo4poop/update-haxe-4.2.5
Updated Haxe 4.2.1 -> 4.2.5
2022-08-01 11:34:44 +00:00
R. Ryantm
fff013f49f mercury: 22.01.1 -> 22.01.3 2022-08-01 01:23:14 +00:00
R. Ryantm
2fe12632ee ocamlPackages.reason: 3.8.0 -> 3.8.1 2022-08-01 01:08:27 +00:00
github-actions[bot]
0a7aec34aa
Merge master into haskell-updates 2022-08-01 00:16:00 +00:00
R. Ryantm
eb72f662f2 lingua-franca: 0.2.0 -> 0.3.0 2022-07-31 16:01:23 +00:00