Skip to content

Commit

Permalink
sage: drop flintqs
Browse files Browse the repository at this point in the history
FlintQS is no longer maintained and has several bugs.
As of sagemath/sage#35419, all of FlintQS's
functionality is contained within Sage.
  • Loading branch information
Feyorsh committed Mar 22, 2024
1 parent 1a7ea45 commit c8d30c0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 46 deletions.
2 changes: 0 additions & 2 deletions pkgs/applications/science/math/sage/sage-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
, ecm
, lcalc
, rubiks
, flintqs
, blas
, lapack
, flint3
Expand Down Expand Up @@ -93,7 +92,6 @@ let
ecm
lcalc
rubiks
flintqs
jdk # only needed for `jmol` which may be replaced in the future
less # needed to prevent transient test errors until https://github.com/ipython/ipython/pull/11864 is resolved
]
Expand Down
2 changes: 0 additions & 2 deletions pkgs/applications/science/math/sage/sage-with-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
, gmp
, gfan
, python3
, flintqs
, eclib
, ntl
, ecm
Expand All @@ -40,7 +39,6 @@ let
gfan
maxima
eclib
flintqs
ntl
ecm
];
Expand Down
40 changes: 0 additions & 40 deletions pkgs/development/libraries/science/math/flintqs/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ mapAliases ({
fitnesstrax = throw "fitnesstrax was removed from nixpkgs because it disappeared upstream and no longer compiles"; # added 2023-07-04
flashrom-stable = flashprog; # Added 2024-03-01
flatbuffers_2_0 = flatbuffers; # Added 2022-05-12
flintqs = throw "FlintQS has been removed due to lack of maintenance and security issues; use SageMath or FLINT instead"; # Added 2024-03-21
flutter2 = throw "flutter2 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2023-07-03
flutter37 = throw "flutter37 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2023-07-03
foldingathome = fahclient; # Added 2020-09-03
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38513,8 +38513,6 @@ with pkgs;

ecos = callPackage ../development/libraries/science/math/ecos { };

flintqs = callPackage ../development/libraries/science/math/flintqs { };

getdp = callPackage ../applications/science/math/getdp { };

gurobi = callPackage ../applications/science/math/gurobi {
Expand Down

0 comments on commit c8d30c0

Please sign in to comment.