Commit Graph

15663 Commits

Author SHA1 Message Date
github-actions[bot]
28f4120163
Merge master into staging-next 2023-07-31 06:01:30 +00:00
7c6f434c
f284cb3937
Merge pull request #246241 from MuKnIO/gambit-4.9.5
Gambit 4.9.5
2023-07-31 04:46:30 +00:00
github-actions[bot]
88c2e66d47
Merge master into staging-next 2023-07-31 00:02:09 +00:00
7c6f434c
9e06dd5694
Merge pull request #246077 from hraban/sbcl-2.3.7
sbcl: 2.3.6 -> 2.3.7
2023-07-30 21:44:40 +00:00
Francois-Rene Rideau
785b7d40eb gambit-unstable: 2020-09-20 -> 2023-07-30 2023-07-30 16:49:11 -04:00
Francois-Rene Rideau
d68f7974fa gambit: 4.9.3 -> 4.9.5 2023-07-30 16:49:11 -04:00
Martin Weinelt
167f6dfee4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/science/astronomy/cfitsio/default.nix
2023-07-30 03:54:27 +02:00
Hraban Luyat
86af9428d3 sbcl: 2.3.6 -> 2.3.7 2023-07-29 13:15:25 -04:00
Pol Dellaiera
a45519d09c
p4c: use finalAttrs pattern 2023-07-29 13:02:22 +02:00
R. Ryantm
958cc373f5 p4c: 1.2.4.0 -> 1.2.4.1 2023-07-29 06:27:17 +00:00
github-actions[bot]
eec08f8a6d
Merge staging-next into staging 2023-07-28 12:01:43 +00:00
Pol Dellaiera
4ee311dfdb
Merge pull request #245633 from r-ryantm/auto-update/ciao
ciao: 1.22.0-m1 -> 1.22.0-m7
2023-07-28 11:07:08 +02:00
Adam Joseph
8470989a96
Merge pull request #245550 from trofi/gcc-restore-sys-include
gcc: revert "do not install sys-include headers for cross-compilers."
2023-07-28 02:55:12 +00:00
github-actions[bot]
fa6f4a5428
Merge staging-next into staging 2023-07-28 00:02:49 +00:00
Sandro
c00e816e5d
Merge pull request #245699 from SuperSandro2000/unison
unison: match version with tag, cleanup
2023-07-27 23:52:50 +02:00
Pavol Rusnak
5a8c712023
Merge pull request #245099 from mdarocha/dotnet-update
dotnet-sdk: 6.0.411 -> 6.0.412, dotnet-sdk_7: 7.0.305 -> 7.0.306
2023-07-27 22:02:21 +02:00
Sandro Jäckel
5e2cea4213
unison: match version with tag, cleanup 2023-07-27 11:28:27 +02:00
github-actions[bot]
d1b1f7fda7
Merge staging-next into staging 2023-07-27 06:01:53 +00:00
Nick Cao
a9d910ddda
Merge pull request #245420 from nagy/chicken-cross
chicken: enable cross-compilation
2023-07-26 23:48:39 -06:00
figsoda
2d0e53e013
Merge pull request #245225 from figsoda/rust 2023-07-26 23:15:43 -04:00
R. Ryantm
9232c1ce15 ciao: 1.22.0-m1 -> 1.22.0-m7 2023-07-27 00:45:15 +00:00
github-actions[bot]
dc058faf6b
Merge staging-next into staging 2023-07-27 00:02:38 +00:00
Sandro
d0202aa545
Merge pull request #244292 from Luflosi/update/yosys
yosys: 0.30 -> 0.31
2023-07-27 00:35:20 +02:00
Samuel Ainsworth
931999d13b
Merge pull request #235024 from deshaw/upstream-dcgm
Add NVIDIA DCGM and DCGM-exporter (prometheus)
2023-07-26 14:48:38 -07:00
Elliot Cameron
5ba94f8629 cudatoolkit: fix build for 12.0.1
Many Qt dependencies were added only for 12.1 and above, but 12.0.1 also
needs them.
2023-07-26 16:11:54 -04:00
Elliot Cameron
65497764e8 cudatoolkit: fix builds for 10.*
libnvrtc.so is not found in the same location in all versions of
cudatoolkit.
2023-07-26 16:11:54 -04:00
github-actions[bot]
24182c8911
Merge staging-next into staging 2023-07-26 18:01:41 +00:00
Florian Klink
a0730a3244
Merge pull request #245563 from flokli/fix-jsonnet-darwin
jsonnet: fix build on darwin
2023-07-26 19:35:27 +02:00
Florian Klink
8e047a58c4 jsonnet: fix build on darwin
Not setting -DBUILD_SHARED_BINARIES seems to fix the build on aarch64-
darwin and x86_64-darwin.

