Loading pkgs/development/libraries/science/math/m4rie/default.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { stdenv , fetchFromBitbucket , autoreconfHook , m4ri }: stdenv.mkDerivation rec { version = "20150908"; name = "m4rie-${version}"; src = fetchFromBitbucket { owner = "malb"; repo = "m4rie"; rev = "release-${version}"; sha256 = "0r8lv46qx5mkz5kp3ay2jnsp0mbhlqr5z2z220wdk73wdshcznss"; }; doCheck = true; buildInputs = [ m4ri ]; nativeBuildInputs = [ autoreconfHook ]; meta = with stdenv.lib; { homepage = https://malb.bitbucket.io/m4rie/; description = "Library for matrix multiplication, reduction and inversion over GF(2^k) for 2 <= k <= 10"; longDescription = '' M4RIE is a library for fast arithmetic with dense matrices over small finite fields of even characteristic. It uses the M4RI library, implementing the same operations over the finite field F2. ''; license = licenses.gpl2Plus; maintainers = with maintainers; [ timokau ]; platforms = platforms.linux; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -19793,6 +19793,8 @@ with pkgs; m4ri = callPackage ../development/libraries/science/math/m4ri { }; m4rie = callPackage ../development/libraries/science/math/m4rie { }; nasc = callPackage ../applications/science/math/nasc { }; openblas = callPackage ../development/libraries/science/math/openblas { }; Loading
pkgs/development/libraries/science/math/m4rie/default.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { stdenv , fetchFromBitbucket , autoreconfHook , m4ri }: stdenv.mkDerivation rec { version = "20150908"; name = "m4rie-${version}"; src = fetchFromBitbucket { owner = "malb"; repo = "m4rie"; rev = "release-${version}"; sha256 = "0r8lv46qx5mkz5kp3ay2jnsp0mbhlqr5z2z220wdk73wdshcznss"; }; doCheck = true; buildInputs = [ m4ri ]; nativeBuildInputs = [ autoreconfHook ]; meta = with stdenv.lib; { homepage = https://malb.bitbucket.io/m4rie/; description = "Library for matrix multiplication, reduction and inversion over GF(2^k) for 2 <= k <= 10"; longDescription = '' M4RIE is a library for fast arithmetic with dense matrices over small finite fields of even characteristic. It uses the M4RI library, implementing the same operations over the finite field F2. ''; license = licenses.gpl2Plus; maintainers = with maintainers; [ timokau ]; platforms = platforms.linux; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -19793,6 +19793,8 @@ with pkgs; m4ri = callPackage ../development/libraries/science/math/m4ri { }; m4rie = callPackage ../development/libraries/science/math/m4rie { }; nasc = callPackage ../applications/science/math/nasc { }; openblas = callPackage ../development/libraries/science/math/openblas { };