Unverified Commit 1973d842 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #303160 from someplaceguy/u/fix-flint

flint: remove mpir dependency
parents fe8cdc34 403c17e4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, stdenv
, fetchurl
, gmp
, mpir
, mpfr
, ntl
, openblas ? null, blas, lapack
@@ -22,7 +21,6 @@ stdenv.mkDerivation rec {

  buildInputs = [
    gmp
    mpir
    mpfr
    ntl
  ] ++ lib.optionals withBlas [
@@ -35,7 +33,6 @@ stdenv.mkDerivation rec {

  configureFlags = [
    "--with-gmp=${gmp}"
    "--with-mpir=${mpir}"
    "--with-mpfr=${mpfr}"
    "--with-ntl=${ntl}"
  ] ++ lib.optionals withBlas [