From 5e7415324250232ef117c9deb3cd24c547c9f2ba Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 8 Oct 2020 00:46:38 -0500 Subject: [PATCH 1/3] Point to kcv3 loopy branch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b6462ed..268a4fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ git+https://github.com/inducer/pyopencl.git git+https://github.com/inducer/pymbolic.git git+https://github.com/inducer/genpy.git git+https://github.com/inducer/codepy.git -git+https://gitlab.tiker.net/inducer/loopy.git@fix-slice-processing-at-base +git+https://github.com/inducer/loopy.git@/kernel_callables_v3-edit0.2 git+https://github.com/inducer/f2py -- GitLab From ceaa155a8daf323edf7757a6c73d645da08566ff Mon Sep 17 00:00:00 2001 From: Timothy Smith <2timothy18@gmail.com> Date: Fri, 9 Oct 2020 01:00:17 +0200 Subject: [PATCH 2/3] fixed apparent typo in new loopy branch name --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 268a4fd..c09767c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ git+https://github.com/inducer/pyopencl.git git+https://github.com/inducer/pymbolic.git git+https://github.com/inducer/genpy.git git+https://github.com/inducer/codepy.git -git+https://github.com/inducer/loopy.git@/kernel_callables_v3-edit0.2 +git+https://github.com/inducer/loopy.git@kernel_callables_v3-edit0.2 git+https://github.com/inducer/f2py -- GitLab From 8905646cede6017bf2e8874a7bab7816c87707e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 7 Jun 2021 19:00:02 +0000 Subject: [PATCH 3/3] Point to loopy main --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c09767c..870803f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,7 @@ git+https://github.com/inducer/pyopencl.git git+https://github.com/inducer/pymbolic.git git+https://github.com/inducer/genpy.git git+https://github.com/inducer/codepy.git -git+https://github.com/inducer/loopy.git@kernel_callables_v3-edit0.2 - +git+https://github.com/inducer/loopy.git git+https://github.com/inducer/f2py # Optional, needed for using the C preprocessor on Fortran -- GitLab