zn_poly: Add darwin support
This commit is contained in:
parent
4c0e25089e
commit
c0c854da95
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
libname = "libzn_poly${stdenv.targetPlatform.extensions.sharedLibrary}";
|
libname = "libzn_poly${stdenv.targetPlatform.extensions.sharedLibrary}";
|
||||||
|
|
||||||
|
makeFlags = [ "CC=cc" ];
|
||||||
|
|
||||||
# Tuning (either autotuning or with hand-written paramters) is possible
|
# Tuning (either autotuning or with hand-written paramters) is possible
|
||||||
# but not implemented here.
|
# but not implemented here.
|
||||||
# It seems buggy anyways (see homepage).
|
# It seems buggy anyways (see homepage).
|
||||||
@ -45,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Polynomial arithmetic over Z/nZ";
|
description = "Polynomial arithmetic over Z/nZ";
|
||||||
license = with licenses; [ gpl3 ];
|
license = with licenses; [ gpl3 ];
|
||||||
maintainers = with maintainers; [ timokau ];
|
maintainers = with maintainers; [ timokau ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user