Commit Graph

11 Commits

Author SHA1 Message Date
R. Ryantm
cfa6b85378 numcpp: 2.16.0 -> 2.16.1 2026-03-17 12:31:09 +00:00
Weijia Wang
d4c2729b74 numcpp: 2.15.0 -> 2.16.0 (#467217) 2026-02-04 21:25:33 +00:00
Stefan Frijters
6b1ad8f35b numcpp: move NIX_CFLAGS_COMPILE into env for structuredAttrs 2026-01-30 23:08:17 +01:00
R. Ryantm
7fed856e19 numcpp: 2.15.0 -> 2.16.0 2025-12-02 17:53:51 +00:00
Sergei Trofimovich
8a5d306878 numcpp: fix hash
Without the change the build fails as:

    $ nix build --no-link -f. numcpp
    error: hash mismatch in fixed-output derivation '/nix/store/400wj7x27ipf7jwljr3p70d8hafrps77-source.drv':
         specified: sha256-+i4vUtd+UDP1e0Y+2Y31ldIWQenbtzssNrDazcU+tkQ=
            got:    sha256-5HWemgBhTUvoeommFOChWOplfEZPOXwQktkCeO5FnSU=
2025-11-30 13:58:59 +00:00
R. Ryantm
6e191113fc numcpp: 2.14.2 -> 2.15.0 2025-11-26 12:36:49 +00:00
R. Ryantm
cf1fee8161 numcpp: 2.14.1 -> 2.14.2 2025-07-11 12:36:47 +00:00
emaryn
dfd3a4fa2a numcpp: 2.13.0 -> 2.14.1 2025-05-22 00:45:46 +08:00
R. Ryantm
ff0fe4e140 numcpp: 2.12.1 -> 2.13.0 2025-01-03 12:48:45 +00: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
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