Loading pkgs/development/libraries/flint/3.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ gmp, mpfr, ntl, windows, autoconf, automake, gettext, Loading @@ -13,7 +14,7 @@ blas, lapack, withBlas ? true, withNtl ? true, withNtl ? !ntl.meta.broken, }: assert Loading Loading @@ -49,6 +50,9 @@ stdenv.mkDerivation rec { ] ++ lib.optionals withNtl [ ntl ] ++ lib.optionals stdenv.hostPlatform.isMinGW [ windows.mingw_w64_pthreads ]; # We're not using autoreconfHook because flint's bootstrap Loading Loading @@ -79,7 +83,7 @@ stdenv.mkDerivation rec { license = licenses.lgpl3Plus; maintainers = with maintainers; [ smasher164 ]; teams = [ teams.sage ]; platforms = platforms.unix; platforms = platforms.all; homepage = "https://www.flintlib.org/"; downloadPage = "https://www.flintlib.org/downloads.html"; }; Loading Loading
pkgs/development/libraries/flint/3.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ gmp, mpfr, ntl, windows, autoconf, automake, gettext, Loading @@ -13,7 +14,7 @@ blas, lapack, withBlas ? true, withNtl ? true, withNtl ? !ntl.meta.broken, }: assert Loading Loading @@ -49,6 +50,9 @@ stdenv.mkDerivation rec { ] ++ lib.optionals withNtl [ ntl ] ++ lib.optionals stdenv.hostPlatform.isMinGW [ windows.mingw_w64_pthreads ]; # We're not using autoreconfHook because flint's bootstrap Loading Loading @@ -79,7 +83,7 @@ stdenv.mkDerivation rec { license = licenses.lgpl3Plus; maintainers = with maintainers; [ smasher164 ]; teams = [ teams.sage ]; platforms = platforms.unix; platforms = platforms.all; homepage = "https://www.flintlib.org/"; downloadPage = "https://www.flintlib.org/downloads.html"; }; Loading