Commit Graph

11 Commits

Author SHA1 Message Date
qbisi
7c30eb51bc superlu: 7.0.0 -> 7.0.1
Diff: https://github.com/xiaoyeli/superlu/compare/v7.0.0...v7.0.1
ChangeLog: https://github.com/xiaoyeli/superlu/releases/tag/v7.0.1
2025-10-05 23:59:36 +08:00
qbisi
f90df7f3ce superlu: fix build with clang21 2025-10-05 23:59:25 +08:00
qbisi
04e483ed80 superlu: use generic blas vendor on all platforms 2025-10-05 23:58:59 +08:00
qbisi
f2e23a1ac9 superlu: remove unused lapack 2025-10-04 07:30:25 +08:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Sigmanificient
0489b3976a treewide: remove unused patches files 2025-04-01 13:59:25 +02:00
Peder Bergebakken Sundt
0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
Reno Dakota
6e276fd5e3 superlu: fix darwin
The update from 5.2.1 -> 7.0.0 causes superlu segfaults running the
tests when linked with Accelerate due to superlu using the single
precision interface.  Set the Blas vendor to Generic to prevent cmake
from using Accelerate and use the nixpkgs provided blas/lapack
libraries.
2024-12-21 06:19:46 -08:00
Silvan Mosberger
84d4f874c2 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 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +01:00
Emily
efff65834a superlu: 5.2.1 -> 7.0.0
Includes fixes for GCC 14. Also addresses non‐free code already
removed by Debian. If there’s demand for this functionality it
could be re‐added under a flag.
2024-11-25 16:56:34 +00: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