Loading pkgs/applications/science/math/lrcalc/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv , fetchFromBitbucket , autoreconfHook # Reverse dependency , sage }: stdenv.mkDerivation rec { Loading @@ -20,6 +23,8 @@ stdenv.mkDerivation rec { autoreconfHook ]; passthru.tests = { inherit sage; }; meta = with lib; { description = "Littlewood-Richardson calculator"; homepage = "http://math.rutgers.edu/~asbuch/lrcalc/"; Loading pkgs/development/python-modules/cypari2/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ , gmp , cython , cysignals # Reverse dependency , sage }: buildPythonPackage rec { Loading Loading @@ -53,6 +56,8 @@ buildPythonPackage rec { make check ''; passthru.tests = { inherit sage; }; meta = with lib; { description = "Cython bindings for PARI"; license = licenses.gpl2Plus; Loading pkgs/development/python-modules/cysignals/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ , buildPythonPackage , cython , pariSupport ? true, pari # for interfacing with the PARI/GP signal handler # Reverse dependency , sage }: assert pariSupport -> pari != null; Loading Loading @@ -46,6 +49,8 @@ buildPythonPackage rec { enableParallelBuilding = true; passthru.tests = { inherit sage; }; meta = with lib; { description = "Interrupt and signal handling for Cython"; mainProgram = "cysignals-CSI"; Loading pkgs/development/python-modules/cython/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ , gdb , numpy , ncurses # Reverse dependency , sage }: let Loading Loading @@ -57,6 +60,8 @@ in buildPythonPackage rec { doCheck = false; # doCheck = !stdenv.isDarwin; passthru.tests = { inherit sage; }; # force regeneration of generated code in source distributions # https://github.com/cython/cython/issues/5089 setupHook = ./setup-hook.sh; Loading pkgs/development/python-modules/fpylll/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ , fplll , numpy # Reverse dependency , sage # tests , pytestCheckHook }: Loading Loading @@ -72,6 +75,8 @@ buildPythonPackage rec { export PY_IGNORE_IMPORTMISMATCH=1 ''; passthru.tests = { inherit sage; }; meta = with lib; { description = "A Python interface for fplll"; changelog = "https://github.com/fplll/fpylll/releases/tag/${version}"; Loading Loading
pkgs/applications/science/math/lrcalc/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv , fetchFromBitbucket , autoreconfHook # Reverse dependency , sage }: stdenv.mkDerivation rec { Loading @@ -20,6 +23,8 @@ stdenv.mkDerivation rec { autoreconfHook ]; passthru.tests = { inherit sage; }; meta = with lib; { description = "Littlewood-Richardson calculator"; homepage = "http://math.rutgers.edu/~asbuch/lrcalc/"; Loading
pkgs/development/python-modules/cypari2/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ , gmp , cython , cysignals # Reverse dependency , sage }: buildPythonPackage rec { Loading Loading @@ -53,6 +56,8 @@ buildPythonPackage rec { make check ''; passthru.tests = { inherit sage; }; meta = with lib; { description = "Cython bindings for PARI"; license = licenses.gpl2Plus; Loading
pkgs/development/python-modules/cysignals/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ , buildPythonPackage , cython , pariSupport ? true, pari # for interfacing with the PARI/GP signal handler # Reverse dependency , sage }: assert pariSupport -> pari != null; Loading Loading @@ -46,6 +49,8 @@ buildPythonPackage rec { enableParallelBuilding = true; passthru.tests = { inherit sage; }; meta = with lib; { description = "Interrupt and signal handling for Cython"; mainProgram = "cysignals-CSI"; Loading
pkgs/development/python-modules/cython/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ , gdb , numpy , ncurses # Reverse dependency , sage }: let Loading Loading @@ -57,6 +60,8 @@ in buildPythonPackage rec { doCheck = false; # doCheck = !stdenv.isDarwin; passthru.tests = { inherit sage; }; # force regeneration of generated code in source distributions # https://github.com/cython/cython/issues/5089 setupHook = ./setup-hook.sh; Loading
pkgs/development/python-modules/fpylll/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ , fplll , numpy # Reverse dependency , sage # tests , pytestCheckHook }: Loading Loading @@ -72,6 +75,8 @@ buildPythonPackage rec { export PY_IGNORE_IMPORTMISMATCH=1 ''; passthru.tests = { inherit sage; }; meta = with lib; { description = "A Python interface for fplll"; changelog = "https://github.com/fplll/fpylll/releases/tag/${version}"; Loading