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