Commit Graph

15644 Commits

Author SHA1 Message Date
github-actions[bot]
4c1a08f7ac
Merge master into haskell-updates 2023-07-29 00:12:48 +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
github-actions[bot]
265c5d7f67
Merge master into haskell-updates 2023-07-28 00:13:07 +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
Nick Cao
a9d910ddda
Merge pull request #245420 from nagy/chicken-cross
chicken: enable cross-compilation
2023-07-26 23:48:39 -06:00
R. Ryantm
9232c1ce15 ciao: 1.22.0-m1 -> 1.22.0-m7 2023-07-27 00:45:15 +00:00
github-actions[bot]
6781f1d32e
Merge master into haskell-updates 2023-07-27 00:12:37 +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
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
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]
cde91a5dd2
Merge master into haskell-updates 2023-07-26 00:13:28 +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
Janik
b42359cd74
Merge pull request #235474 from alexfmpe/ispc-1.19 2023-07-25 12:57:05 +02:00
github-actions[bot]
5c13e0de26
Merge master into haskell-updates 2023-07-25 00:14:06 +00:00
R. Ryantm
06fe60288c purescript: 0.15.9 -> 0.15.10 2023-07-24 16:19:58 +02:00
Daniel Nagy
cb589b7ec8
otus-lisp: init at 2.4 2023-07-24 10:30:00 +02: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
github-actions[bot]
5c99452faa
Merge master into haskell-updates 2023-07-24 00:13:55 +00:00
mdarocha
73a1cc7c9d dotnet-sdk_7: 7.0.305 -> 7.0.306 2023-07-23 23:09:31 +02: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
github-actions[bot]
d6d32ad8f4
Merge master into haskell-updates 2023-07-23 00:14:46 +00:00
github-actions[bot]
86a73bdb86
Merge master into staging-next 2023-07-23 00:02:31 +00:00
Mario Rodas
0e7bf498b1
Merge pull request #244848 from r-ryantm/auto-update/dart
dart: 3.0.5 -> 3.0.6
2023-07-22 14:02:11 -05:00
Mario Rodas
cb30f1127d
Merge pull request #244812 from paveloom/blueprint-compiler
blueprint-compiler: 0.8.1 -> 0.10.0
2023-07-22 13:52:51 -05:00
R. Ryantm
78d1b09912 dart: 3.0.5 -> 3.0.6 2023-07-22 15:17:57 +00:00
github-actions[bot]
045f0259fe
Merge master into staging-next 2023-07-22 12:01:28 +00:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Pavel Sobolev
d954304892
blueprint-compiler: 0.8.1 -> 0.10.0 2023-07-22 13:54:23 +03:00
github-actions[bot]
3dd8f04567
Merge master into haskell-updates 2023-07-22 00:13:21 +00:00
github-actions[bot]
a400aea596
Merge master into staging-next 2023-07-21 12:01:17 +00:00
meppu
226cd70e03 gleam: 0.30.1 -> 0.30.2 2023-07-21 18:50:10 +09:00
github-actions[bot]
6522c61c67
Merge master into haskell-updates 2023-07-21 00:13:37 +00:00
Someone Serge
4fafb3b90b
tree-wide: incorporate common out-of-tree cudaSupport overlays 2023-07-20 17:26:45 +03:00
github-actions[bot]
b6ae9ef2db
Merge master into staging-next 2023-07-20 06:01:21 +00:00
github-actions[bot]
d6876464b4
Merge master into haskell-updates 2023-07-20 00:14:23 +00:00
github-actions[bot]
e048c645c9
Merge master into staging-next 2023-07-20 00:02:29 +00:00
Someone Serge
251d3166c5
cudaPackages.saxpy: init at unstable-2023-07-11 2023-07-20 02:17:56 +03:00
Someone Serge
bfb24acbd0
cudaPackages_10.cudatoolkit: fix infinite recursion in setupCudaHook 2023-07-20 02:17:56 +03:00
Adam Joseph
07494a467a
Merge pull request #243615 from amjoseph-nixpkgs/pr/gcc/fix-m68k
gcc: if isM68k, look for libgcc_s.so.2 (instead of .so.1)
2023-07-19 22:10:25 +00:00
Someone Serge
9f46beb6a7
cudaPackages.setupCudaHook: init 2023-07-19 23:01:50 +03:00