Commit Graph

22 Commits

Author SHA1 Message Date
nixpkgs-merge-bot[bot]
160b47b71c
vpp: 24.06 -> 24.10 (#364733) 2024-12-12 23:49:12 +00:00
R. Ryantm
caebc41092 vpp: 24.06 -> 24.10 2024-12-12 21:54:35 +00:00
Wolfgang Walther
723764ee1c
vpl-gpu-rt: 24.3.3 -> 24.4.3 (#362034) 2024-12-12 20:18:36 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
c14e5b2e9e vpl-gpu-rt: 24.3.3 -> 24.4.3 2024-12-05 10:07:03 +00:00
Olivér Falvai
fe6432fe76
vp: disable hanging darwin Hydra builds
https://hydra.nixos.org/job/nixpkgs/trunk/vp.aarch64-darwin
2024-11-10 20:09:07 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
4df521c75d vpl-gpu-rt: 24.2.5 -> 24.3.3 2024-10-15 08:51:10 +00:00
romner-set
54c14e4e85
vpp: init at 24.06 2024-10-12 16:30:19 +02:00
Anthony ROUSSEL
ce6a11f471 vpcs: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:44 +02:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Jakub Skokan
c39e9041e8
vpsfree-client: 0.18.0 -> 0.19.0 (#339850) 2024-09-05 23:57:13 +02:00
zimbatm
2bd7cf6cca vpsfree-client: move to by-name 2024-07-31 09:10:28 +02:00
R. Ryantm
ec522b2fcf vpl-gpu-rt: 24.2.3 -> 24.2.5 2024-06-29 14:13:48 +00:00
nixpkgs-merge-bot[bot]
2faf6e0bf9
Merge pull request #319473 from r-ryantm/auto-update/vpl-gpu-rt
vpl-gpu-rt: 24.2.2 -> 24.2.3
2024-06-14 12:10:47 +00:00
R. Ryantm
3282b8a9a3 vpl-gpu-rt: 24.2.2 -> 24.2.3 2024-06-13 03:58:19 +00:00
Philipp Jungkamp
86f5a8264d vpl-gpu-rt: add pjungkamp to maintainers 2024-06-09 10:50:21 +02:00
Weijia Wang
314e90532a
Merge pull request #317177 from PJungkamp/vpl-gpu-rt
onevpl-intel-gpu: Rename to vpl-gpu-rt
2024-06-08 22:52:49 +02:00
Philipp Jungkamp
d3a9121424 onevpl-intel-gpu: Rename to vpl-gpu-rt
Move the `package.nix` file from `pkgs/by-name/on/onevpl-intel-gpu` to
`pkgs/by-name/vp/vpl-gpu-rt`.  Add an `onevpl-intel-gpu` alias for backwards
compatability.

Intel has merged the `oneapi-src` GitHub organization into the `intel`
namespace. `oneVPL-intel-gpu` has been renamed to `vpl-gpu-rt` as part of
this move. The repo at https://github.com/oneapi-src/oneVPL-intel-gpu now
redirects to https://github.com/intel/vpl-gpu-rt.
2024-06-04 14:15:46 +02:00
Anderson Torres
c8a1679265 vp: remove vrthra
See https://github.com/NixOS/nixpkgs/issues/290642.
2024-06-04 08:19:11 -03:00
Anderson Torres
2113ff8eae vp: 1.8 -> 1.8-unstable-2017-03-22
- finalAttrs
- strictDeps
- split outputs
- fix NIX_CFLAGS_COMPILE
- add maintainer AndersonTorres
2024-06-04 08:19:10 -03:00
Anderson Torres
fe33007f33 vp: migrate to by-name 2024-06-04 08:19:10 -03:00