From 05b3940f7101c29f0d67afd2ee88fd7c05fa994d Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 10 Jan 2017 14:24:24 -0500 Subject: add couple packages --- .gitmodules | 9 +++++++++ python-cvxcanon | 1 + python-cvxpy | 1 + python-fastcache | 1 + 4 files changed, 12 insertions(+) create mode 160000 python-cvxcanon create mode 160000 python-cvxpy create mode 160000 python-fastcache diff --git a/.gitmodules b/.gitmodules index caf6ee4..bd33b9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,12 @@ [submodule "ejabberd-git"] path = ejabberd-git url = ssh://aur@aur.archlinux.org/ejabberd-git +[submodule "python-cvxpy"] + path = python-cvxpy + url = ssh://aur@aur.archlinux.org/python-cvxpy +[submodule "python-fastcache"] + path = python-fastcache + url = ssh://aur@aur.archlinux.org/python-fastcache +[submodule "python-cvxcanon"] + path = python-cvxcanon + url = ssh://aur@aur.archlinux.org/python-cvxcanon diff --git a/python-cvxcanon b/python-cvxcanon new file mode 160000 index 0000000..5d102b0 --- /dev/null +++ b/python-cvxcanon @@ -0,0 +1 @@ +Subproject commit 5d102b010dae4b860440f574e762dd9939095d03 diff --git a/python-cvxpy b/python-cvxpy new file mode 160000 index 0000000..c07b619 --- /dev/null +++ b/python-cvxpy @@ -0,0 +1 @@ +Subproject commit c07b61953c274200f8bfb0113a7c8878c4c5675e diff --git a/python-fastcache b/python-fastcache new file mode 160000 index 0000000..887b269 --- /dev/null +++ b/python-fastcache @@ -0,0 +1 @@ +Subproject commit 887b2697412f2bdd664c6d41a2337b9112a5a2d0 -- cgit v1.2.3-70-g09d2