···1717 self: super: {
1818 # `sagelib`, i.e. all of sage except some wrappers and runtime dependencies
1919 sagelib = self.callPackage ./sagelib.nix {
2020- inherit flint3;
2020+ inherit flint;
2121 inherit sage-src env-locations singular;
2222 inherit (maxima) lisp-compiler;
2323 linbox = pkgs.linbox;
···7979 python3
8080 singular
8181 palp
8282- flint3
8282+ flint
8383 pythonEnv
8484 maxima
8585 ;
···142142 extraLibs = pythonRuntimeDeps;
143143 }; # make the libs accessible
144144145145- singular = pkgs.singular.override { inherit flint3; };
145145+ singular = pkgs.singular.override { inherit flint; };
146146147147 maxima = pkgs.maxima-ecl.override {
148148 lisp-compiler = pkgs.ecl.override {
···164164 # openblas instead of openblasCompat. Apparently other packages somehow use flints
165165 # blas when it is available. Alternative would be to override flint to use
166166 # openblasCompat.
167167- flint3 = pkgs.flint3.override { withBlas = false; };
167167+ flint = pkgs.flint.override { withBlas = false; };
168168169169 # Multiple palp dimensions need to be available and sage expects them all to be
170170 # in the same folder.
···901901 flashrom-stable = flashprog; # Added 2024-03-01
902902 flatbuffers_2_0 = flatbuffers; # Added 2022-05-12
903903 flatcam = throw "flatcam has been removed because it is unmaintained since 2022 and doesn't support Python > 3.10"; # Added 2025-01-25
904904+ flint3 = flint; # Added 2025-09-21
904905 floorp = throw "floorp has been replaced with floorp-bin, as building from upstream sources has become unfeasible starting with version 12.x"; # Added 2025-09-06
905906 floorp-unwrapped = throw "floorp-unwrapped has been replaced with floorp-bin-unwrapped, as building from upstream sources has become unfeasible starting with version 12.x"; # Added 2025-09-06
906907 flow-editor = flow-control; # Added 2025-03-05