Commit Graph

11683 Commits

Author SHA1 Message Date
github-actions[bot]
79b7796557
Merge master into haskell-updates 2022-03-25 00:11:06 +00:00
Will Dietz
2efcc3e297 openmp: disable tests due to failures 2022-03-24 18:58:38 -05:00
Will Dietz
4f3116f754 openmp: drop fix-find-tool patch, set *_TOOL vars directly 2022-03-24 18:58:38 -05:00
Will Dietz
7151381aab openmp: tests, few failures 2022-03-24 18:58:38 -05:00
Will Dietz
5e04d64aed openmp: no longer broken 2022-03-24 18:58:38 -05:00
Will Dietz
790c4f13dd openmp: new fix-find-tools patch 2022-03-24 18:58:38 -05:00
Will Dietz
641c2d3b7b llvmPackages_14.openmp: fix install dirs patch 2022-03-24 18:58:38 -05:00
Michael Weiss
5008e28e67
Merge pull request #165520 from primeos/llvmPackages_14
llvmPackages_14: 14.0.0-rc4 -> 14.0.0
2022-03-24 21:20:07 +01:00
Lorenz Brun
7716919300
openjdk8: 8u272-b10 -> 8u322-ga 2022-03-24 14:34:32 +01:00
github-actions[bot]
e5b9619cbf
Merge master into haskell-updates 2022-03-24 00:10:32 +00:00
Michael Weiss
c9cfbe0899
llvmPackages_14: 14.0.0-rc4 -> 14.0.0 2022-03-23 23:21:32 +01:00
Vincent Laporte
f4998c542d ocaml-ng.ocamlPackages_4_14: 4.14.0-β1 → 4.14.0-rc2 2022-03-23 11:25:01 +01:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00: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
John Ericson
ed07c3b1a2
Merge pull request #163489 from alyssais/gcc-static-lib
pkgsStatic.stdenv.cc.cc: put static libs in $lib
2022-03-22 22:07:50 -04:00
github-actions[bot]
b86264453e
Merge master into haskell-updates 2022-03-23 00:11:32 +00:00
zowoq
be98149597 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/servers/isso/default.nix
2022-03-23 10:04:17 +10: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
github-actions[bot]
9d35f2cd19
Merge staging-next into staging 2022-03-22 18:10:54 +00:00
Alyssa Ross
12c37aec37
pkgsStatic.stdenv.cc.cc: put static libs in $lib
libtool requires the library files its .la files describe to be in the
same directory as those files.  We only do this for compilers without
shared libraries, so that the libraries in $lib are always the
libraries the package set is supposed to use.

Fixes: https://github.com/NixOS/nixpkgs/issues/76873
Fixes: https://github.com/NixOS/nixpkgs/issues/108534
2022-03-22 17:56:11 +00:00
Alyssa Ross
c6dd11ca39
Revert "gcc: Always pass --enable-shared by default"
This reverts commit 8e48232180.

