Merge pull request #45004 from jbaum98/flint-darwin
flint: Add darwin support
This commit is contained in:
commit
96c34ed7a5
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# issues with ntl -- https://github.com/wbhart/flint2/issues/487
|
# issues with ntl -- https://github.com/wbhart/flint2/issues/487
|
||||||
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
|
NIX_CXXSTDLIB_COMPILE = [ "-std=c++11" ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = ''Fast Library for Number Theory'';
|
description = ''Fast Library for Number Theory'';
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
homepage = http://www.flintlib.org/;
|
homepage = http://www.flintlib.org/;
|
||||||
downloadPage = "http://www.flintlib.org/downloads.html";
|
downloadPage = "http://www.flintlib.org/downloads.html";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = ''A highly optimised library for bignum arithmetic forked from GMP'';
|
description = ''A highly optimised library for bignum arithmetic forked from GMP'';
|
||||||
license = stdenv.lib.licenses.lgpl3Plus;
|
license = stdenv.lib.licenses.lgpl3Plus;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
downloadPage = "http://mpir.org/downloads.html";
|
downloadPage = "http://mpir.org/downloads.html";
|
||||||
homepage = http://mpir.org/;
|
homepage = http://mpir.org/;
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user