singular: 3.1.7 -> 4.1.1
This commit is contained in:
@@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
|
||||
] ++ stdenv.lib.optionals withBlas [
|
||||
openblas
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
mpfr # flint.h includes mpfr.h
|
||||
];
|
||||
configureFlags = [
|
||||
"--with-gmp=${gmp}"
|
||||
"--with-mpir=${mpir}"
|
||||
|
||||
Reference in New Issue
Block a user