Since pkgsStatic.stdenv.cc can only produce static binaries, there's
no reason to include that compilers e.g. libstdc++.so.
2022-03-22 17:56:08 +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
sternenseemann
60c9963d40 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-03-22 15:24:55 +01:00
github-actions[bot]
e452d308f5
Merge staging-next into staging 2022-03-22 12:02:02 +00: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
github-actions[bot]
c62314becb
Merge staging-next into staging 2022-03-22 06:01:42 +00:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
github-actions[bot]
cf3e30f70f
Merge master into haskell-updates 2022-03-22 00:12:28 +00:00
github-actions[bot]
03c279d7ea
Merge staging-next into staging 2022-03-22 00:02:58 +00:00
Fabián Heredia Montiel
233408b810 cudatoolkit_11: cudatoolkit_11_4 → cudatoolkit_11_6 2022-03-20 14:56:20 -06:00
Martin Weinelt
f4f3622cb1 Merge remote-tracking branch 'origin/staging-next' into staging 2022-03-20 00:00:32 +01:00
zowoq
d88f6aa9d8 rust: add mips64el-unknown-linux-gnuabi64 bootstrap hash
follow up from c6108020ff
2022-03-20 08:04:51 +10: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
github-actions[bot]
3ceb419846
Merge master into haskell-updates 2022-03-19 00:10:07 +00: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
github-actions[bot]
07e0324dff
Merge staging-next into staging 2022-03-18 06:01:55 +00:00
Adam Joseph
c6108020ff rust: add mips64el to list of bootstrap tarballs 2022-03-18 13:00:34 +10:00
github-actions[bot]
d6d71873fc
Merge master into haskell-updates 2022-03-18 00:10:51 +00:00
github-actions[bot]
691557fc47
Merge staging-next into staging 2022-03-18 00:03:09 +00: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
rnhmjoj
654940f36b haskellPackages.mkDerivation: check haddock availability
This change makes the haskell builder run the haddockPhase only if the
haddock program is availble (for example, it's not when cross-compiling).
2022-03-17 19:43:04 +01:00
rnhmjoj
4884fcc0d2 ghc: enable static RTS
This change allows loading statically compiled libreries into a running
GHC, thus fixing the build of haskell packages that use TemplateHaskell.
See [1] for the details.

Fixes issue #61575, #124284.

[1]: https://www.tweag.io/blog/2020-09-30-bazel-static-haskell/
2022-03-17 19:43:04 +01:00
R. Ryantm
66adfb0679 qbe: unstable-2022-03-11 -> unstable-2022-03-17 2022-03-17 16:32:04 +00:00
github-actions[bot]
6863d678bc
Merge master into haskell-updates 2022-03-17 00:10:36 +00:00
github-actions[bot]
2eac3106df
Merge staging-next into staging 2022-03-17 00:02:45 +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
github-actions[bot]
177bd4ed53
Merge staging-next into staging 2022-03-16 18:01:43 +00: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
zowoq
6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
github-actions[bot]
d6c63a3ceb
Merge master into haskell-updates 2022-03-16 00:10:32 +00: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 82aa57071a.

* 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
github-actions[bot]
c134f0d97a
Merge master into haskell-updates 2022-03-15 00:10:48 +00: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
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00: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]
6182623035
Merge master into haskell-updates 2022-03-14 00:11:26 +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]
0f057a8d26
Merge master into haskell-updates 2022-03-13 00:11:01 +00: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
github-actions[bot]
b21a694014
Merge master into haskell-updates 2022-03-12 00:10:12 +00: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]
a9a2d9475d
Merge staging-next into staging 2022-03-11 18:01:59 +00: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
sternenseemann
f5c34205ad Merge remote-tracking branch 'origin/master' into haskell-updates 2022-03-11 16:47:23 +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]
63b8e48f75
Merge master into haskell-updates 2022-03-11 00:11:57 +00:00
github-actions[bot]
8379968bb2
Merge staging-next into staging 2022-03-10 06:02:07 +00: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
github-actions[bot]
966cf602cc
Merge master into haskell-updates 2022-03-10 00:10:28 +00:00
github-actions[bot]
b4fed0cbba
Merge staging-next into staging 2022-03-09 18:05:08 +00:00
github-actions[bot]
d30e2aa8f5
Merge master into staging-next 2022-03-09 18:01:14 +00:00
sternenseemann
47f837f5e8 haskell.compiler: ghc921 -> ghc922
https://www.haskell.org/ghc/download_ghc_9_2_2.html
2022-03-09 16:42:07 +01:00
happysalada
15598910e4 gleam: 0.19.0 -> 0.20.1 2022-03-09 08:48:43 -05:00
github-actions[bot]
f6b4a4048a
Merge staging-next into staging 2022-03-09 12:01:59 +00:00
github-actions[bot]
a2bca36cdf
Merge master into staging-next 2022-03-09 12:01:23 +00:00
Alyssa Ross
9222b68380 edk2: 202108 -> 202202 2022-03-09 11:14:57 +00:00
github-actions[bot]
05e2709249
Merge master into haskell-updates 2022-03-09 00:10:37 +00:00
github-actions[bot]
201cc2f89b
Merge master into staging-next 2022-03-09 00:02:05 +00:00
Michael Weiss
dd8169da3e
llvmPackages_14: 14.0.0-rc1 -> 14.0.0-rc2 2022-03-08 22:27:24 +01:00
github-actions[bot]
d47f26379a
Merge master into staging-next 2022-03-08 18:01:16 +00:00
Luflosi
9488c22d58
yosys: 0.12+54 -> 0.15
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.15
2022-03-08 18:28:13 +01:00
Luflosi
b255f6d60c
yosys: fix homepage
The old link was now pointing at a casino website.
2022-03-08 18:28:12 +01:00
Felix Buehler
783d2679e5 treewide: rename name to pname&version 2022-03-08 13:24:25 +01:00
R. Ryantm
028508242b fasm: 1.73.29 -> 1.73.30 2022-03-08 10:31:59 +00:00
R. Ryantm
5d304d0098 ciao: 1.20.0 -> 1.21.0-m1 2022-03-08 03:00:31 +00:00
github-actions[bot]
a01d73f1a6
Merge master into haskell-updates 2022-03-08 00:10:01 +00:00
Sandro
7289ad2b4e
Merge pull request #162389 from Stunkymonkey/adoptopenjdk-bin-pname-version 2022-03-07 19:52:05 +01:00
github-actions[bot]
4ec6244865
Merge staging-next into staging 2022-03-07 18:01:46 +00:00
github-actions[bot]
2fa8dd529a
Merge master into staging-next 2022-03-07 18:01:12 +00:00
Felix Buehler
9d53c38f61 adoptopenjdk-bin: rename name to pname&version 2022-03-07 17:52:08 +01:00
Sandro
b8d7358c14
Merge pull request #162368 from Stunkymonkey/ocaml-pname-version 2022-03-07 17:48:23 +01:00
Sandro
fb02e4411e
Merge pull request #162352 from Stunkymonkey/roslyn-pname-version 2022-03-07 17:16:49 +01:00
R. Ryantm
df751f5488 dictu: 0.23.0 -> 0.24.0 2022-03-07 04:08:14 +00:00
github-actions[bot]
90f82a2f9a
Merge staging-next into staging 2022-03-06 00:02:44 +00:00
github-actions[bot]
9dd2a8b600
Merge master into staging-next 2022-03-06 00:02:10 +00:00
Malte Brandy
cb8de4139a Merge branch 'master' into haskell-updates 2022-03-05 20:52:26 +01:00
Renaud
737b8e22a8
Merge pull request #160859 from aaronjheng/jsonnet
go-jsonnet: add jsonnet-deps and jsonnet-lint
2022-03-05 20:30:36 +01:00
github-actions[bot]
398b2ea4e6
Merge master into haskell-updates 2022-03-05 00:10:25 +00:00
github-actions[bot]
d3cf053b7f
Merge staging-next into staging 2022-03-04 18:01:54 +00:00
github-actions[bot]
437813752b
Merge master into staging-next 2022-03-04 18:01:19 +00:00
Vincent Laporte
5db8d97e62 haxe: use OCaml 4.12 for version 4.2 2022-03-04 16:09:07 +01:00
Vincent Laporte
b938417087 reason: disable for OCaml ≥ 4.13 2022-03-04 16:09:07 +01:00
Alyssa Ross
c010a19a56
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/hypothesmith/default.nix
2022-03-04 14:53:05 +00:00
Ivar Scholten
8ef298b84f dotnet: add setup hook to set required env vars 2022-03-04 14:17:40 +01:00
github-actions[bot]
fc22d0d5e2
Merge master into staging-next 2022-03-04 12:01:33 +00:00
techknowlogick
7bd35b61fe go_1_17: 1.17.7 -> 1.17.8 2022-03-04 13:32:32 +10:00
Samuel Ainsworth
03a4f90f69 cudatoolkit_11_6: 11.6.0 -> 11.6.1 2022-03-04 03:21:17 +00:00
github-actions[bot]
4ae95d3027
Merge master into haskell-updates 2022-03-04 00:12:11 +00:00
github-actions[bot]
595c0fa136
Merge staging-next into staging 2022-03-04 00:02:31 +00:00
github-actions[bot]
d9f7fd1901
Merge master into staging-next 2022-03-04 00:01:55 +00:00
techknowlogick
6eed87d449 go_1_16: 1.16.14 -> 1.16.15 2022-03-04 07:44:35 +10:00
Jörg Thalheim
ca97bb3ceb
Merge pull request #162347 from Stunkymonkey/rust-pname-version
rust: rename name to pname
2022-03-02 04:19:28 +00:00
github-actions[bot]
6745e40e28
Merge master into haskell-updates 2022-03-02 00:14:52 +00:00
github-actions[bot]
4d46874f57
Merge staging-next into staging 2022-03-02 00:11:54 +00:00
github-actions[bot]
f4fc464126
Merge master into staging-next 2022-03-02 00:06:44 +00:00
Michael Weiss
5040ab9149
llvmPackages_14: Mark broken packages
I quickly went over the latest Hydra evaluation:
https://hydra.nixos.org/eval/1746327?filter=llvmPackages_14&compare=1746266&full=#tabs-still-fail
2022-03-01 23:37:00 +01:00
Felix Buehler
103f0186e1 ocaml: rename name to pname 2022-03-01 14:55:45 +01:00
github-actions[bot]
fbd1c5b484
Merge staging-next into staging 2022-03-01 12:11:43 +00:00
github-actions[bot]
4ae3f9a06c
Merge master into staging-next 2022-03-01 12:05:54 +00:00
Sandro
9f9ca94494
Merge pull request #162231 from Stunkymonkey/oraclejdk8distro-appendToName 2022-03-01 12:54:58 +01:00
Felix Buehler
78eec31c49 roslyn: rename name to pname 2022-03-01 12:24:28 +01:00
Felix Buehler
6381ee34b5 rust: rename name to pname 2022-03-01 12:09:56 +01:00
Felix Buehler
5545fb36d2 cargo: rename name to pname 2022-03-01 11:52:52 +01:00