Fixes https://github.com/NixOS/nixpkgs/issues/239912.
2023-07-26 18:46:37 +02:00
Sergei Trofimovich
3d66844c2d gcc: revert "do not install sys-include headers for cross-compilers."
The change reverts commit 7df4387ebd

A few reasons to revert the commit:
1. The change was not enough to restore `-idirafter` override semantic
   to match unwrapped compiler.
2. The change broke override semantics for cross-compilers
3. The change made override semantics different between cross-compiler
   and native compiler

All of three have some overlap between, but I think it's important
to call all of them out.

The main fallout is the uboot builds, reported by cynerd.

Used the following test to check the override recovery:

    $ nix shell github:NixOS/nixpkgs/release-22.05#pkgsCross.aarch64-multiplatform.stdenv.cc
    $$ cat stdio.h
    # empty
    $$ printf "#include <stdio.h>" | aarch64-unknown-linux-gnu-gcc -E - -o - -idirafter . >/dev/null; echo $?
    0

It failed before the change and succeded after.
2023-07-26 16:40:42 +01:00
github-actions[bot]
f5a346e8e7
Merge staging-next into staging 2023-07-26 12:02:08 +00:00
Pol Dellaiera
99ee645574
Merge pull request #244805 from r-ryantm/auto-update/purescript
purescript: 0.15.9 -> 0.15.10
2023-07-26 13:29:01 +02:00
github-actions[bot]
c494d3a0da
Merge staging-next into staging 2023-07-26 00:02:44 +00:00
Connor Baker
5825210d3f
Merge pull request #233581 from SomeoneSerge/CUDAToolkit_ROOT
cudaPackages.setupCudaHook: init
2023-07-25 14:24:12 -04:00
Connor Baker
495875182e
Merge pull request #224068 from SomeoneSerge/respect-config-cudaSupport
Respect global config.cudaSupport
2023-07-25 14:18:14 -04:00
Daniel Nagy
6149d31915
chicken: enable cross-compilation
This allows the cross compilation of chicken in, at least, the following ways:

```sh
nix-build -A pkgsCross.aarch64-multiplatform.chicken
```

and

```sh
nix-build -A pkgsCross.raspberryPi.chicken
```

Building with clang on x86_64-linux has also been repaired.

Additionally, instead of reimplementing a version tester in the
`installCheckPhase`, this test has been pulled out into its own tester
attribute.

While two broken tests needed to be disabled, the functionality of static
building is not broken. Only the tests themselves seem not to be able to handle
the specification of absolute compiler paths.
2023-07-25 20:00:00 +02:00
github-actions[bot]
c17c8dd604
Merge staging-next into staging 2023-07-25 12:01:57 +00:00
Janik
b42359cd74
Merge pull request #235474 from alexfmpe/ispc-1.19 2023-07-25 12:57:05 +02:00
figsoda
45e33f6672 rustc: build rust-analyzer-proc-macro-srv
It was incorrectly removed in https://github.com/NixOS/nixpkgs/pull/243283
2023-07-24 14:35:23 -04:00
R. Ryantm
06fe60288c purescript: 0.15.9 -> 0.15.10 2023-07-24 16:19:58 +02:00
github-actions[bot]
cecfbb286d
Merge staging-next into staging 2023-07-24 12:02:11 +00:00
Daniel Nagy
cb589b7ec8
otus-lisp: init at 2.4 2023-07-24 10:30:00 +02:00
github-actions[bot]
fea92808f8
Merge staging-next into staging 2023-07-24 06:01:46 +00:00
github-actions[bot]
aae1f8ef06
Merge master into staging-next 2023-07-24 06:01:13 +00:00
figsoda
4f22040dbd erg: 0.6.16 -> 0.6.17
Diff: https://github.com/erg-lang/erg/compare/v0.6.16...v0.6.17

Changelog: https://github.com/erg-lang/erg/releases/tag/v0.6.17
2023-07-23 21:26:36 -04:00
mdarocha
73a1cc7c9d dotnet-sdk_7: 7.0.305 -> 7.0.306 2023-07-23 23:09:31 +02:00
github-actions[bot]
208cfcb988
Merge staging-next into staging 2023-07-23 18:02:10 +00:00
github-actions[bot]
6afe543aec
Merge master into staging-next 2023-07-23 18:01:33 +00:00
Sandro
9699a81f6b
Merge pull request #244225 from ereslibre/bump-unison-ucm-M5b
unison: M4i -> M5b
2023-07-23 16:21:56 +02:00
figsoda
375657a0fd
Merge pull request #243283 from figsoda/rust 2023-07-22 21:22:45 -04:00