1566 Commits

Author SHA1 Message Date
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]
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
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
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
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
Yureka
659e5caba3 openblas: backport fix for ARM64 non-SVE DDOT kernel 2026-04-10 12:38:51 +02:00
Sandro Jäckel
5957cf94ee suitesparse: remove ? null, remove empty list 2026-04-08 03:36:57 +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
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
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
Sandro
e01d237b18 openblas: Fetch patch to fix SCAL on POWER4 kernel (#450057) 2025-10-29 13:36:05 +00:00
Connor Baker
763abd9405 suitesparse: correct CUDA_PATH
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:22 -07:00
OPNA2608
0cb6bb8d6f openblas: Fetch patch to fix SCAL on POWER4 kernel 2025-10-08 22:15:24 +02:00
Emily
1b180b82af darwin.libcxx: (╯°□°)╯︵ ┻━┻ (#398727) 2025-09-15 19:43:28 +01:00
Randy Eckenrode
8db6e714ee libtorch-bin: drop libc++ replacement
Darwin now uses the system libc++ by default, so drop the replacement.
The nixpkgs libc++ is not ABI-compatible with the system libc++, so this
replacement was not guaranteed to work anyway.

See: https://discourse.llvm.org/t/apples-libc-now-provides-std-type-descriptor-t-functionality-not-found-in-upstream-libc/73881/3
2025-09-15 19:24:08 +01:00
Alex James
fec607a9e3 openblas: add patch to disable buggy SME SGEMM kernel
OpenBLAS 0.3.30 added a SGEMM kernel for Arm's Scalable Matrix Extension
(SME). Unfortunately the SME SGEMM kernel produces incorrect results on
Apple M4, which manifests as test failures while building OpenBLAS [1]
and numpy [2]. Add a patch to disable the buggy SME kernel for now.

[1]: hxxps://github.com/OpenMathLib/OpenBLAS/issues/5414
[2]: hxxps://github.com/numpy/numpy/issues/29393
2025-09-10 15:51:02 +01:00
Alex James
f16a133fcd openblas: avoid building tests with doCheck=false 2025-09-10 15:51:02 +01:00
jopejoe1
1815d5ab48 trilinos: move to by-name 2025-08-21 18:49:55 +02:00
Gaetan Lepage
0aac58e8d2 magma: move to by-name 2025-08-06 09:43:49 +02:00
Pavol Rusnak
ddaa16d824 magma: cleanup package
now that we do not ship multiple versions of magma we can cleanup the package
2025-08-05 19:02:16 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Nick Cao
b5a820d837 p4est: 0-unstable-2021-06-22 -> 2.8.7 (#415439) 2025-07-23 21:19:30 -04:00
qbisi
556cd7c66d p4est: 0-unstable-2021-06-22 -> 2.8.7 2025-07-24 08:10:24 +08:00
qbisi
ec52fb35db p4est-sc: 0-unstable-2021-06-14 -> 2.8.7 2025-07-24 08:10:13 +08:00
Wolfgang Walther
71b8d8ee98 magma_2_{6,7}_2: drop
These throw this error on eval right now:

```
the required ROCm 5.7 version for magma 2.6.2 has been removed
```

They'd technically be usable with CUDA, but are not used in-tree.
2025-07-20 12:04:56 +02:00
Aleksana
3d6b5e2984 openblas: Add config for powerpc64-linux (#422756) 2025-07-15 22:02:08 +08:00
Valentin Gagarin
07e8255edb doc: add CUDA contributing section (#414612) 2025-07-14 08:04:18 +02:00
Connor Baker
be7e126e47 magma: add passthru.testers and passthru.tests
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-07-12 02:01:42 +00:00
nixpkgs-ci[bot]
dc26f5f38f Merge master into staging-next 2025-07-08 06:06:09 +00:00
OPNA2608
521f729120 openblas: Add config for powerpc64-linux 2025-07-05 19:54:07 +02:00