From 825873de3c7a0a8628cd9924a412a38d9d896cee Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 9 Feb 2021 10:28:44 -0800 Subject: [PATCH] build/pkgs/{cutgeneratingfunctionology,sage_numerical_interactive_mip}: New --- build/pkgs/cutgeneratingfunctionology/SPKG.rst | 18 ++++++++++++++++++ .../cutgeneratingfunctionology/dependencies | 4 ++++ .../requirements.txt | 1 + .../sage_numerical_interactive_mip/SPKG.rst | 18 ++++++++++++++++++ .../dependencies | 4 ++++ .../requirements.txt | 1 + 6 files changed, 46 insertions(+) create mode 100644 build/pkgs/cutgeneratingfunctionology/SPKG.rst create mode 100644 build/pkgs/cutgeneratingfunctionology/dependencies create mode 100644 build/pkgs/cutgeneratingfunctionology/requirements.txt create mode 100644 build/pkgs/sage_numerical_interactive_mip/SPKG.rst create mode 100644 build/pkgs/sage_numerical_interactive_mip/dependencies create mode 100644 build/pkgs/sage_numerical_interactive_mip/requirements.txt diff --git a/build/pkgs/cutgeneratingfunctionology/SPKG.rst b/build/pkgs/cutgeneratingfunctionology/SPKG.rst new file mode 100644 index 00000000000..c1a72fceea6 --- /dev/null +++ b/build/pkgs/cutgeneratingfunctionology/SPKG.rst @@ -0,0 +1,18 @@ +cutgeneratingfunctionology: Python code for computation and experimentation with cut-generating functions +========================================================================================================= + +Description +----------- + +Python code for computation and experimentation with cut-generating functions + +License +------- + +GPLv2+ + +Upstream Contact +---------------- + +https://pypi.org/project/cutgeneratingfunctionology/ + diff --git a/build/pkgs/cutgeneratingfunctionology/dependencies b/build/pkgs/cutgeneratingfunctionology/dependencies new file mode 100644 index 00000000000..0738c2d7777 --- /dev/null +++ b/build/pkgs/cutgeneratingfunctionology/dependencies @@ -0,0 +1,4 @@ +$(PYTHON) | $(PYTHON_TOOLCHAIN) + +---------- +All lines of this file are ignored except the first. diff --git a/build/pkgs/cutgeneratingfunctionology/requirements.txt b/build/pkgs/cutgeneratingfunctionology/requirements.txt new file mode 100644 index 00000000000..9d4ffe4a2a3 --- /dev/null +++ b/build/pkgs/cutgeneratingfunctionology/requirements.txt @@ -0,0 +1 @@ +cutgeneratingfunctionology diff --git a/build/pkgs/sage_numerical_interactive_mip/SPKG.rst b/build/pkgs/sage_numerical_interactive_mip/SPKG.rst new file mode 100644 index 00000000000..fd99ad3d1c4 --- /dev/null +++ b/build/pkgs/sage_numerical_interactive_mip/SPKG.rst @@ -0,0 +1,18 @@ +sage_numerical_interactive_mip: Interactive mixed integer linear programming solver +=================================================================================== + +Description +----------- + +Interactive mixed integer linear programming solver + +License +------- + +GNU General Public License (GPL) v2 or later + +Upstream Contact +---------------- + +https://pypi.org/project/sage-numerical-interactive-mip/ + diff --git a/build/pkgs/sage_numerical_interactive_mip/dependencies b/build/pkgs/sage_numerical_interactive_mip/dependencies new file mode 100644 index 00000000000..0738c2d7777 --- /dev/null +++ b/build/pkgs/sage_numerical_interactive_mip/dependencies @@ -0,0 +1,4 @@ +$(PYTHON) | $(PYTHON_TOOLCHAIN) + +---------- +All lines of this file are ignored except the first. diff --git a/build/pkgs/sage_numerical_interactive_mip/requirements.txt b/build/pkgs/sage_numerical_interactive_mip/requirements.txt new file mode 100644 index 00000000000..243118e8bed --- /dev/null +++ b/build/pkgs/sage_numerical_interactive_mip/requirements.txt @@ -0,0 +1 @@ +sage-numerical-interactive-mip