Commit Graph

2121 Commits

Author SHA1 Message Date
R. Ryantm
42888345fd simple-dftd3: 1.4.0 -> 1.5.0 2026-08-08 18:55:37 +00:00
Markus Kowalewski
e2bc1679b6 python3Packages.simple-dftd3: fix pname
pname must the same as in pyproject.toml (which is set to "dftd3").
2026-08-03 15:03:23 +02:00
K900
45ae10c84d Merge remote-tracking branch 'origin/master' into staging-next 2026-07-15 10:52:37 +03:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
Grimmauld
b96ed4d602 treewide: add checkPhaseThreadLimitHook to more things used in parallel checks 2026-07-10 00:47:06 +02:00
Grimmauld
d5ae461bf7 treewide: remove explicit OMP_NUM_THREADS where openmpCheckPhaseHook is in effect 2026-06-26 18:43:31 +02:00
Atemu
fef886e90e openblas: disable checks on i686-linux
(cherry picked from commit 89e0f58061)
2026-06-24 14:51:02 +02:00
nixpkgs-ci[bot]
569f1dfc0c Merge master into staging-next 2026-06-23 12:58:39 +00:00
Gaetan Lepage
984462d5f1 tblite: cleanup 2026-06-22 13:45:58 +00:00
Liam Murphy
d0551bc010 openblas: 0.3.32 -> 0.3.33
This release fixes build failures for linbox on aarch64
(https://hydra.nixos.org/build/327030681,
https://hydra.nixos.org/build/327030680); see
https://github.com/OpenMathLib/OpenBLAS/issues/5763.

(cherry picked from commit 2ba029a78e)
(cherry picked from commit af26b2500d)
2026-06-22 08:16:16 +02:00
Gaetan Lepage
a711498106 tblite: fix on aarch64-linux 2026-06-19 12:12:41 +00:00
Phillip Seeber
3ff70b50cd tblite: 0.5.0 -> 0.6.0 2026-06-19 11:29:33 +00:00
Peder Bergebakken Sundt
97697dea79 simple-dftd3: 1.3.2 -> 1.4.0 (#520024) 2026-06-08 02:14:43 +00:00
Marcin Serwin
85ac6ca088 maintainers: drop ttuegel
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-05-31 20:27:39 +02:00
R. Ryantm
9101b36c67 simple-dftd3: 1.3.2 -> 1.4.0 2026-05-14 06:36:37 +00:00
nixpkgs-ci[bot]
167c482ea6 Merge master into staging-next 2026-05-14 00:41:55 +00:00
Michael Daniels
f69daf75e7 various: move to pkgs/by-name 2026-05-13 17:42:05 -04:00
nixpkgs-ci[bot]
832feff721 Merge master into staging-next 2026-05-07 18:34:59 +00:00
Phillip Seeber
d1bce9b3a9 python3Packages.simple-dftd3: adapt python build to meson 2026-05-07 16:22:02 +02:00
Phillip Seeber
f7d0253119 simple-dftd3: 1.2.1 -> 1.3.2 2026-05-06 16:45:07 +02:00
nixpkgs-ci[bot]
ec3e8b8d93 Merge staging-next into staging 2026-04-17 00:32:24 +00:00
nixpkgs-ci[bot]
66be93a062 Merge master into staging-next 2026-04-17 00:31:43 +00:00
Sandro
5e68274f7a suitesparse: remove ? null, remove empty list; suitesparse_5_3: drop alias (#507472) 2026-04-16 21:58:28 +00:00
Vladimír Čunát
30df21068d Merge staging-next into staging
There was a conflict - not complex but it wasn't auto-resolved by git:
	pkgs/development/libraries/science/math/openblas/default.nix
2026-04-14 15:52:29 +02:00
Yureka
3997337eed openblas: fully revert commit causing miscompilations 2026-04-14 15:09:57 +02:00
nixpkgs-ci[bot]
af002ce279 Merge staging-next into staging 2026-04-14 00:33:12 +00:00
nixpkgs-ci[bot]
a72eb26222 Merge master into staging-next 2026-04-14 00:32:41 +00:00
chillcicada
207a37af3d molequeue: migrate to by-name 2026-04-13 23:15:35 +02:00
chillcicada
defff9f327 avogadrolibs: migrate to by-name 2026-04-13 23:15:34 +02:00
Vladimír Čunát
88fa9f0fe0 Revert "openblas: avoid rebuilds on non-aarch64 temporarily"
This reverts commit 9a5be924c4.
2026-04-11 12:03:01 +02:00
Vladimír Čunát
ab103ee399 openblas: backport fix for ARM64 non-SVE DDOT kernel (#508576) 2026-04-11 09:49:05 +00:00
Vladimír Čunát
9a5be924c4 openblas: avoid rebuilds on non-aarch64 temporarily
The patch only affects "arm64" at a glance, and the rebuilds are high:
> Rebuild: linux 17590, darwin 11238
2026-04-11 08:40:25 +02:00
nixpkgs-ci[bot]
80dd94e004 Merge master into staging-next 2026-04-10 18:18:09 +00:00
Phillip Seeber
a55a785bbe avogadrolibs: 1.103.0 -> 2.0.0 2026-04-10 14:04:18 +02:00
Yureka
659e5caba3 openblas: backport fix for ARM64 non-SVE DDOT kernel 2026-04-10 12:38:51 +02:00
nixpkgs-ci[bot]
4bea919441 Merge master into staging-next 2026-04-09 06:34:07 +00:00
Sandro Jäckel
5957cf94ee suitesparse: remove ? null, remove empty list 2026-04-08 03:36:57 +02:00
Linus Karl
fa34cd580f indi-3rdparty: 2.1.9 -> 2.2.0 2026-04-06 11:47:56 +02:00
Linus Karl
8f58e66f15 indilib: 2.1.9 -> 2.2.0 2026-04-06 11:47:31 +02:00
Weijia Wang
9a1936095b openblas: 0.3.31 -> 0.3.32 2026-04-02 14:27:14 +02:00
Victor Engmark
c4f5dfad0d treewide: Remove continuation escape at end of commands
To avoid confusion and spurious newlines in the output.

Found by searching for a backslash followed by a newline, some
indentation, and then the end of multi-line string marker, using the
following extended regex:

```regex
\\\n +'';
```
2026-03-17 16:47:55 +01:00
Luna Nova
03c069fb70 Revert "openblas: avoid rebuilds except aarch64-darwin for now"
This reverts commit 7e95ebf6d4.

Commit was rebuild avoidance for staging-next cycle
2026-03-13 11:54:03 -07:00
Vladimír Čunát
7e95ebf6d4 openblas: avoid rebuilds except aarch64-darwin for now
This simply brings back the old .nix expression into a different file.
2026-03-13 08:38:59 -07:00
Luna Nova
a3569ecabd openblas: swap to CMake build to resolve duplicate symbols on aarch64 2026-03-13 08:38:59 -07:00
Luna Nova
f0210e2e27 openblas: add flint and R to tests 2026-03-13 08:38:58 -07:00
Luna Nova
02d96bd277 openblas: test pkg-config and cmake module presence 2026-03-13 08:38:58 -07:00
K900
6d5a86ccdd openblas: another patch to fix more single threaded builds
This time it's aarch64 specific.
2026-03-08 21:32:05 +03:00
K900
f7a0cb0e96 openblas: nixfmt 2026-03-08 18:49:37 +03:00
K900
c126dcd170 openblas: fix single threaded build
Patch conditional on single threadedness to avoid mass rebuilds;
moved to finalAttrs to avoid dynamic attrs in rec warnings.
2026-03-08 18:43:42 +03:00
Yureka
654b6d6197 openblas: fix build on aarch64-linux
Fixes https://github.com/NixOS/nixpkgs/issues/497522
2026-03-07 14:05:11 +01:00