Loading pkgs/by-name/fl/flint/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -100,5 +100,11 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.all; homepage = "https://www.flintlib.org/"; downloadPage = "https://www.flintlib.org/downloads.html"; # > checking for library containing cblas_dgemm... no broken = withBlas && stdenv.hostPlatform.isStatic && stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64; }; }) Loading
pkgs/by-name/fl/flint/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -100,5 +100,11 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.all; homepage = "https://www.flintlib.org/"; downloadPage = "https://www.flintlib.org/downloads.html"; # > checking for library containing cblas_dgemm... no broken = withBlas && stdenv.hostPlatform.isStatic && stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64; }; })