Commit Graph

1330 Commits

Author SHA1 Message Date
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Alexis Hildebrandt
ee1454fc7d or-tools: improve darwin build 2024-06-07 08:05:48 +02:00
R. Ryantm
f7ed6991a9 suitesparse-graphblas: 9.1.0 -> 9.2.0 2024-05-29 15:14:28 +00:00
Yohann Boniface
d20a86ccc1
pkgs/development/libraries: remove unused fetchpatch and other arguments (#313402) 2024-05-23 13:43:35 +02:00
Weijia Wang
030938f1cd
Merge pull request #311786 from josephst/clblas-stdlib
clblas: fix building on aarch64-darwin
2024-05-15 11:04:53 +02:00
Joseph Stahl
4d03b1c026
clblas: fix building on aarch64-darwin
Needs <stdlib.h> declared to avoid implicit declarations error
2024-05-14 18:54:54 -04:00
R. Ryantm
958ff50da9 openspecfun: 0.5.6 -> 0.5.7 2024-05-13 02:00:00 +00:00
R. Ryantm
661fb82996 blis: 0.9.0 -> 1.0 2024-05-07 00:23:34 +00:00
Weijia Wang
2ebb39172c
Merge pull request #307707 from r-ryantm/auto-update/ipopt
ipopt: 3.14.14 -> 3.14.16
2024-05-05 18:48:16 +02:00
Weijia Wang
7177b83a67
Merge pull request #307640 from r-ryantm/auto-update/osi
osi: 0.108.9 -> 0.108.10
2024-05-04 22:52:23 +02:00
Weijia Wang
c5d527636d
Merge pull request #308328 from npatsakula/libtorch-bin-2.3.0
libtorch-bin: 2.0.0 -> 2.3.0
2024-05-04 16:51:15 +02:00
Nikita Patsakula
31fc0598df
libtorch-bin: 2.0.0 -> 2.3.0 2024-05-03 23:57:10 +03:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
Aleksana
12447b622d
Merge pull request #307300 from TomaSajt/petsc-fix-patch
petsc: fix build by detecting updated UCX warning message in patch
2024-04-29 21:39:53 +08:00
R. Ryantm
d32d0036d6 ipopt: 3.14.14 -> 3.14.16 2024-04-29 09:22:43 +00:00
R. Ryantm
bd1d6c59e3 osi: 0.108.9 -> 0.108.10 2024-04-29 05:29:25 +00:00
Weijia Wang
7f45fee52a Merge branch 'master' into staging-next 2024-04-28 04:02:14 +02:00
TomaSajt
6ca8f319c2
petsc: detect updated UCX warning message in patch 2024-04-27 22:30:44 +02:00
Andrew Dunham
ca9932abe5 maintainers: remove andrew-d as a maintainer
I am deeply saddened at the fact that I need to do this. I have no
interest in re-litigating everything that has happened over the past
weeks and months, but I want to make my position(s) extremely clear:

The thought of any of my work contributing to someone's death by drone
makes me feel physically ill.

Recent communications from senior members of the NixOS community have
made it clear that leadership is unaware or uninterested in the basics
of how to run and moderate a community in a way that is resilient to bad
actors. The recent post by @edolstra is tone-deaf and gives me no
confidence that the Nix/NixOS community is a place that I want to remain
involved in going forward. I am thus choosing to remove myself from such
a community.

I also hereby resign from the ACME team.

See also: #307033

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
2024-04-27 14:05:07 -04:00
Robert Scott
14069907d9 openblas: add scikit-learn to passthru.tests 2024-04-13 13:20:51 +01:00
R. Ryantm
5032948d03 openblas: 0.3.26 -> 0.3.27 2024-04-13 13:20:41 +01:00
Weijia Wang
166419b6a7
Merge pull request #301223 from wegank/mongoose-bump
mongoose: 3.3.2 -> 3.3.3
2024-04-05 21:07:59 +02:00
Weijia Wang
7b988dfeb1 mongoose: 3.3.2 -> 3.3.3 2024-04-03 14:27:05 +02:00
Peder Bergebakken Sundt
9a1d9718f7
Merge pull request #300742 from stephen-huan/backintime-1.4.3
backintime: 1.3.3 -> 1.4.3
2024-04-03 01:47:44 +02:00
Stephen Huan
c83cb418a8
treewide: add stephen-huan as maintainer 2024-04-01 13:14:06 -04:00
Markus Kowalewski
46149042db scalapack: fix generated cmake files
cmake files pointed to libscalpack.so in $dev output instead of $out.
2024-03-29 16:51:43 +01:00
R. Ryantm
c6fb897e0a suitesparse-graphblas: 9.0.3 -> 9.1.0 2024-03-27 03:55:31 +00:00
Mauricio Collares
d3fd6364f9
Merge pull request #298957 from Feyorsh/sage-dep
sage: fix dependencies on Darwin/Clang16
2024-03-26 19:29:01 +01:00
Ulrik Strid
b10ff2437b
Merge pull request #287846 from mschwaig/rocm-6.0.2
rocmPackages.* 5.7.1→ 6.0.2
2024-03-22 15:08:59 +01:00
George Huebner
4d7959506e
rubiks: fix clang build
Adds newer patches upstreamed from Fedora into Sage; CRLF endings in the
`dietz` solver require `dos2unix` to apply the patches properly.
Frankly, I have no idea how this previously compiled on gcc.
2024-03-21 19:34:00 -05:00
George Huebner
c8d30c0af9
sage: drop flintqs
FlintQS is no longer maintained and has several bugs.
As of https://github.com/sagemath/sage/pull/35419, all of FlintQS's
functionality is contained within Sage.
2024-03-21 19:33:59 -05:00
George Huebner
178fe4e17f
m4rie: fix build on aarch64-darwin
It appears m4rie only builds properly on Apple Clang; turning off
optimizations seems to resolve the failing test cases. See
https://bitbucket.org/malb/m4rie/issues/23/trying-to-compile-on-apple-m1
2024-03-21 19:14:50 -05:00
Martin Schwaighofer
68e19d4242 magma: build against ROCm 5.7 2024-03-21 22:48:33 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Connor Baker
bdfe55c4a8 magma: only 2.7.1+ support CUDA 12 2024-03-16 00:34:22 +00:00
Connor Baker
2ea3d6fc9b magma: copy test libraries to output regardless of static or dynamic build 2024-03-15 19:56:02 +00:00
Connor Baker
55a2b96355
Merge pull request #283777 from ConnorBaker/fix/magma-update-cmake-options
magma: general fixups
2024-03-15 12:20:03 -07:00
Weijia Wang
b8b94b9b8b
Merge pull request #287653 from r-ryantm/auto-update/clblast
clblast: 1.6.1 -> 1.6.2
2024-03-07 09:39:04 +01:00
Weijia Wang
1131be236c
Merge pull request #289875 from r-ryantm/auto-update/openlibm
openlibm: 0.8.1 -> 0.8.2
2024-03-07 08:45:25 +01:00
Weijia Wang
67fea8d9af openlibm: fix build on darwin 2024-03-06 23:21:56 +01:00
markuskowa
047bc33866
Merge pull request #292051 from r-ryantm/auto-update/amd-libflame
amd-libflame: 4.1 -> 4.2
2024-03-04 16:57:51 +01:00
markuskowa
d6bc8cf3b7
Merge pull request #292052 from r-ryantm/auto-update/amd-blis
amd-blis: 4.1 -> 4.2
2024-03-04 16:57:37 +01:00
R. Ryantm
3db05f4d1b suitesparse-graphblas: 9.0.2 -> 9.0.3 2024-03-04 05:10:11 +00:00
Weijia Wang
7d15e810d7 treewide: remove unpackCmd involving 7zz 2024-03-02 12:11:34 +01:00
Nick Cao
03271fdfb4
Merge pull request #292245 from r-ryantm/auto-update/suitesparse-graphblas
suitesparse-graphblas: 9.0.1 -> 9.0.2
2024-02-29 10:10:28 -05:00
R. Ryantm
086e6ed9d9 suitesparse-graphblas: 9.0.1 -> 9.0.2 2024-02-29 04:48:17 +00:00
Silvan Mosberger
cd5dc76d83 substitute: Deprecate replacements, introduce replacementsList
Also:
- Add tests
- Treewide update
- Improve docs
2024-02-29 00:35:27 +01:00
R. Ryantm
1c7b70bee0 amd-libflame: 4.1 -> 4.2 2024-02-28 10:21:33 +00:00