Commit graph

11485 commits

Author SHA1 Message Date
Vincent Laporte f4998c542d ocaml-ng.ocamlPackages_4_14: 4.14.0-β1 → 4.14.0-rc2 2022-03-23 11:25:01 +01:00
Nathan van Doorn 61f798890e
souffle: 2.0.2 -> 2.2 (#164103)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 06:30:06 +01:00
Emery Hemingway a3fcf30d67 squeak: fix a src URL, transition meta to OpenSmalltalk 2022-03-22 18:19:07 +00:00
Dusk Banks 0cb5668d65 squeak: 4.10.2.2614 -> 5.3-19459
Credit to @BenBals for starting work on this patch in
<https://github.com/NixOS/nixpkgs/pull/86741>.
2022-03-22 18:19:07 +00:00
Anthony Cowley 29a988f978
Merge pull request #163698 from InternetUnexplorer/rocm-llvm-disable-shared-libs
llvmPackages_rocm.llvm: don't build shared libs
2022-03-22 10:28:19 -04:00
Alyssa Ross cb040db7ab pkgsStatic.gcc: fix build
LTO requires building a compiler plugin, which is a shared object.

The closure is a bit wild but it builds and can compile programs.
2022-03-22 10:52:36 +00:00
Sandro 4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
Fabián Heredia Montiel 233408b810 cudatoolkit_11: cudatoolkit_11_4 → cudatoolkit_11_6 2022-03-20 14:56:20 -06:00
zowoq 6b5006b249 Revert "rust: run update-hashes.sh to update hashes"
This reverts commit 852c8ab3d0.

When merged with 1.59 in staging this hash is incorrect.
2022-03-20 07:30:11 +10:00
Adam Joseph 852c8ab3d0 rust: run update-hashes.sh to update hashes
This commit is the result of running

  pkgs/development/compilers/rust/print-hashes.sh 1.57.0

in order to generate the bootstrap hash for
mips64el-unknown-linux-gnuabi64.  This commit is needed in order to
bootstrap nix on mips64el because nix_2_4 depends on rustc.
2022-03-19 16:50:52 -04:00
Tony Höglund 824c865a4b inklecate: update dependencies 2022-03-18 07:24:53 +01:00
Tony Höglund 9a35f3f1b4 dotnetCorePackages.*_6*: 6.0.0 -> 6.0.3 2022-03-18 07:24:52 +01:00
Tony Höglund feaf708634 dotnet: Update print-hashes script
* Update script to use dotnets releases-index urls specified in
https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json
* Can get source information for multiple versions
* Outputs the whole src expression for all available/mapped platforms
2022-03-18 07:24:52 +01:00
Adam Joseph c6108020ff rust: add mips64el to list of bootstrap tarballs 2022-03-18 13:00:34 +10:00
Adam Joseph 55dae422e2 go: add mips64 support 2022-03-18 10:02:58 +10:00
Ryan Mulligan 910fc2c155
Merge pull request #164612 from r-ryantm/auto-update/qbe
qbe: unstable-2022-03-11 -> unstable-2022-03-17
2022-03-17 15:42:49 -07:00
Ivar Scholten e99ee4624a dotnet: don't set $HOME if its already writable
This fixes an issue where the setup hook would overwrite $HOME in a
nix-shell.

Fixes #164450, #164295
2022-03-17 21:05:31 +01:00
R. Ryantm 66adfb0679 qbe: unstable-2022-03-11 -> unstable-2022-03-17 2022-03-17 16:32:04 +00:00
Felix Buehler 013d4cc072 aldor: switch to fetchFromGitHub 2022-03-16 23:23:08 +01:00
squalus 8e9625ac22 crystal: support aarch64-linux
Upstream does not publish aarch64-linux bootstrap binaries, so grab
them from Alpine
2022-03-16 11:05:37 -07:00
Ryan Mulligan 3ed9183396
Merge pull request #164074 from r-ryantm/auto-update/open-watcom-v2-unwrapped
open-watcom-v2-unwrapped: unstable-2022-02-22 -> unstable-2022-03-14
2022-03-16 09:43:38 -07:00
Felix Buehler 7c71e8438c nim: switch to fetchFromGitHub 2022-03-16 00:45:56 +01:00
Felix Buehler fe193e7dd2 opendylan: switch to fetchFromGitHub 2022-03-16 00:45:55 +01:00
Anderson Torres 78f072f575
Merge pull request #164308 from AndersonTorres/new-misc
4th: 3.62.5 -> 3.64.0
2022-03-15 19:54:40 -03:00
Ryan Mulligan 89c92693cc
Merge pull request #164011 from r-ryantm/auto-update/qbe
qbe: unstable-2021-12-05 -> unstable-2022-03-11
2022-03-15 15:03:08 -07:00
Martin Weinelt 8d18f29b60
Merge pull request #161366 from NixOS/staging-next
Staging next 2022-02-22
2022-03-15 22:31:01 +01:00
Elliot Cameron 2eb46d5c50 go: 1.18rc1 -> 1.18 2022-03-16 07:28:08 +10:00
AndersonTorres e1f2441674 4th: 3.62.5 -> 3.64.0 2022-03-15 17:01:21 -03:00
Matt Wittmann 8b8e0b4cac
cudatoolkit: expose compute-sanitizer, nsys utilities (#153542)
* cudatoolkit: expose compute-sanitizer, nsys commands

* Patch compute-sanitizer binary using addOpenGLRunpath

* Revert "Patch compute-sanitizer binary using addOpenGLRunpath"

This reverts commit 82aa57071a5106790fb08c0087189241693f456d.

* Patch compute-sanitizer libs using addOpenGLRunpath

* Patch nsys libs

* Call addOpenGLRunpath on nsys libs

* Clean weird quotation

* Use $ORIGIN in rpath

* Clean unnecessary string interpolation

* Replace while-read-find with for loop

* Move rpath def to preFixup, clean
2022-03-15 12:16:06 -07:00
github-actions[bot] ca9fc26e84
Merge master into staging-next 2022-03-15 12:01:24 +00:00
R. Ryantm 9c0dd18492 sdcc: 4.1.0 -> 4.2.0 2022-03-15 12:27:21 +01:00
Vladimír Čunát f48c1fda6b
Merge branch 'master' into staging-next
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments.  The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
Ryan Mulligan 96b96cda63
Merge pull request #163098 from r-ryantm/auto-update/dictu
dictu: 0.23.0 -> 0.24.0
2022-03-14 11:54:30 -05:00
R. Ryantm 9c951ed83e open-watcom-v2-unwrapped: unstable-2022-02-22 -> unstable-2022-03-14 2022-03-14 06:29:38 +00:00
github-actions[bot] ea64a128d1
Merge master into staging-next 2022-03-14 00:02:12 +00:00
Vincent Laporte 9d13bf5b1c ocaml-ng.ocamlPackages_4_14.ocaml: init at 4.14.0-β1 2022-03-13 21:44:09 +01:00
R. Ryantm 75546e2008 qbe: unstable-2021-12-05 -> unstable-2022-03-11 2022-03-13 15:40:23 +00:00
Michael Weiss f0c2e46468
llvmPackages_14: 14.0.0-rc2 -> 14.0.0-rc4 2022-03-13 13:34:54 +01:00
Michael Weiss 90d9b7c8dc
llvmPackages: Fix the update script 2022-03-13 13:34:50 +01:00
github-actions[bot] 72b55bcbef
Merge master into staging-next 2022-03-13 12:01:10 +00:00
Bobby Rong 12b54ac036
Merge pull request #163301 from r-ryantm/auto-update/fasm
fasm: 1.73.29 -> 1.73.30
2022-03-13 16:04:38 +08:00
github-actions[bot] 80180c339e
Merge master into staging-next 2022-03-12 12:01:10 +00:00
Vincent Laporte 6107d3894b ocaml-ng.ocamlPackages_4_12.ocaml: 4.12.0 → 4.12.1 2022-03-12 09:34:07 +01:00
InternetUnexplorer 9c8eda7f38 llvmPackages_rocm.llvm: don't build shared libs
This seems to fix the notorious "CommandLine Error: Option 'xxxxx'
registered more than once!" error in applications that use both Mesa and
ROCm.

Since Mesa is built with llvmPackages_latest and ROCm stuff is built
with llvmPackages_rocm, applications that use both (such as Blender) end
up with two different `libLLVM*.so`s loaded, which breaks things.

This seems like a straightforward way to fix the problem, and since the
ROCm stack seems to be the only thing in Nixpkgs that uses
llvmPackages_rocm this hopefully shouldn't break anything.

While there might be another way to fix this problem that doesn't
require disabling the shared libraries, I haven't been able to find it
yet, and since this issue seems to affect a lot of people I think it
might make sense to merge this fix for now and revisit it later if a
better solution is found.

This also removes a small patch to rocm-comgr since there are no longer
LLVM shared libraries for it to link against.
2022-03-11 11:33:56 -08:00
github-actions[bot] 7573d7fe79
Merge master into staging-next 2022-03-11 18:01:20 +00:00
Renaud 28721c55c5
Merge pull request #160342 from Luflosi/update/yosys
yosys: 0.12+54 -> 0.15
2022-03-11 18:15:51 +01:00
Sandro 5416f2ecd5
Merge pull request #162771 from IvarWithoutBones/dotnet-setuphook 2022-03-11 16:25:34 +01:00
Vincent Laporte 7163b67543 reason: 3.7.0 → 3.8.0 2022-03-11 16:11:08 +01:00
github-actions[bot] c46a02f957
Merge master into staging-next 2022-03-10 06:01:29 +00:00
zowoq 5625298330
Merge pull request #161533 from Stunkymonkey/rust-{lib-}src-phases
rust-{lib-}src: deprecate phases
2022-03-10 13:22:07 +10:00