Marcin Serwin
85ac6ca088
maintainers: drop ttuegel
...
Signed-off-by: Marcin Serwin <marcin@serwin.dev >
2026-05-31 20:27:39 +02: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
Doron Behar
5b2464ff53
openblas: 0.3.30 -> 0.3.31 ( #450106 )
2026-03-03 21:07:00 +00:00
Weijia Wang
2e642b6926
indilib: 2.1.6 -> 2.1.9; indi-3rdparty: 2.1.6.2 -> 2.1.9 ( #472825 )
2026-02-20 22:31:13 +00:00
Phillip Seeber
ad3566c033
avogadrolibs: 1.102.1 -> 1.103.0
2026-02-18 12:04:25 +01:00
Linus Karl
4ec0338fc6
indi-3rdparty: fix build on darwin
...
The autopatchelfhook does not work with Mach-O
binaries so remove it on darwin
2026-02-15 23:48:59 +01:00
Linus Karl
3ffa960612
indi-3rdparty: 2.1.6.2 -> 2.1.9
2026-02-15 23:48:59 +01:00
Linus Karl
08217c44c0
indilib: 2.1.6 -> 2.1.9
2026-02-15 23:48:53 +01:00
Doron Behar
e015f2cc80
openblas: use --replace-fail substitution
2026-01-19 18:53:13 +02:00
Peter Collingbourne
4306b245f9
openblas: 0.3.30 -> 0.3.31
...
Diff: https://github.com/OpenMathLib/OpenBLAS/compare/v0.3.30...v0.3.31
Should also fix cross compilation
2026-01-19 18:53:13 +02:00
Collin Arnett
31ceb42c57
libtorch-bin: add missing runtime dependencies
2026-01-19 14:18:08 +00:00
Michael Daniels
5ed07317e9
treewide: change 'format = "other";' to 'pyproject = false;'
...
Entirely find-and-replace based.
A few usages that would cause rebuilds if changed remain.
This PR should have 0 rebuilds.
2026-01-12 17:50:37 -05:00
Ihar Hrachyshka
a269d900c4
treewide: remove remaining meta = with lib;
2025-12-14 15:16:00 -05:00
Ihar Hrachyshka
567e8dfd8e
treewide: clean up 'meta = with' pattern
...
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de >
2025-12-10 18:09:49 +01:00
Vladimír Čunát
de21549a84
staging-next 2025-11-02 ( #457894 )
2025-11-12 18:00:23 +00:00
Povl Filip Sonne-Frederiksen
0d93b571dc
libtorch-bin: 2.5.0 -> 2.9.0
...
Signed-off-by: Povl Filip Sonne-Frederiksen <22501790+pfmephisto@users.noreply.github.com >
2025-11-12 10:05:15 +01:00