Commit graph

15640 commits

Author SHA1 Message Date
meppu a546cb6b3e gleam: 0.30.2 -> 0.30.5 2023-08-04 14:46:28 +08:00
meppu 2ff8d8b24f gleam: add nix-update-script 2023-08-04 14:46:28 +08:00
Jan Malakhovski 5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Shogo Takata c5e1b17f49 circt: 1.48.0 -> 1.49.0 2023-08-03 13:18:44 +09:00
zowoq fa88f4a8be go_1_19: 1.19.11 -> 1.19.12
Changelog: https://go.dev/doc/devel/release#go1.19
2023-08-03 12:23:27 +10:00
Pol Dellaiera 1d11f5e3da
Merge pull request #246770 from r-ryantm/auto-update/flix
flix: 0.38.0 -> 0.39.0
2023-08-02 18:21:17 +02:00
R. Ryantm 7163f2ab74 flix: 0.38.0 -> 0.39.0 2023-08-02 11:34:23 +00:00
Emery Hemingway a3cfb6589c compilers/nim: do not modify hardening flags
Hardening can set -O𝑛 flags that contradict $CC flags added by
the Nim compiler but this should be resolved later in the wrapper
script.

Fix #243759
2023-08-02 11:20:26 +01:00
Anderson Torres 9d9af3d49f zigHook: remove badPlatforms
Because zig itself doesn't set it by default.
2023-08-01 10:08:55 +00:00
Anderson Torres a85a699e40 zigHook: init
A setup hook for using the Zig compiler in Nixpkgs.

*Warning*: the setup-hook shell script was linted with shellcheck!
2023-08-01 10:08:55 +00:00
Nick Cao 6fb451c36a
Merge pull request #246499 from pineapplehunter/master
circt: 1.45.0 -> 1.48.0 with version info fix
2023-08-01 02:41:59 -06:00
Shogo Takata 2838d99063 circt: refactor patch to substituteInPlace 2023-08-01 16:10:46 +09:00
Shogo Takata 444797ac02 circt: fix version info 2023-08-01 14:25:49 +09:00
Shogo Takata 4369608306 circt: 1.45.0 -> 1.48.0 2023-08-01 14:25:04 +09:00
R. Ryantm 80d4b03586 assemblyscript: 0.27.5 -> 0.27.6 2023-08-01 02:26:13 +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
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
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
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
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
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
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
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
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] 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