Commit Graph

11 Commits

Author SHA1 Message Date
Stefan Frijters
bbb94bc73c isl_0_{20,23,24,27}: enable structuredAttrs 2026-08-03 12:31:43 +02:00
David McFarland
2c437af020 isl: fix cygwin build 2026-01-02 12:54:22 -04:00
Tristan Ross
34821176ef tt-metal: init at 0.59.1 2025-07-03 09:18:46 -07:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Audrey Dutcher
59c5439ea8 isl: use updateAutotoolsGnuConfigScriptsHook to fix build on FreeBSD native 2024-11-17 09:54:16 -07:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sergei Trofimovich
037e228522 isl_0_24: pull CC_FOR_BUILD
Without the change `isl_0_24` build on aarch64-linux fails due to missing
$target-gcc wrapper: https://hydra.nixos.org/build/220002237

    configure: error: in `/build/isl-0.24':
    configure: error: C compiler cannot create executables
    See `config.log' for more details

ZHF #230712
2023-05-19 08:38:00 +01:00
Geoff Norton
9472021ccd isl: Fix isl 0.20 on riscv due to out of date config.guess 2023-04-26 10:34:30 -07:00
Artturin
f002ffed9a treewide: enable strictDeps in bootstrap packages 2022-05-22 16:40:26 +03:00
Felix Buehler
1cf552b7db isl: rename name to pname&version 2022-02-23 21:41:52 +01:00
Matthias Beyer
f1e8640c54 libisl: Make derivations generic, add 0.24 (#146693)
* libisl: Make derivation generic

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* libisl: add 0.24

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* isl: remove unused args

* isl: remove dead homepages

* isl: fix configureFlags

* isl: fix nested callPackage

use import to remove callPackage-inside-callPackage, which breaks overriding

* isl: pname/version -> name

pname/version is preferred, but causes rebuilds here.
let's do the cleanup separately from the mass rebuild,
to use the 0-rebuild-count as a 'nothing up my sleeve' gesture

* isl_0_24: fix sha256

* isl_0_11: add missing patch

Co-authored-by: Ryan Burns <rtburns@protonmail.com>
2021-11-21 02:43:19 -08:00