flint: Move to by-name
This commit is contained in:
@@ -25,7 +25,7 @@ assert
|
||||
-> openblas != null && blas.implementation == "openblas" && lapack.implementation == "openblas";
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "flint3";
|
||||
pname = "flint";
|
||||
version = "3.3.1";
|
||||
|
||||
src = fetchurl {
|
||||
@@ -900,6 +900,7 @@ mapAliases {
|
||||
flashrom-stable = flashprog; # Added 2024-03-01
|
||||
flatbuffers_2_0 = flatbuffers; # Added 2022-05-12
|
||||
flatcam = throw "flatcam has been removed because it is unmaintained since 2022 and doesn't support Python > 3.10"; # Added 2025-01-25
|
||||
flint3 = flint; # Added 2025-09-21
|
||||
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
|
||||
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
|
||||
flow-editor = flow-control; # Added 2025-03-05
|
||||
|
||||
@@ -7446,10 +7446,6 @@ with pkgs;
|
||||
};
|
||||
fftwMpi = fftw.override { enableMpi = true; };
|
||||
|
||||
flint = flint3;
|
||||
|
||||
flint3 = callPackage ../development/libraries/flint/3.nix { };
|
||||
|
||||
fltk13 = callPackage ../development/libraries/fltk { };
|
||||
fltk14 = callPackage ../development/libraries/fltk/1.4.nix { };
|
||||
fltk13-minimal = fltk13.override {
|
||||
|
||||
Reference in New Issue
Block a user